[asterisk-commits] branch group/autoconf_and_menuselect r19734 -
/team/group/autoconf_and_menuse...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Apr 13 05:27:37 MST 2006
Author: russell
Date: Thu Apr 13 07:27:36 2006
New Revision: 19734
URL: http://svn.digium.com/view/asterisk?rev=19734&view=rev
Log:
make the message about ignoring errors more obvious
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=19734&r1=19733&r2=19734&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/bootstrap.sh (original)
+++ team/group/autoconf_and_menuselect/bootstrap.sh Thu Apr 13 07:27:36 2006
@@ -3,5 +3,9 @@
aclocal
autoconf
autoheader
-echo "Ignore the errors generated by the next command!"
+echo
+echo "****************************************************"
+echo "* Ignore the errors generated by the next command! *"
+echo "****************************************************"
+echo
automake --add-missing --copy
More information about the asterisk-commits
mailing list