mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
Oops - my earlier 'optimization' caused a regression.
* tests/local.at (AT_CHECK_M4): Fix typo. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
220fef66a8
commit
3655680863
@ -1,3 +1,8 @@
|
||||
2007-09-28 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Oops - my earlier 'optimization' caused a regression.
|
||||
* tests/local.at (AT_CHECK_M4): Fix typo.
|
||||
|
||||
2007-09-27 Eric Blake <ebb9@byu.net>
|
||||
and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
|
@ -96,8 +96,9 @@ m4_define([AT_CHECK_PERL_SYNTAX],
|
||||
# remove the error code during normalization.
|
||||
#
|
||||
m4_define([AT_CHECK_M4],
|
||||
[AT_CHECK([$1], [$2], [$3], m4_if([$4], [], [], [ignore], [ignore], [stderr]))
|
||||
m4_if([$4], [], [], [ignore], [],
|
||||
[AT_CHECK([$1], [$2], [$3],
|
||||
m4_case([$4], [], [], [ignore], [ignore], [stderr]))
|
||||
m4_case([$4], [], [], [ignore], [],
|
||||
[AT_CHECK([[sed 's/^[^:]*m4: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
|
||||
s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4: /m4:\1\2 /
|
||||
s/^\(m4:[^:]*:[0-9][0-9]*: \)C\(annot open \)\([^`:]*\):/\1c\2`\3'\'':/
|
||||
|
Loading…
Reference in New Issue
Block a user