From aa043a7b4e68331cba6c008760a8a7b47f18833d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 5 Oct 2007 20:16:09 +0200 Subject: [PATCH] Avoid makeinfo warnings. * doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref. (Looping constructs): Add ` ' after @defmac'd name, m4_do. --- ChangeLog | 6 ++++++ doc/autoconf.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.47.2