From: Jim Meyering Date: Wed, 8 Jul 2009 19:24:26 +0000 (+0200) Subject: manual: fix a trivial grammar error. X-Git-Tag: v1.11.1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37bd57c8d73a6f87d8cc0dba19ce1f096944d3d6;p=thirdparty%2Fautomake.git manual: fix a trivial grammar error. * doc/automake.texi (Invoking aclocal): Fix grammar. --- diff --git a/ChangeLog b/ChangeLog index 0b47a3b89..4b10297c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-08 Jim Meyering + + manual: fix a trivial grammar error. + * doc/automake.texi (Invoking aclocal): Fix grammar. + 2009-06-07 Ralf Wildenhues AM_PROG_GCJ: use AC_CHECK_TOOLS for gcj, for cross compilation. diff --git a/doc/automake.texi b/doc/automake.texi index 6c6765f74..b3f4a7602 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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