* NEWS: Recommend M4 1.4.5.

* tests/tools.at (autom4te cache): Update wording of diagnostic
to match M4 1.4.5.
This commit is contained in:
Paul Eggert 2006-07-17 17:30:44 +00:00
parent f2d54b1996
commit ad613a172c
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -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

View 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
])