From d77aa8ad92e158abb6610e2ce9599abc1c4fbb58 Mon Sep 17 00:00:00 2001 From: seanbright Date: Thu, 30 Oct 2008 20:58:24 +0000 Subject: 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 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.sh') 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 -- cgit v1.2.3