aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 20:58:24 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-30 20:58:24 +0000
commitd77aa8ad92e158abb6610e2ce9599abc1c4fbb58 (patch)
treef951c34b7a152a826a2ff918880ff4ec4f96e292 /bootstrap.sh
parent299e1306a89b7402b63c96cd74a17226e5d80ba9 (diff)
The -I argument to aclocal needs a space before the include directory name.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@152992 f38db490-d61c-443f-a65b-d21fe96a405b
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 861908a4b..daa4ce063 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -32,7 +32,7 @@ check_for_app aclocal${MY_AM_VER}
echo "Generating the configure script ..."
-aclocal${MY_AM_VER} -Iautoconf
+aclocal${MY_AM_VER} -I autoconf
autoconf${MY_AC_VER}
autoheader${MY_AC_VER}
automake${MY_AM_VER} --add-missing --copy 2>/dev/null