]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
clarify
authorDavid MacKenzie <djm@djmnet.org>
Sat, 13 Aug 1994 03:32:33 +0000 (03:32 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 13 Aug 1994 03:32:33 +0000 (03:32 +0000)
autoconf.texi
doc/autoconf.texi

index f28d30b48c19fbc57e385a0a33e730e605d522c1..84fb23ed2e92c4b23557bb90374bc5b2945f60c4 100644 (file)
@@ -2098,7 +2098,7 @@ define a symbol if the function is available, consider using
 For each given @var{function} in the whitespace-separated argument list
 that is available, define @code{HAVE_@var{function}} (in all caps).
 @xref{Specific Tests}, for a precise definition of ``define'' as it
-is used here.  If @var{action} is given, it is shell code to execute
+is used here.  If @var{action} is given, it is additional shell code to execute
 when one of the functions is found.  You can give an @var{action} of
 @samp{break} to break out of the loop on the first match.
 If the functions might be in libraries other than the
@@ -2120,7 +2120,7 @@ For each given system header file @var{header-file} in the
 whitespace-separated argument list that exists, define
 @code{HAVE_@var{header-file}} (in all caps).  @xref{Specific Tests}, for
 a precise definition of ``define'' as it is used here.
-If @var{action} is given, it is shell code to execute
+If @var{action} is given, it is additional shell code to execute
 when one of the header files is found.  You can give an @var{action} of
 @samp{break} to break out of the loop on the first match.
 @end defmac
index f28d30b48c19fbc57e385a0a33e730e605d522c1..84fb23ed2e92c4b23557bb90374bc5b2945f60c4 100644 (file)
@@ -2098,7 +2098,7 @@ define a symbol if the function is available, consider using
 For each given @var{function} in the whitespace-separated argument list
 that is available, define @code{HAVE_@var{function}} (in all caps).
 @xref{Specific Tests}, for a precise definition of ``define'' as it
-is used here.  If @var{action} is given, it is shell code to execute
+is used here.  If @var{action} is given, it is additional shell code to execute
 when one of the functions is found.  You can give an @var{action} of
 @samp{break} to break out of the loop on the first match.
 If the functions might be in libraries other than the
@@ -2120,7 +2120,7 @@ For each given system header file @var{header-file} in the
 whitespace-separated argument list that exists, define
 @code{HAVE_@var{header-file}} (in all caps).  @xref{Specific Tests}, for
 a precise definition of ``define'' as it is used here.
-If @var{action} is given, it is shell code to execute
+If @var{action} is given, it is additional shell code to execute
 when one of the header files is found.  You can give an @var{action} of
 @samp{break} to break out of the loop on the first match.
 @end defmac