+2007-04-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/autoconf.texi (External Software, Package Options):
+ Fix ambiguous wording. Report by Reuben Thomas <rrt@sc3d.org>.
+
2007-04-06 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now
The option's argument is available to the shell commands
@var{action-if-given} in the shell variable @code{withval}, which is
-actually just the value of the shell variable @code{with_@var{package}},
-with any non-alphanumeric characters changed into @samp{_}. You may use that
-variable instead, if you wish.
+actually just the value of the shell variable named
+@code{with_@var{package}}, with any non-alphanumeric characters in
+@var{feature} changed into @samp{_}. You may use that variable instead,
+if you wish.
The argument @var{help-string} is a description of the option that
looks like this:
The option's argument is available to the shell commands
@var{action-if-given} in the shell variable @code{enableval}, which is
-actually just the value of the shell variable
-@code{enable_@var{feature}}, with any non-alphanumeric characters changed into
-@samp{_}. You may use that variable instead, if you wish. The
-@var{help-string} argument is like that of @code{AC_ARG_WITH}
-(@pxref{External Software}).
+actually just the value of the shell variable named
+@code{enable_@var{feature}}, with any non-alphanumeric characters in
+@var{feature} changed into @samp{_}. You may use that variable instead,
+if you wish. The @var{help-string} argument is like that of
+@code{AC_ARG_WITH} (@pxref{External Software}).
You should format your @var{help-string} with the macro
@code{AS_HELP_STRING} (@pxref{Pretty Help Strings}).