automake-patches
[Top][All Lists]
Advanced

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

FYI: vtexi.test fix


From: Alexandre Duret-Lutz
Subject: FYI: vtexi.test fix
Date: 19 Aug 2002 11:03:28 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking this in.  I don't know how I missed that.

2002-08-19  Alexandre Duret-Lutz  <address@hidden>

        * tests/vtexi.test: Fix spurious failure introduced on 2002-07-30.

Index: tests/vtexi.test
===================================================================
RCS file: /cvs/automake/automake/tests/vtexi.test,v
retrieving revision 1.10
diff -u -r1.10 vtexi.test
--- tests/vtexi.test    30 May 2002 06:05:05 -0000      1.10
+++ tests/vtexi.test    19 Aug 2002 09:02:25 -0000
@@ -26,16 +26,17 @@
 #   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 `$'

-- 
Alexandre Duret-Lutz





reply via email to

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