[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: Testsuite
From: |
Akim Demaille |
Subject: |
FYI: Testsuite |
Date: |
20 Dec 2000 14:49:03 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/foreign.at (Autoconf & Libtool): Ignore Libtool version
1.3.[0-5].
* tests/compile.at (GNU Fortran 77): Use AS_EXIT.
Index: tests/compile.at
===================================================================
RCS file: /cvs/autoconf/tests/compile.at,v
retrieving revision 1.10
diff -u -u -r1.10 compile.at
--- tests/compile.at 2000/12/19 10:17:06 1.10
+++ tests/compile.at 2000/12/20 13:46:45
@@ -134,4 +134,4 @@
test "$G77" = yes &&
AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler])
fi
-exit 0]])
+AS_EXIT(0)]])
Index: tests/foreign.at
===================================================================
RCS file: /cvs/autoconf/tests/foreign.at,v
retrieving revision 1.2
diff -u -u -r1.2 foreign.at
--- tests/foreign.at 2000/12/19 09:25:21 1.2
+++ tests/foreign.at 2000/12/20 13:46:45
@@ -9,7 +9,11 @@
AT_SETUP([[Autoconf & Libtool]])
# Skip this test if there is no libtoolize.
-AT_CHECK([libtoolize --version || exit 77], 0, ignore, ignore)
+AT_CHECK([libtoolize --version || exit 77],
+ ignore, ignore, ignore)
+# CVS Autoconf does not work with Libtool 1.3.5.
+AT_CHECK([[libtoolize --version | grep '1.3.[012345]' && exit 77]],
+ ignore, ignore, ignore)
# Using a configure.in, have libtoolize confess where libtool.m4 is.
AT_DATA([configure.in],
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: Testsuite,
Akim Demaille <=