* doc/autoconf.texi (External Software): Reduce mention of
hand-written help strings.
Reported by Reuben Thomas.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-03-17 Eric Blake <ebb9@byu.net>
+
+ Recommend AS_HELP_STRING more prominently.
+ * doc/autoconf.texi (External Software): Reduce mention of
+ hand-written help strings.
+ Reported by Reuben Thomas.
+
2009-03-16 Eric Blake <ebb9@byu.net>
Fix 'make pdf'.
@noindent
@var{help-string} may be more than one line long, if more detail is
needed. Just make sure the columns line up in @samp{configure
---help}. Avoid tabs in the help string. You'll need to enclose the
-help string in @samp{[} and @samp{]} in order to produce the leading
-blanks.
-
-You should format your @var{help-string} with the macro
+--help}. Avoid tabs in the help string. The easiest way to provide the
+proper leading whitespace is to format your @var{help-string} with the macro
@code{AS_HELP_STRING} (@pxref{Pretty Help Strings}).
The following example shows how to use the @code{AC_ARG_WITH} macro in