* doc/automake.texi (Invoking aclocal): Fix grammar. --- ChangeLog | 5 +++++ doc/automake.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 7b8a2f6..bab1dcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-08 Jim Meyering <meyer...@redhat.com> + + manual: fix a trivial grammar error. + * doc/automake.texi (Invoking aclocal): Fix grammar. + 2009-06-07 Ralf Wildenhues <ralf.wildenh...@gmx.de> AM_PROG_GCJ: use AC_CHECK_TOOLS for gcj, for cross compilation. diff --git a/doc/automake.texi b/doc/automake.texi index 6c6765f..b3f4a76 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 -- 1.6.3.3.524.g8586b