]> sourceware.org Git - automake.git/commitdiff
* vtexi.test: Also check that stamp-vti properly depends upon
authorAkim Demaille <akim@epita.fr>
Tue, 23 Jan 2001 13:54:25 +0000 (13:54 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 23 Jan 2001 13:54:25 +0000 (13:54 +0000)
configure.in and the Texinfo source file.

stamp-vti
tests/ChangeLog
tests/vtexi.test
version.texi

index 3dea5a128937400c7e257d6be2e993c66be5357a..b3d4c9798cbbe7c5d09eb112c7f13b2902ddd130 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 16 January 2001
+@set UPDATED 22 January 2001
 @set UPDATED-MONTH January 2001
 @set EDITION 1.4c
 @set VERSION 1.4c
index 26ad9cb8c26995e737608c49036aa3f0bf07505e..dab26c4b44c9911e9dff9e23502e986a8eab4284 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-23  Akim Demaille  <akim@epita.fr>
+
+       * vtexi.test: Also check that stamp-vti properly depends upon
+       configure.in and the Texinfo source file.
+
 2001-01-21  Kevin Ryde <user42@zip.com.au>
 
        * colon7.test: Grep for a couple of AC_OUTPUT problems.
index bd25085f85e17762d0196095975827b341dd167d..3c78d54bf52cadc37ef5b0922e30339d5e6971a5 100755 (executable)
@@ -1,12 +1,5 @@
 #!/bin/sh
 
-# Test for bug reported by Jim Meyering:
-# When I ran automake-0.29 on textutils,
-# I noticed that doc/Makefile.in had
-#   textutils.info: textutils.texi
-# instead of
-#   textutils.info: textutils.texi version.texi
-
 . $srcdir/defs || exit 1
 
 cat > Makefile.am << 'END'
@@ -22,6 +15,22 @@ END
 : > mdate-sh
 : > texinfo.tex
 
-$AUTOMAKE || exit 1
+set -e
+
+$AUTOMAKE
+
+# Test for bug reported by Jim Meyering:
+# When I ran automake-0.29 on textutils,
+# I noticed that doc/Makefile.in had
+#   textutils.info: textutils.texi
+# instead of
+#   textutils.info: textutils.texi version.texi
 
 grep '^textutils\.info: textutils\.texi .*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
index 3dea5a128937400c7e257d6be2e993c66be5357a..b3d4c9798cbbe7c5d09eb112c7f13b2902ddd130 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 16 January 2001
+@set UPDATED 22 January 2001
 @set UPDATED-MONTH January 2001
 @set EDITION 1.4c
 @set VERSION 1.4c
This page took 0.033063 seconds and 5 git commands to generate.