From: Ralf Wildenhues Date: Wed, 11 Apr 2007 03:50:11 +0000 (+0000) Subject: * doc/autoconf.texi (External Software, Package Options): X-Git-Tag: v2.62~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6acc1e3af760c3575ddeeee35a8c9362d64c946c;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (External Software, Package Options): Fix ambiguous wording. Report by Reuben Thomas . --- diff --git a/ChangeLog b/ChangeLog index 49574c9a..fe492e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-11 Ralf Wildenhues + + * doc/autoconf.texi (External Software, Package Options): + Fix ambiguous wording. Report by Reuben Thomas . + 2007-04-06 Paul Eggert * doc/autoconf.texi (Particular Types): AC_C_LONG_DOUBLE is now diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 29ddd9e8..a654f516 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -15922,9 +15922,10 @@ only of alphanumeric characters, dashes, and dots. 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: @@ -16080,11 +16081,11 @@ alphanumeric characters, dashes, and dots. 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}).