]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The -I argument to aclocal needs a space before the include directory name.
authorSean Bright <sean@malleable.com>
Thu, 30 Oct 2008 20:58:24 +0000 (20:58 +0000)
committerSean Bright <sean@malleable.com>
Thu, 30 Oct 2008 20:58:24 +0000 (20:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@152992 65c4cc65-6c06-0410-ace0-fbb531ad65f3

bootstrap.sh

index 861908a4b5f2b36dc5e39748991a5190bf35287c..daa4ce06378d729d0b520c55906e37bd0400b427 100755 (executable)
@@ -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