* tests/torture.at (Configuring subdirectories): Skip if aclocal

is not available.
This commit is contained in:
Akim Demaille 2002-02-06 09:39:54 +00:00
parent 41d238fd42
commit c72b68217e
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View 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