+2010-08-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Fix testsuite failures with typical m4-x.y.z program suffix.
+ * tests/local.at (AT_CHECK_M4): Normalize hyphens and digits
+ after the `m4' program name.
+ * THANKS: Update.
+ Report by Luke Dalessandro.
+
2010-08-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix description of AC_CONFIG_TESTDIR to not mention atconfig.in.
Leo Moisio leo.moisio@gmail.com
Loulou Pouchet loulou@lrde.epita.fr
Ludovic Courtes ?
+Luke Dalessandro luked@cs.rochester.edu
Magnus Therning therning@gforge.natlab.research.philips.com
Manu manubee@wanadoo.fr
Marc Espie Marc.Espie@liafa.jussieu.fr
# script.4s:1: /usr/local/bin/gm4: Cannot open foo: No such file or directory
# autom4te: /usr/local/bin/gm4 failed with exit status: 1
#
+# or this (GNU M4 1.4.13 installed as m4-1.4.13):
+#
+# /usr/bin/m4-1.4.13:script.4s:1: include: cannot open `foo': No such file or directory
+# autom4te: /usr/bin/m4-1.4.13 failed with exit status: 1
+#
# becomes
#
# m4:script.4s:1: cannot open `foo': No such file or directory
[AT_CHECK([$1], [$2], [$3],
m4_case([$4], [], [], [ignore], [ignore], [stderr]))
m4_case([$4], [], [], [ignore], [],
-[AT_CHECK([[sed 's/^[^:]*m4[.ex]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
- s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[.ex]*: /m4:\1\2 /
+[AT_CHECK([[sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
+ s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
s/: include:\( cannot open\)/:\1/
s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /