[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Test suite
From: |
Akim Demaille |
Subject: |
Test suite |
Date: |
07 Jun 2002 13:20:30 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/tools.at (autoconf: forbidden tokens, basic)
(autoconf: forbidden tokens, exceptions): Adjust to the change of
words in autom4te.in.
Index: tests/tools.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/tools.at,v
retrieving revision 1.63
diff -u -u -r1.63 tools.at
--- tests/tools.at 21 Apr 2002 07:25:21 -0000 1.63
+++ tests/tools.at 7 Jun 2002 11:19:59 -0000
@@ -252,6 +252,8 @@
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 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Test suite,
Akim Demaille <=