]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS: Recommend M4 1.4.5.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jul 2006 17:30:44 +0000 (17:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jul 2006 17:30:44 +0000 (17:30 +0000)
* tests/tools.at (autom4te cache): Update wording of diagnostic
to match M4 1.4.5.

NEWS
tests/tools.at

diff --git a/NEWS b/NEWS
index c9ea69e5e5259c601612cb5665cb3a90d87af7a8..e6fccd74221e9e7b6a94f30e57deb3cbf20d80a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 * Major changes in Autoconf 2.60a
 
+** GNU M4 1.4.5 or later is now recommended.  At least one "make check"
+  test fails with earlier versions of M4.
+
 ** The functionality of the undocumented _AC_COMPUTE_INT is now provided
   by a public and documented macro, AC_COMPUTE_INT.  The parameters to the
   two macros are different, so autoupdate will not change the old private name
index c082adc0801c26fdcb7e01353bdd0bbfdd032533..fb50b1d2ef101d3ee27c4a0ca22f1caaa6887388 100644 (file)
@@ -101,7 +101,7 @@ AT_CHECK_M4SUGAR
 mkdir sub
 mv foo sub
 AT_CHECK_M4SUGAR([], [1], [],
-[m4: script.4s: 1: Cannot open foo: No such file or directory
+[m4: script.4s: 1: cannot open `foo': No such file or directory
 autom4te: m4 failed with exit status: 1
 ])