]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.at: s/undefined macro/possibly undefined macro/.
authorAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 17:35:02 +0000 (17:35 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 17:35:02 +0000 (17:35 +0000)
ChangeLog
tests/tools.at

index 344984492c098140e9e3b333f5c37b09d63dded3..dc5bb8cdfb6411bcdecd5dbee6b71e39a01ea56f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/tools.at: s/undefined macro/possibly undefined macro/.
+
 2001-05-19  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_SEARCH_LIBS): Unobfuscate.
index cc170795b6c0e1697ce7bdb538216b12fe1bf0e8..b1998102bbd0e4443b6292ca4dae6fe3775670f6 100644 (file)
@@ -216,12 +216,12 @@ AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir], 1, [], [stderr])
 # 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 stderr], 0,
-[[configure.ac:2: error: undefined macro: AC_FOO
-configure.ac:3: error: undefined macro: _AC_BAR
-configure.ac:4: error: undefined macro: m4_foo
-configure.ac:7: error: undefined macro: B_AC_FOO
-configure.ac:8: error: undefined macro: AS_FOO
-configure.ac:9: error: undefined macro: _AS_BAR
+[[configure.ac:2: error: possibly undefined macro: AC_FOO
+configure.ac:3: error: possibly undefined macro: _AC_BAR
+configure.ac:4: error: possibly undefined macro: m4_foo
+configure.ac:7: error: possibly undefined macro: B_AC_FOO
+configure.ac:8: error: possibly undefined macro: AS_FOO
+configure.ac:9: error: possibly undefined macro: _AS_BAR
 ]])
 
 AT_CLEANUP(configure)
@@ -257,13 +257,13 @@ AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir], 1, [], [stderr])
 # 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 stderr], 0,
-[[configure.ac:10: error: undefined macro: FORBIDDEN
-configure.ac:14: error: undefined macro: AC_THIS_IS_INVALID
-configure.ac:14: error: undefined macro: _AC_THIS_IS_INVALID_TOO
-configure.ac:15: error: undefined macro: ALTHOUGH_AC_THIS_IS
-configure.ac:7: error: undefined macro: AC_ALLOWED_NOT
-configure.ac:7: error: undefined macro: NOT_AC_ALLOWED
-configure:18: error: undefined macro: AC_OUTPUT
+[[configure.ac:10: error: possibly undefined macro: FORBIDDEN
+configure.ac:14: error: possibly undefined macro: AC_THIS_IS_INVALID
+configure.ac:14: error: possibly undefined macro: _AC_THIS_IS_INVALID_TOO
+configure.ac:15: error: possibly undefined macro: ALTHOUGH_AC_THIS_IS
+configure.ac:7: error: possibly undefined macro: AC_ALLOWED_NOT
+configure.ac:7: error: possibly undefined macro: NOT_AC_ALLOWED
+configure:18: error: possibly undefined macro: AC_OUTPUT
 ]])
 
 AT_CLEANUP(configure err)