From: David MacKenzie Date: Fri, 6 May 1994 04:03:29 +0000 (+0000) Subject: Mention that AC_PROGRAM_PATH does nothing is the variable is set already. X-Git-Tag: fsf-origin~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a360277f0640deb281a1d1405af20482a1801b19;p=thirdparty%2Fautoconf.git Mention that AC_PROGRAM_PATH does nothing is the variable is set already. --- diff --git a/autoconf.texi b/autoconf.texi index 3a1450984..a2f844b72 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 3a1450984..a2f844b72 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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