]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Auxiliary Programs): Fix a typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 27 Jul 2005 06:34:18 +0000 (06:34 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 27 Jul 2005 06:34:18 +0000 (06:34 +0000)
* tests/suffix11.test: Fix a typo.
* tests/colon3.test: s/EGREP/FGREP/.

ChangeLog
doc/automake.texi
doc/stamp-vti
doc/version.texi
tests/colon3.test
tests/suffix11.test

index f9135936a45610c9e6038afe9e99ea4a342b9802..9c27614bd28d646d24df9f9af06d004a6ec7fb2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-27  Stepan Kasal  <kasal@ucw.cz>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * tests/instspc.test: Major rewrite to test for many other
index 04ea5afacee197fd9ef6e7e3013c6eef957deca1..085d76718e6cc8168717e0af2b699f2acb42f228 100644 (file)
@@ -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.
 
index 7f4cdbd66dc9c94691e75587886ffda5e6b25586..0cbde4da4e0105a96168de904a16c62ffbffb0cf 100644 (file)
@@ -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
index 7f4cdbd66dc9c94691e75587886ffda5e6b25586..0cbde4da4e0105a96168de904a16c62ffbffb0cf 100644 (file)
@@ -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
index aabfdadef8c9f0b5588f84cc59b4da3f04baa7b1..7ead6f304aa121e2ca5a0f433ccc3a8c4409575d 100755 (executable)
@@ -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`"
index 8841424cda94eb53fbe561c7f146fdb93d931f5b..355a28d50c6ab5ffddcd24d2203891c876b3922f 100755 (executable)
@@ -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 `-'.