From 37bd57c8d73a6f87d8cc0dba19ce1f096944d3d6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 21:24:26 +0200 Subject: [PATCH] manual: fix a trivial grammar error. * doc/automake.texi (Invoking aclocal): Fix grammar. --- ChangeLog | 5 +++++ doc/automake.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2