]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/m4sugar.at (m4_warn): Adjusted to accept stack dump when
authorPavel Roskin <proski@gnu.org>
Thu, 9 Nov 2000 18:50:55 +0000 (18:50 +0000)
committerPavel Roskin <proski@gnu.org>
Thu, 9 Nov 2000 18:50:55 +0000 (18:50 +0000)
-Werror is used.

ChangeLog
tests/m4sugar.at

index 14ec075cc3bac2d7905baf2666207ce26f328af4..1f618d36d3eed0cfc4cc4776a0b3e4563fff1dcd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...
index e2763816e283d8d6644edc8408ec1ea03df0afa1..0f4ae67163deb831932edc192dfbc9c4c5909aa1 100644 (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()