]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.at (autoconf: forbidden tokens): Adjust expected
authorAkim Demaille <akim@epita.fr>
Wed, 6 Dec 2000 16:06:34 +0000 (16:06 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 6 Dec 2000 16:06:34 +0000 (16:06 +0000)
result.

ChangeLog
tests/tools.at

index 7cc25b95b1edc92c2df0bf4ea8e2a2dc32a22833..086636ad8e7ed623a4aeea3d3ab543c553844e59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-06  Akim Demaille  <akim@epita.fr>
+
+       * tests/tools.at (autoconf: forbidden tokens): Adjust expected
+       result.
+
 2000-12-06  Akim Demaille  <akim@epita.fr>
 
        * man/config.guess.x: New file.
index 85010796b6f67fae22c55d836ef3cb48484d6227..3c51bb40fd42270b5842761562862341b30adc7c 100644 (file)
@@ -218,13 +218,13 @@ AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir 2>err], 1)
 # The output of autoconf is not deterministic here because it
 # uses `for (ind in array)'.  So be sure to have a unique representation.
 AT_CHECK([sort <err], 0,
-[[configure.in:12: error: undefined macro: AC_THIS_IS_INVALID
-configure.in:12: error: undefined macro: AZ_THIS_IS_INVALID_TOO
-configure.in:13: error: undefined macro: ALTHOUGH_AC_THIS_IS
-configure.in:5: error: undefined macro: AC_ALLOWED_NOT
-configure.in:5: error: undefined macro: NOT_AC_ALLOWED
-configure.in:8: error: undefined macro: FORBIDDEN
-configure:16: error: undefined macro: AC_OUTPUT
+[[configure.in:10: error: undefined macro: FORBIDDEN
+configure.in:14: error: undefined macro: AC_THIS_IS_INVALID
+configure.in:14: error: undefined macro: AZ_THIS_IS_INVALID_TOO
+configure.in:15: error: undefined macro: ALTHOUGH_AC_THIS_IS
+configure.in:7: error: undefined macro: AC_ALLOWED_NOT
+configure.in:7: error: undefined macro: NOT_AC_ALLOWED
+configure:18: error: undefined macro: AC_OUTPUT
 ]])
 
 AT_CLEANUP(configure err)