* tests/tools.at (autoconf: forbidden tokens, basic)

(autoconf: forbidden tokens, exceptions): Adjust to the change of
words in autom4te.in.
This commit is contained in:
Akim Demaille 2002-06-07 11:20:19 +00:00
parent 105bad12a1
commit 823860675b
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-06-07 Akim Demaille <akim@epita.fr>
* tests/tools.at (autoconf: forbidden tokens, basic)
(autoconf: forbidden tokens, exceptions): Adjust to the change of
words in autom4te.in.
2002-06-07 Peter Eisentraut <peter_e@gmx.net>
* lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use

View File

@ -252,6 +252,8 @@ _AS_BAR
AT_DATA_M4SH([experr],
[[configure.ac:2: error: possibly undefined macro: m4_foo
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:3: error: possibly undefined macro: _m4_bar
configure.ac:4: error: possibly undefined macro: AS_FOO
configure.ac:5: error: possibly undefined macro: _AS_BAR
@ -291,6 +293,8 @@ It would be very bad if Autoconf forgot to expand [AS_]INIT!
AT_DATA_M4SH([experr],
[[configure.ac:1: error: possibly undefined macro: AS_INIT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:7: error: possibly undefined macro: AS_ALLOWED_NOT
configure.ac:10: error: possibly undefined macro: FORBIDDEN
configure.ac:14: error: possibly undefined macro: AS_THIS_IS_INVALID