mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* doc/autoconf.texi (Running the Compiler, Running the Linker):
Changes the macro arguments in summaries to match the descriptions.
This commit is contained in:
parent
32629b44f8
commit
b82b4e96ce
@ -1,3 +1,9 @@
|
||||
2006-02-10 J.T. Conklin <jtc@acorntoolworks.com>
|
||||
|
||||
* doc/autoconf.texi (Running the Compiler, Running the Linker):
|
||||
Changes the macro arguments in summaries to match the
|
||||
descriptions.
|
||||
|
||||
2006-02-04 Stepan Kasal <kasal@ucw.cz>
|
||||
|
||||
* doc/install.texi (Defining Variables): Classify the `CONFIG_SHELL'
|
||||
|
@ -7043,7 +7043,7 @@ Choice}) compiler, such as whether it recognizes a certain keyword, or
|
||||
simply to try some library feature, use @code{AC_COMPILE_IFELSE} to try
|
||||
to compile a small program that uses that feature.
|
||||
|
||||
@defmac AC_COMPILE_IFELSE (@var{input}, @ovar{action-if-found}, @ovar{action-if-not-found})
|
||||
@defmac AC_COMPILE_IFELSE (@var{input}, @ovar{action-if-true}, @ovar{action-if-false})
|
||||
@acindex{COMPILE_IFELSE}
|
||||
Run the compiler and compilation flags of the current language
|
||||
(@pxref{Language Choice}) on the @var{input}, run the shell commands
|
||||
@ -7078,7 +7078,7 @@ checked for to @code{LIBS} temporarily and trying to link a small
|
||||
program.
|
||||
|
||||
|
||||
@defmac AC_LINK_IFELSE (@var{input}, @ovar{action-if-found}, @ovar{action-if-not-found})
|
||||
@defmac AC_LINK_IFELSE (@var{input}, @ovar{action-if-true}, @ovar{action-if-false})
|
||||
@acindex{LINK_IFELSE}
|
||||
Run the compiler (and compilation flags) and the linker of the current
|
||||
language (@pxref{Language Choice}) on the @var{input}, run the shell
|
||||
|
Loading…
Reference in New Issue
Block a user