From: Jim Meyering Date: Fri, 5 Oct 2007 18:16:09 +0000 (+0200) Subject: Avoid makeinfo warnings. X-Git-Tag: v2.62~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa043a7b4e68331cba6c008760a8a7b47f18833d;p=thirdparty%2Fautoconf.git Avoid makeinfo warnings. * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref. (Looping constructs): Add ` ' after @defmac'd name, m4_do. --- diff --git a/ChangeLog b/ChangeLog index e5e01c27..a5b43aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-05 Jim Meyering + + Avoid makeinfo warnings. + * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref. + (Looping constructs): Add ` ' after @defmac'd name, m4_do. + 2007-10-05 Eric Blake Resolve Python issue 1676135 regarding configure directory args. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 1b470eb3..1d097f2b 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -10143,7 +10143,7 @@ This macro corresponds to @code{m4exit}. @msindex{if} This macro corresponds to @code{ifelse}. @var{string-1} and @var{string-2} are compared literally, so usually one of the two -arguments is passed unquoted. @xref{Conditional constructs} for more +arguments is passed unquoted. @xref{Conditional constructs}, for more conditional idioms. @end defmac @@ -10398,7 +10398,7 @@ The deprecated macro @code{AC_FOREACH} is an alias of The following macros are useful in implementing recursive algorithms. -@defmac m4_do(@dots{}) +@defmac m4_do (@dots{}) @msindex{do} This macro loops over its arguments and expands each one in sequence. Its main use is for readability; it allows the use of indentation and