[llvm-commits] CVS: llvm/autoconf/AutoRegen.sh
Reid Spencer
reid at x10sys.com
Sun Sep 19 15:31:04 PDT 2004
Changes in directory llvm/autoconf:
AutoRegen.sh updated: 1.4 -> 1.5
---
Log message:
Make the "Warning" notice a LOT more prominent.
---
Diffs of the changes: (+10 -1)
Index: llvm/autoconf/AutoRegen.sh
diff -u llvm/autoconf/AutoRegen.sh:1.4 llvm/autoconf/AutoRegen.sh:1.5
--- llvm/autoconf/AutoRegen.sh:1.4 Sun Sep 19 17:14:24 2004
+++ llvm/autoconf/AutoRegen.sh Sun Sep 19 17:30:53 2004
@@ -21,7 +21,16 @@
if test $? -ne 0 ; then
die "Your libtool was not detected as being 1.5.10"
fi
-echo "Note: Warnings about 'AC_CONFIG_SUBDIRS: you should use literals' are ok"
+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 "### 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 "######################################################################"
+echo ""
echo "Regenerating aclocal.m4 with aclocal"
cwd=`pwd`
aclocal --force -I $cwd/m4 || die "aclocal failed"
More information about the llvm-commits
mailing list