]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
manual: fix a trivial grammar error.
authorJim Meyering <jim@meyering.net>
Wed, 8 Jul 2009 19:24:26 +0000 (21:24 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 9 Jul 2009 06:05:30 +0000 (08:05 +0200)
* doc/automake.texi (Invoking aclocal): Fix grammar.

ChangeLog
doc/automake.texi

index 0b47a3b89c4840f43ebb003988ca6ce23e40481c..4b10297c9c6fbff7a96cca7b38ab60372f9a4b22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-08  Jim Meyering  <meyering@redhat.com>
+
+       manual: fix a trivial grammar error.
+       * doc/automake.texi (Invoking aclocal): Fix grammar.
+
 2009-06-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        AM_PROG_GCJ: use AC_CHECK_TOOLS for gcj, for cross compilation.
index 6c6765f7446dad1a275e54d12619ca75472321ef..b3f4a7602e5ebe5f006810cc7a2c6192c4140b4f 100644 (file)
@@ -3068,7 +3068,7 @@ tracking, and cause the file to be distributed automatically.
 (@xref{Local Macros}, for an example.)  Any macro that is found in a
 system-wide directory, or via an absolute search path will be copied.
 So use @samp{-I `pwd`/reldir} instead of @samp{-I reldir} whenever
-some relative directory need to be considered outside the package.
+some relative directory should be considered outside the package.
 
 The contents of @file{acinclude.m4}, if this file exists, are also
 automatically included in @file{aclocal.m4}.  We recommend against