+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>
# 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'.