+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):
* doc/autoconf.texi (Making testsuite Scripts): Document
package.m4.
-
2002-02-05 Akim Demaille <akim@epita.fr>
* lib/freeze.mk: New.
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