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
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
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
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