mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
The -I argument to aclocal needs a space before the include directory name.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@152992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user