* tests/suffix11.test: Fix a typo.
* tests/colon3.test: s/EGREP/FGREP/.
+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
@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.
-@set UPDATED 9 July 2005
+@set UPDATED 27 July 2005
@set UPDATED-MONTH July 2005
@set EDITION 1.9a
@set VERSION 1.9a
-@set UPDATED 9 July 2005
+@set UPDATED 27 July 2005
@set UPDATED-MONTH July 2005
@set EDITION 1.9a
@set VERSION 1.9a
# 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`"
# 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 `-'.