autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 08torture-tests-syntax-fix.diff


From: derek
Subject: FYI: 08torture-tests-syntax-fix.diff
Date: Tue, 01 Apr 2003 17:33:23 +0000

Index: ChangeLog
2003-04-01  Derek Price  <address@hidden>

        * tests/torture.at (Configuring subdirectories): Add missing
        close-quote for Akim's change from 3-28.

Index: tests/torture.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/torture.at,v
retrieving revision 1.41
diff -u -r1.41 torture.at
--- tests/torture.at    28 Mar 2003 17:14:17 -0000      1.41
+++ tests/torture.at    1 Apr 2003 17:26:31 -0000
@@ -561,7 +561,7 @@
 # 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])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]