]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Running the Compiler, Running the Linker):
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 10 Feb 2006 10:32:33 +0000 (10:32 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 10 Feb 2006 10:32:33 +0000 (10:32 +0000)
Changes the macro arguments in summaries to match the
descriptions.

ChangeLog
doc/autoconf.texi

index a4b4ea8723bd8958ab604b0618b0faa6404e5452..c3acfdcbe1f518907dc85e221dbed701414b9457 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'
index 6ed2030d96a8ec2480081246d3bddb678969803b..8d6a08fe7bf0f5894b3a29dee90d344a5b31962d 100644 (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