+2003-03-01 Richard Dawe <rich@phekda.freeserve.co.uk>
+
+ * tests/atspecific.m4 (AT_CHECK_AUTOM4TE): Normalize
+ file name for the m4 program, when it has an "exe" file extension.
+ DJGPP's error messages include the error code in brackets -
+ remove the error code during normalization.
+
2003-02-28 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Present But Cannot Be Compiled): New.
# M4 macros used in building Autoconf test suites. -*- Autotest -*-
-# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
[AT_CHECK([[sed -e 's,^\([^:]*\): *\([0-9][0-9]*\): *[^:]*m4: ,m4: \1: \2: ,' \
-e 's,^[^:]*m4: *\([^:]*\): *\([0-9][0-9]*\): ,m4: \1: \2: ,' \
-e 's/^autom4te: [^ ]*m4 /autom4te: m4 /' \
+ -e 's/^autom4te: [^ ]*m4.exe /autom4te: m4 /' \
+ -e 's/ (E[A-Z]*)$//' \
stderr]], [0],[$4])])
])