[svn-commits] seanbright: trunk r152993 - in /trunk: ./ bootstrap.sh

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 30 15:59:17 CDT 2008


Author: seanbright
Date: Thu Oct 30 15:59:17 2008
New Revision: 152993

URL: http://svn.digium.com/view/asterisk?view=rev&rev=152993
Log:
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.

........

Modified:
    trunk/   (props changed)
    trunk/bootstrap.sh

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/bootstrap.sh
URL: http://svn.digium.com/view/asterisk/trunk/bootstrap.sh?view=diff&rev=152993&r1=152992&r2=152993
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh Thu Oct 30 15:59:17 2008
@@ -40,7 +40,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 svn-commits mailing list