summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-12 10:44:38 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-12 10:44:38 +0000
commit995cbba603dabe48637e1216b4da79996b4e9231 (patch)
tree021f6430ed7d9af41dca27fc4e4966f08a8937d3 /aconfigure.ac
parent64f5af70111821e4319624057b9271066591935c (diff)
Ticket #168: Added some variables in build.mak that can be used by application in its makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1055 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index d729c963..59e7d4df 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -19,6 +19,7 @@ AC_CONFIG_FILES([build.mak
pjsip/build/os-auto.mak
])
+
dnl
dnl Setup default CFLAGS
dnl
@@ -34,6 +35,9 @@ AC_PROG_CC
AC_PROG_CXX
AC_LANG_C
+AC_SUBST(ac_pjdir)
+ac_pjdir=`pwd`
+
AC_CHECK_LIB(pthread,pthread_create)
AC_CHECK_LIB(wsock32,puts)
AC_CHECK_LIB(ws2_32,puts)