]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (Configuring subdirectories): Skip if aclocal
authorAkim Demaille <akim@epita.fr>
Wed, 6 Feb 2002 09:39:54 +0000 (09:39 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 6 Feb 2002 09:39:54 +0000 (09:39 +0000)
is not available.

ChangeLog
tests/torture.at

index 7bd1645c504fd10593243283cf7e39cff31ef9f1..0c0e5aa12cfa791a4824b2167447ef6ebdc97758 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-06  Akim Demaille  <akim@epita.fr>
+
+       * tests/torture.at (Configuring subdirectories): Skip if aclocal
+       is not available.
+
 2002-02-05  Paul Eggert  <eggert@twinsun.com>
 
        * doc/autoconf.texi (Specific Compiler Characteristics):
@@ -18,7 +23,6 @@
        * doc/autoconf.texi (Making testsuite Scripts): Document
        package.m4.
 
-       
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * lib/freeze.mk: New.
index 6972bfb9b1ff582aeeb5463d4a6f1ddccf5b14f0..7a3e67e04343dcd60a6d39257564d1d32d51acc6 100644 (file)
@@ -539,6 +539,9 @@ AT_CLEANUP
 AT_SETUP([Configuring subdirectories])
 AT_KEYWORDS(autoreconf)
 
+# We use aclocal (via autoreconf).
+AT_CHECK([aclocal --version || exit 77], [], [ignore], [ignore])
+
 # Move into a fresh testSubDir.  But Autotest is not ready for such
 # tricks, albeit most useful :( It expects to find its files
 # (at-setup-line and so on) in the original `.', and it will complain