summaryrefslogtreecommitdiff
path: root/menuselect/bootstrap.sh
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-07-18 00:07:48 +0000
committerSean Bright <sean@malleable.com>2014-07-18 00:07:48 +0000
commit84b9f5eff5b3145da88ca7f3fc873fd62d018218 (patch)
tree4c9794d406ce475f97e56d858f540d7c55711476 /menuselect/bootstrap.sh
parentfc0fecb4768d696db3324bcf6dd03325bb4cd513 (diff)
Import Asterisk's autoconf magic instead of using our own.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418893 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'menuselect/bootstrap.sh')
-rwxr-xr-xmenuselect/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuselect/bootstrap.sh b/menuselect/bootstrap.sh
index cbc26aa2f..8cf5e7126 100755
--- a/menuselect/bootstrap.sh
+++ b/menuselect/bootstrap.sh
@@ -17,7 +17,7 @@ then
check_for_app automake19
check_for_app aclocal19
echo "Generating the configure script ..."
- aclocal19 2>/dev/null
+ aclocal19 -I ../autoconf 2>/dev/null
autoconf259
autoheader259
automake19 --add-missing --copy 2>/dev/null
@@ -32,7 +32,7 @@ else
check_for_app automake
check_for_app aclocal
echo "Generating the configure script ..."
- aclocal 2>/dev/null
+ aclocal -I ../autoconf 2>/dev/null
autoconf
autoheader
automake --add-missing --copy 2>/dev/null