summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-21 17:13:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-21 17:13:23 +0000
commitd057f2bc56fe58342d3fce65acab2b9ec42f282d (patch)
tree59c8b761d3a4242de7d003dd172fdab40b3d71e7
parentc6f9e0f5120eb45b9effa965034a9f6521fcde54 (diff)
downloadbcm5719-llvm-d057f2bc56fe58342d3fce65acab2b9ec42f282d.tar.gz
bcm5719-llvm-d057f2bc56fe58342d3fce65acab2b9ec42f282d.zip
Change the warning text so that NO warnings are permitted. This is now the
case since the AC_CONFIG_SUBDIRS problem has been fixed. llvm-svn: 16464
-rwxr-xr-xllvm/autoconf/AutoRegen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/autoconf/AutoRegen.sh b/llvm/autoconf/AutoRegen.sh
index fd3ff748b92..10c3e404c18 100755
--- a/llvm/autoconf/AutoRegen.sh
+++ b/llvm/autoconf/AutoRegen.sh
@@ -23,12 +23,12 @@ if test $? -ne 0 ; then
fi
echo ""
echo "### NOTE: ############################################################"
-echo "### If you get *any* warnings from autoconf below other than warnings"
-echo "### about 'AC_CONFIG_SUBDIRS: you should use literals', you MUST fix"
-echo "### the scripts in the m4 directory because there are future forward"
+echo "### If you get *any* warnings from autoconf below you MUST fix the"
+echo "### scripts in the m4 directory because there are future forward"
echo "### compatibility or platform support issues at risk. Please do NOT"
echo "### commit any configure.ac or configure script that was generated "
-echo "### with warnings present."
+echo "### with warnings present. You should get just three 'Regenerating..'"
+echo "### lines."
echo "######################################################################"
echo ""
echo "Regenerating aclocal.m4 with aclocal"
OpenPOWER on IntegriCloud