[asterisk-commits] seanbright: branch 1.4 r152992 -	/branches/1.4/bootstrap.sh
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Oct 30 15:58:25 CDT 2008
    
    
  
Author: seanbright
Date: Thu Oct 30 15:58:24 2008
New Revision: 152992
URL: http://svn.digium.com/view/asterisk?view=rev&rev=152992
Log:
The -I argument to aclocal needs a space before the include directory name.
Modified:
    branches/1.4/bootstrap.sh
Modified: branches/1.4/bootstrap.sh
URL: http://svn.digium.com/view/asterisk/branches/1.4/bootstrap.sh?view=diff&rev=152992&r1=152991&r2=152992
==============================================================================
--- branches/1.4/bootstrap.sh (original)
+++ branches/1.4/bootstrap.sh Thu Oct 30 15:58:24 2008
@@ -32,7 +32,7 @@
 
 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
    
    
More information about the asterisk-commits
mailing list