From: Eric Blake Date: Sat, 13 Oct 2007 03:45:24 +0000 (-0600) Subject: Avoid underfull hbox. X-Git-Tag: v2.62~213^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9caf76bfe82060be35afafc93e0f83b2e1753229;p=thirdparty%2Fautoconf.git Avoid underfull hbox. * doc/autoconf.texi (Reporting Messages): Fix underfull hbox. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 1e6ddc17..7c3bb048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2007-10-12 Eric Blake * doc/autoconf.texi (Text processing Macros): Fix bad merge. + (Reporting Messages): Fix underfull hbox. Some more m4sugar documentation. * lib/m4sugar/m4sugar.m4: Clean up macro order. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 293f27af..26ca6fd7 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11335,8 +11335,8 @@ instead. @xref{m4_fatal}, for more details. @end defmac When the user runs @samp{autoconf -W error}, warnings from -@code{m4_warn} (and thus @code{AC_DIAGNOSE} and @code{AC_WARNING}) are -reported as errors, see @ref{autoconf Invocation}. +@code{m4_warn} (including those issued through @code{AC_DIAGNOSE} and +@code{AC_WARNING}) are reported as errors, see @ref{autoconf Invocation}. @node Dependencies Between Macros @section Dependencies Between Macros