autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc/autoconf.texi: AC_COMPILE_IFELSE & AC_LINK_IFELSE


From: Ralf Wildenhues
Subject: Re: doc/autoconf.texi: AC_COMPILE_IFELSE & AC_LINK_IFELSE
Date: Fri, 10 Feb 2006 11:32:44 +0100
User-agent: Mutt/1.5.11

Hi J.T.,

* J.T. Conklin wrote on Thu, Feb 09, 2006 at 08:34:12AM CET:
> The summaries for the AC_COMPILE_IFELSE and AC_LINK_IFELSE macros use
> <action-if-found> and <action-if-not-found>, but the descriptions use
> <action-if-true> and <action-if-false>.

Thanks.  I think this is obvious enough that I have installed your
patch, along with this ChangeLog entry.

Cheers,
Ralf

2006-02-10  J.T. Conklin  <address@hidden>

        * doc/autoconf.texi (Running the Compiler, Running the Linker):
        Changes the macro arguments in summaries to match the
        descriptions.

Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.944
diff -u -r1.944 autoconf.texi
--- doc/autoconf.texi   31 Jan 2006 12:07:40 -0000      1.944
+++ doc/autoconf.texi   10 Feb 2006 10:27:57 -0000
@@ -7043,7 +7043,7 @@
 simply to try some library feature, use @code{AC_COMPILE_IFELSE} to try
 to compile a small program that uses that feature.
 
address@hidden AC_COMPILE_IFELSE (@var{input}, @ovar{action-if-found}, 
@ovar{action-if-not-found})
address@hidden 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 @@
 program.
 
 
address@hidden AC_LINK_IFELSE (@var{input}, @ovar{action-if-found}, 
@ovar{action-if-not-found})
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]