* tests/tools.at (autom4te cache): Update wording of diagnostic
to match M4 1.4.5.
* 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
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
])