]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (Configuring subdirectories): Do not skip
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Oct 2006 09:41:07 +0000 (09:41 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Oct 2006 09:41:07 +0000 (09:41 +0000)
Automake 1.10 nor future Automake 11.1 (sic).

ChangeLog
tests/torture.at

index fe3c4d5b1d48716f68f8d0e1c10adbc938a7b000..9a14f1fa661849b5a0f7fcbf988797b109372b07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 4990c9b526e891bf713ef81fd16249da88a64a05..42f607c48c70177f4cb9189e84e8c617ee2e35b2 100644 (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'.