* tests/torture.at (Configuring subdirectories): Do not skip

Automake 1.10 nor future Automake 11.1 (sic).
This commit is contained in:
Ralf Wildenhues 2006-10-28 09:41:07 +00:00
parent 45cd8714aa
commit a015d2f327
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/torture.at (Configuring subdirectories): Do not skip
Automake 1.10 nor future Automake 11.1 (sic).
2006-10-26 Joel E. Denny <jdenny@ces.clemson.edu>
and Stepan Kasal <kasal@ucw.cz>

View File

@ -792,7 +792,7 @@ AT_KEYWORDS(autoreconf)
# We use aclocal (via autoreconf).
AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
# It should understand configure.ac.
AT_CHECK([[grep '1.[01234]' stdout && exit 77]], [1], [ignore])
AT_CHECK([[grep '[^0-9]1.[01234][^0-9]' stdout && exit 77]], [1], [ignore])
# Set CONFIG_SITE to a nonexistent file, so that there are
# no worries about nonstandard values for 'prefix'.