* vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
authorAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 14:40:41 +0000 (14:40 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 24 Jan 2001 14:40:41 +0000 (14:40 +0000)
tests/ChangeLog
tests/Makefile.in
tests/vtexi.test

index dab26c4..5f74307 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-24  Akim Demaille  <akim@epita.fr>
+
+       * vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
+
 2001-01-23  Akim Demaille  <akim@epita.fr>
 
        * vtexi.test: Also check that stamp-vti properly depends upon
index 70e0e13..8cc9429 100644 (file)
@@ -61,10 +61,6 @@ POST_UNINSTALL = :
 AMDEP = @AMDEP@
 AMTAR = @AMTAR@
 AWK = @AWK@
-CC = @CC@
-CPP = @CPP@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
 DEPDIR = @DEPDIR@
 MAKEINFO = @MAKEINFO@
 PACKAGE = @PACKAGE@
index 3c78d54..8676206 100755 (executable)
@@ -33,4 +33,4 @@ grep '^textutils\.info: textutils\.texi .*version\.texi$' Makefile.in
 # @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 '^\$\(srcdir\)/stamp-vti:.*\$\(top_srcdir\)/configure\.in( .*)?$' Makefile.in