summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-03-23 07:59:12 -0600
committerGeorge Joseph <george.joseph@fairview5.com>2016-03-23 09:11:24 -0500
commit392341ba3786b3211ea305fc0b9e955e6469f8b1 (patch)
tree262c48de5ae4dcf01614f22bf6c61fd95123eaf3 /bootstrap.sh
parentc21cee80cc21fd48f29f23eabb7206417c4a7ef6 (diff)
pjproject-bundled: Cleanups for reported issues
PortAudio should no longer be required PJSIP_MAX_PKT_LEN is now 6000 Older autoconf issue fixed. (CentOS 6) Change-Id: I463fa9586cbe7c6b3b603289f535bd8e361611dd
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 3497e24e6..051ee3e82 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -46,7 +46,7 @@ check_for_app aclocal${MY_AM_VER}
echo "Generating the configure script ..."
-aclocal${MY_AM_VER} -I autoconf
+aclocal${MY_AM_VER} -I autoconf `find third-party/ -maxdepth 1 -type d -printf "-I %p "`
autoconf${MY_AC_VER}
autoheader${MY_AC_VER}
automake${MY_AM_VER} --add-missing --copy 2>/dev/null