* tests/m4sugar.at (m4_warn): Adjusted to accept stack dump when

-Werror is used.
This commit is contained in:
Pavel Roskin 2000-11-09 18:50:55 +00:00
parent 97cdb56113
commit 167526b3b2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-11-09 Pavel Roskin <proski@gnu.org>
* tests/m4sugar.at (m4_warn): Adjusted to accept stack dump when
-Werror is used.
2000-11-08 Akim Demaille <akim@epita.fr>
* m4sugar.m4 (_m4_expansion_stack_dump): Really rename as...

View File

@ -91,6 +91,7 @@ AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir -o- -Wnone,bar],
AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir -o- -Wnone,bar,error],
1, [],
[configure.in:2: error: bar
configure.in:2: the top level
])
AT_CLEANUP()