mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Mention that AC_PROGRAM_PATH does nothing is the variable is set already.
This commit is contained in:
parent
6e74bf84a2
commit
a360277f06
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user