From: Alexandre Duret-Lutz Date: Wed, 8 Jun 2005 18:46:17 +0000 (+0000) Subject: * doc/automake.texi (Extending aclocal): Typo. X-Git-Tag: Release-1-9b~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a515a314e99b6c3e50315a97b455c3943fbf2430;p=thirdparty%2Fautomake.git * doc/automake.texi (Extending aclocal): Typo. --- diff --git a/ChangeLog b/ChangeLog index fccdbae4e..ef828b774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-08 Alexandre Duret-Lutz + + * doc/automake.texi (Extending aclocal): Typo. + 2005-05-24 Brian Gough (tiny change) * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS. diff --git a/doc/automake.texi b/doc/automake.texi index d85e061cf..55253d538 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -2011,7 +2011,7 @@ Wrapping the @code{AC_PREREQ} call inside the macro ensures that Autoconf 2.57 will not be required if @code{AX_FOOBAR} is not actually used. Most importantly, quoting the first argument of @code{AC_DEFUN} allows the macro to be redefined or included twice (otherwise this -first argument would be expansed during the second definition). +first argument would be expanded during the second definition). If you have been directed here by the @command{aclocal} diagnostic but are not the maintainer of the implicated macro, you will want to