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 08:02:13 -0600
commitd963a3374991c64594cf196e90a5c74964c8ba7c (patch)
tree44809bf9222b4d3029fbc903ca6be22d5b0d36eb /bootstrap.sh
parent7d6782cc0feb5357c6e9feb7c810f7fbe76190f0 (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