]> sourceware.org Git - automake.git/commitdiff
* tests/vtexi.test: Fix spurious failure introduced on 2002-07-30.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Aug 2002 09:03:48 +0000 (09:03 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 19 Aug 2002 09:03:48 +0000 (09:03 +0000)
ChangeLog
tests/vtexi.test

index d46a5415d7450ddb460d01adbc984a16985890fa..e378f68f5578b89d30e0180dcb30b2005ff5dedc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/vtexi.test: Fix spurious failure introduced on 2002-07-30.
+
 2002-08-17  Tom Tromey  <tromey@redhat.com>
 
        For PR automake/347:
index b837ba98a35883e3a171853f5c12b5ff0f47e31f..cdda5cb9a72e69435c8d02bc6c99f0e476f19ba2 100755 (executable)
@@ -26,16 +26,17 @@ $AUTOMAKE
 #   textutils.info: textutils.texi
 # instead of
 #   textutils.info: textutils.texi version.texi
+# (Today this should be `textutils.info: version.texi')
 
-grep '^textutils\.info: textutils\.texi .*version\.texi$' Makefile.in
+grep '^textutils\.info:.*version\.texi$' Makefile.in
 
 
 # Test for bug reported by Lars Hecking:
 # When running the first version of configure.ac aware automake,
 # @CONFIGURE_AC@ was not properly substitued.
 
-$EGREP '^\$\(srcdir\)/stamp-vti:.*textutils\.texi( .*)?$' Makefile.in
-$EGREP '^\$\(srcdir\)/stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in
+$EGREP '^stamp-vti:.*textutils\.texi( .*)?$' Makefile.in
+$EGREP '^stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in
 
 
 # Check that the path to mdate-sh is correct.  Over escaping of `$'
This page took 0.034629 seconds and 5 git commands to generate.