[llvm-commits] CVS: llvm/autoconf/AutoRegen.sh

Reid Spencer reid at x10sys.com
Tue Sep 21 10:13:34 PDT 2004



Changes in directory llvm/autoconf:

AutoRegen.sh updated: 1.5 -> 1.6
---
Log message:

Change the warning text so that NO warnings are permitted. This is now the
case since the AC_CONFIG_SUBDIRS problem has been fixed.


---
Diffs of the changes:  (+4 -4)

Index: llvm/autoconf/AutoRegen.sh
diff -u llvm/autoconf/AutoRegen.sh:1.5 llvm/autoconf/AutoRegen.sh:1.6
--- llvm/autoconf/AutoRegen.sh:1.5	Sun Sep 19 17:30:53 2004
+++ llvm/autoconf/AutoRegen.sh	Tue Sep 21 12:13:23 2004
@@ -23,12 +23,12 @@
 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"






More information about the llvm-commits mailing list