]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/foreign.at (Autoconf & Libtool): Ignore Libtool version
authorAkim Demaille <akim@epita.fr>
Wed, 20 Dec 2000 13:48:07 +0000 (13:48 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 20 Dec 2000 13:48:07 +0000 (13:48 +0000)
1.3.[0-5].
* tests/compile.at (GNU Fortran 77): Use AS_EXIT.

ChangeLog
tests/compile.at
tests/foreign.at

index c47dcc6b3ebbe4fd4c014d21165d8ca6f6fe4699..bac6a5f73d059a04aecfc81893ab70c189d3fb6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-20  Akim Demaille  <akim@epita.fr>
+
+       * tests/foreign.at (Autoconf & Libtool): Ignore Libtool version
+       1.3.[0-5].
+       * tests/compile.at (GNU Fortran 77): Use AS_EXIT.
+
 2000-12-20  Akim Demaille  <akim@epita.fr>
 
        * tests/atgeneral.m4 (AT_CLEANUP_FILE_IFELSE): Fix the regexp: the
index 8b377f7ae6068e9709a611f0ee6c4dc05c82737c..0adda3c99b53caa1bbcfabb2b432784fbaa5d1af 100644 (file)
@@ -134,4 +134,4 @@ else
   test "$G77" = yes &&
     AC_MSG_ERROR([incorrectly recognized a GNU Fortran 77 compiler])
 fi
-exit 0]])
+AS_EXIT(0)]])
index 433dd85de90b13eb84e04846bd537b904b40ffcd..0f077ea9a28bccbced8a8951c238c83f8b282c20 100644 (file)
@@ -9,7 +9,11 @@ AT_BANNER([Compatibility with other tools.])
 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],