mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
1999-10-27 Ben Elliston <bje@cygnus.com>
* autoconf.texi (Generic Programs): @defmac for AC_PATH_TOOL may not span multiple lines.
This commit is contained in:
parent
d93619c23f
commit
6fea459a0a
@ -1,3 +1,8 @@
|
||||
1999-10-27 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* autoconf.texi (Generic Programs): @defmac for AC_PATH_TOOL may
|
||||
not span multiple lines.
|
||||
|
||||
1999-10-16 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* acspecific.m4 (AC_PROG_CXX): gcc is not a C++ compiler.
|
||||
|
@ -1917,8 +1917,7 @@ are found, set @var{variable} to the entire path of the program
|
||||
found.
|
||||
@end defmac
|
||||
|
||||
@defmac AC_PATH_TOOL (@var{variable}, @var{prog-to-check-for} @r{[},
|
||||
@var{value-if-not-found} @r{[}, @var{path}@r{]]})
|
||||
@defmac AC_PATH_TOOL (@var{variable}, @var{prog-to-check-for} @r{[}, @var{value-if-not-found} @r{[}, @var{path}@r{]]})
|
||||
@maindex PATH_TOOL
|
||||
Like @code{AC_PATH_PROG}, but first looks for @var{prog-to-check-for}
|
||||
with a prefix of the host type as determined by
|
||||
|
@ -1917,8 +1917,7 @@ are found, set @var{variable} to the entire path of the program
|
||||
found.
|
||||
@end defmac
|
||||
|
||||
@defmac AC_PATH_TOOL (@var{variable}, @var{prog-to-check-for} @r{[},
|
||||
@var{value-if-not-found} @r{[}, @var{path}@r{]]})
|
||||
@defmac AC_PATH_TOOL (@var{variable}, @var{prog-to-check-for} @r{[}, @var{value-if-not-found} @r{[}, @var{path}@r{]]})
|
||||
@maindex PATH_TOOL
|
||||
Like @code{AC_PATH_PROG}, but first looks for @var{prog-to-check-for}
|
||||
with a prefix of the host type as determined by
|
||||
|
Loading…
Reference in New Issue
Block a user