From dbbf2b320ea04b326e1cb08bf4dea77a7760ddea Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 27 Jul 2005 06:34:18 +0000 Subject: [PATCH] * doc/automake.texi (Auxiliary Programs): Fix a typo. * tests/suffix11.test: Fix a typo. * tests/colon3.test: s/EGREP/FGREP/. --- ChangeLog | 6 ++++++ doc/automake.texi | 2 +- doc/stamp-vti | 2 +- doc/version.texi | 2 +- tests/colon3.test | 2 +- tests/suffix11.test | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9135936..9c27614b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-27 Stepan Kasal + + * doc/automake.texi (Auxiliary Programs): Fix a typo. + * tests/suffix11.test: Fix a typo. + * tests/colon3.test: s/EGREP/FGREP/. + 2005-07-19 Paul Eggert * tests/instspc.test: Major rewrite to test for many other diff --git a/doc/automake.texi b/doc/automake.texi index 04ea5afa..085d7671 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -751,7 +751,7 @@ things so that the build can continue. @item mkinstalldirs This script used to be a wrapper around @samp{mkdir -p}, which is not -portable. Now we use prefer to use @samp{install-sh -d} when configure +portable. Now we prefer to use @samp{install-sh -d} when configure finds that @samp{mkdir -p} does not work, this makes one less script to distribute. diff --git a/doc/stamp-vti b/doc/stamp-vti index 7f4cdbd6..0cbde4da 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 9 July 2005 +@set UPDATED 27 July 2005 @set UPDATED-MONTH July 2005 @set EDITION 1.9a @set VERSION 1.9a diff --git a/doc/version.texi b/doc/version.texi index 7f4cdbd6..0cbde4da 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 9 July 2005 +@set UPDATED 27 July 2005 @set UPDATED-MONTH July 2005 @set EDITION 1.9a @set VERSION 1.9a diff --git a/tests/colon3.test b/tests/colon3.test index aabfdade..7ead6f30 100755 --- a/tests/colon3.test +++ b/tests/colon3.test @@ -46,7 +46,7 @@ test -f zardoz.in # The generated file should refer to zardoz.in and zardoz.am, but # never just "zardoz". echo Grep1 -grep zardoz zardoz.in | $EGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || : +grep zardoz zardoz.in | $FGREP -v 'zardoz.in' | $FGREP -v 'zardoz.am' > O || : # We cat the output file so we see in when verbose. cat O test -z "`cat O`" diff --git a/tests/suffix11.test b/tests/suffix11.test index 8841424c..355a28d5 100755 --- a/tests/suffix11.test +++ b/tests/suffix11.test @@ -18,7 +18,7 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -# Tests that Automake understand multiple suffix rules on the same line. +# Tests that Automake understands multiple suffix rules on the same line. # PR/371 and PR/372: Reported by Duncan Gibson. # We also check for suffixes containing `-'. -- 2.43.5