diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-21 17:13:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-21 17:13:23 +0000 |
commit | 5d6c4a55816a01001bcd6df633c86bf313e098cf (patch) | |
tree | 25605d03082f8b38ee0b9b4c3e29b49014c139c6 /autoconf | |
parent | c2186e23b6484bf5a35419587bde76d6b40f0452 (diff) | |
download | external_llvm-5d6c4a55816a01001bcd6df633c86bf313e098cf.zip external_llvm-5d6c4a55816a01001bcd6df633c86bf313e098cf.tar.gz external_llvm-5d6c4a55816a01001bcd6df633c86bf313e098cf.tar.bz2 |
Change the warning text so that NO warnings are permitted. This is now the
case since the AC_CONFIG_SUBDIRS problem has been fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rwxr-xr-x | autoconf/AutoRegen.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autoconf/AutoRegen.sh b/autoconf/AutoRegen.sh index fd3ff74..10c3e40 100755 --- a/autoconf/AutoRegen.sh +++ b/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" |