]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/torture.at (Configuring subdirectories): Add missing
authorDerek Price <derek@ximbiot.com>
Tue, 1 Apr 2003 17:33:59 +0000 (17:33 +0000)
committerDerek Price <derek@ximbiot.com>
Tue, 1 Apr 2003 17:33:59 +0000 (17:33 +0000)
close-quote for Akim's change from 3-28.

ChangeLog
tests/torture.at

index 35ac8a9e180d974aec79addf2096cad1cc072b48..90c8b8bbab890a28ed4b73d9fd997cf45c643bce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-01  Derek Price  <derek@ximbiot.com>
+
+       * tests/torture.at (Configuring subdirectories): Add missing
+       close-quote for Akim's change from 3-28.
+
 2003-04-01  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (ac, at, ms): Rename these indexes as...
index d4c7cd9c77d594578c1aad19116036ef9b4d1feb..ceb29f1dcf1f1247448737de4467427e44d0699f 100644 (file)
@@ -561,7 +561,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 '1.[01234]' stdout && exit 77]], [1], [ignore])
 
 # The contents of `inner/', and `inner/innermost/'.
 AS_MKDIR_P([inner/innermost])