[svn-commits] branch group/autoconf_and_menuselect r18599 - /team/group/autoconf_and_menuse...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Apr 9 09:06:49 MST 2006


Author: russell
Date: Sun Apr  9 11:06:47 2006
New Revision: 18599

URL: http://svn.digium.com/view/asterisk?rev=18599&view=rev
Log:
add autoheader to the bootstrap script

Modified:
    team/group/autoconf_and_menuselect/bootstrap.sh

Modified: team/group/autoconf_and_menuselect/bootstrap.sh
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/bootstrap.sh?rev=18599&r1=18598&r2=18599&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/bootstrap.sh (original)
+++ team/group/autoconf_and_menuselect/bootstrap.sh Sun Apr  9 11:06:47 2006
@@ -2,5 +2,6 @@
 
 aclocal
 autoconf
+autoheader
 echo "Ignore the errors generated by the next command!"
 automake --add-missing --copy



More information about the svn-commits mailing list