[asterisk-commits] trunk r22272 - /trunk/bootstrap.sh
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon Apr 24 10:34:36 MST 2006
    
    
  
Author: russell
Date: Mon Apr 24 12:34:35 2006
New Revision: 22272
URL: http://svn.digium.com/view/asterisk?rev=22272&view=rev
Log:
print a message before running the autotools
Modified:
    trunk/bootstrap.sh
Modified: trunk/bootstrap.sh
URL: http://svn.digium.com/view/asterisk/trunk/bootstrap.sh?rev=22272&r1=22271&r2=22272&view=diff
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh Mon Apr 24 12:34:35 2006
@@ -16,7 +16,7 @@
 	check_for_app autoconf259
 	check_for_app autoheader259
 	check_for_app automake19
-
+	echo "Generating the configure script ..."
 	aclocal19 2>/dev/null
 	autoconf259
 	autoheader259
@@ -29,9 +29,11 @@
 	check_for_app autoconf
 	check_for_app autoheader
 	check_for_app automake
-
+	echo "Generating the configure script ..."
 	aclocal 2>/dev/null
 	autoconf
 	autoheader
 	automake --add-missing --copy 2>/dev/null
 fi
+
+exit 0
    
    
More information about the asterisk-commits
mailing list