From: Akim Demaille Date: Tue, 23 Jan 2001 13:54:25 +0000 (+0000) Subject: * vtexi.test: Also check that stamp-vti properly depends upon X-Git-Tag: Release-1-4d~101 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=218082c20cfa673f8cd4767c7516c548b56ed5bc;p=automake.git * vtexi.test: Also check that stamp-vti properly depends upon configure.in and the Texinfo source file. --- diff --git a/stamp-vti b/stamp-vti index 3dea5a12..b3d4c979 100644 --- 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 diff --git a/tests/ChangeLog b/tests/ChangeLog index 26ad9cb8..dab26c4b 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2001-01-23 Akim Demaille + + * vtexi.test: Also check that stamp-vti properly depends upon + configure.in and the Texinfo source file. + 2001-01-21 Kevin Ryde * colon7.test: Grep for a couple of AC_OUTPUT problems. diff --git a/tests/vtexi.test b/tests/vtexi.test index bd25085f..3c78d54b 100755 --- a/tests/vtexi.test +++ b/tests/vtexi.test @@ -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 diff --git a/version.texi b/version.texi index 3dea5a12..b3d4c979 100644 --- a/version.texi +++ b/version.texi @@ -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