]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Avoid makeinfo warnings.
authorJim Meyering <meyering@redhat.com>
Fri, 5 Oct 2007 18:16:09 +0000 (20:16 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 5 Oct 2007 18:16:30 +0000 (20:16 +0200)
* doc/autoconf.texi (Redefined M4 Macros): Add a `,' after @xref.
(Looping constructs): Add ` ' after @defmac'd name, m4_do.

ChangeLog
doc/autoconf.texi

index e5e01c27db332be42ac04b535581ad6d27df67e4..a5b43aeab0fe5b04ee5e5162be950d390dbc9d81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-05  Jim Meyering  <meyering@redhat.com>
+
+       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  <ebb9@byu.net>
 
        Resolve Python issue 1676135 regarding configure directory args.
index 1b470eb392b2558a8c3ecef2e08e0474910f9550..1d097f2b44f3b4abb8bf0c5d6bcce0e786ad41a2 100644 (file)
@@ -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