+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...
# 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])