Merged revisions 152993 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r152993 | seanbright | 2008-10-30 16:59:17 -0400 (Thu, 30 Oct 2008) | 10 lines

Merged revisions 152992 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r152992 | seanbright | 2008-10-30 16:58:24 -0400 (Thu, 30 Oct 2008) | 2 lines

The -I argument to aclocal needs a space before the include directory name.

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@152995 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2008-10-30 21:01:26 +00:00
parent 27ed3694cf
commit 99d3214aa5

View File

@@ -40,7 +40,7 @@ check_for_app aclocal${MY_AM_VER}
echo "Generating the configure script ..." echo "Generating the configure script ..."
aclocal${MY_AM_VER} -Iautoconf aclocal${MY_AM_VER} -I autoconf
autoconf${MY_AC_VER} autoconf${MY_AC_VER}
autoheader${MY_AC_VER} autoheader${MY_AC_VER}
automake${MY_AM_VER} --add-missing --copy 2>/dev/null automake${MY_AM_VER} --add-missing --copy 2>/dev/null