]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention that AC_PROGRAM_PATH does nothing is the variable is set already.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:03:29 +0000 (04:03 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:03:29 +0000 (04:03 +0000)
autoconf.texi
doc/autoconf.texi

index 3a14509847c76f419d78f7f376e3aba0b28c156e..a2f844b72e706b4ee51ee4009e0facb18187b8aa 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 1.9.4
-@set VERSION 1.9.4
+@set EDITION 1.10.1
+@set VERSION 1.10.1
 @set UPDATED May 1994
 
 @iftex
@@ -1656,9 +1656,10 @@ been called already.
 
 @defmac AC_PROGRAM_PATH (@var{variable}, @var{prog-to-check-for}, @var{value-if-not-found})
 @maindex PROGRAM_PATH
-Similar to @code{AC_PROGRAM_CHECK}, but set @var{variable} to the entire path of 
-@var{prog-to-check-for} if found.  Otherwise, set @var{variable} to
-the value @var{value-if-not-found} and perform no path checking.
+Similar to @code{AC_PROGRAM_CHECK}, but set @var{variable} to the entire
+path of @var{prog-to-check-for} if found.  Otherwise, set @var{variable}
+to the value @var{value-if-not-found} and perform no path checking.
+If @var{variable} was already set, do nothing.
 Calls @code{AC_SUBST} for @var{variable}.
 @end defmac
 
index 3a14509847c76f419d78f7f376e3aba0b28c156e..a2f844b72e706b4ee51ee4009e0facb18187b8aa 100644 (file)
@@ -6,8 +6,8 @@
 @c @setchapternewpage odd
 @c %**end of header
 
-@set EDITION 1.9.4
-@set VERSION 1.9.4
+@set EDITION 1.10.1
+@set VERSION 1.10.1
 @set UPDATED May 1994
 
 @iftex
@@ -1656,9 +1656,10 @@ been called already.
 
 @defmac AC_PROGRAM_PATH (@var{variable}, @var{prog-to-check-for}, @var{value-if-not-found})
 @maindex PROGRAM_PATH
-Similar to @code{AC_PROGRAM_CHECK}, but set @var{variable} to the entire path of 
-@var{prog-to-check-for} if found.  Otherwise, set @var{variable} to
-the value @var{value-if-not-found} and perform no path checking.
+Similar to @code{AC_PROGRAM_CHECK}, but set @var{variable} to the entire
+path of @var{prog-to-check-for} if found.  Otherwise, set @var{variable}
+to the value @var{value-if-not-found} and perform no path checking.
+If @var{variable} was already set, do nothing.
 Calls @code{AC_SUBST} for @var{variable}.
 @end defmac