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