* doc/autoconf.texi (Running the Compiler, Running the Linker):

Changes the macro arguments in summaries to match the
descriptions.
This commit is contained in:
Ralf Wildenhues 2006-02-10 10:32:33 +00:00
parent 32629b44f8
commit b82b4e96ce
2 changed files with 8 additions and 2 deletions

View File

@ -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'

View File

@ -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