]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
small fixes
authorDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 14:44:23 +0000 (14:44 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 14:44:23 +0000 (14:44 +0000)
n

autoconf.texi
doc/autoconf.texi

index bcf5e14b6b1a9c7d6c39e77b750d922d2bff91ef..a50d6740e7738c640049031ef6176599ed7ff36c 100644 (file)
@@ -1634,7 +1634,8 @@ your programs.
 @maindex PROGRAM_CHECK
 Check whether program @var{prog-to-check-for} exists in @code{PATH}.  If
 it is found, set @var{variable} to @var{value-if-found}, otherwise to
-@var{value-if-not-found}.  Calls @code{AC_SUBST} for @var{variable}.
+@var{value-if-not-found}.  If @var{variable} was already set, do nothing.
+Calls @code{AC_SUBST} for @var{variable}.
 @end defmac
 
 @defmac AC_PROGRAM_EGREP (@var{pattern}, @var{program}, @var{action-if-found} @r{[}, @var{action-if-not-found}@r{]})
index bcf5e14b6b1a9c7d6c39e77b750d922d2bff91ef..a50d6740e7738c640049031ef6176599ed7ff36c 100644 (file)
@@ -1634,7 +1634,8 @@ your programs.
 @maindex PROGRAM_CHECK
 Check whether program @var{prog-to-check-for} exists in @code{PATH}.  If
 it is found, set @var{variable} to @var{value-if-found}, otherwise to
-@var{value-if-not-found}.  Calls @code{AC_SUBST} for @var{variable}.
+@var{value-if-not-found}.  If @var{variable} was already set, do nothing.
+Calls @code{AC_SUBST} for @var{variable}.
 @end defmac
 
 @defmac AC_PROGRAM_EGREP (@var{pattern}, @var{program}, @var{action-if-found} @r{[}, @var{action-if-not-found}@r{]})