autoconf-patches
[Top][All Lists]
Advanced

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

doc/autoconf.texi: AC_COMPILE_IFELSE & AC_LINK_IFELSE


From: J.T. Conklin
Subject: doc/autoconf.texi: AC_COMPILE_IFELSE & AC_LINK_IFELSE
Date: Wed, 08 Feb 2006 23:34:12 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix)

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

This patch, relative to the contents of the current CVS repo,
changes the summaries to match the descriptions.

    --jtc

Index: autoconf.texi
===================================================================
RCS file: /sources/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.944
diff -c -r1.944 autoconf.texi
*** autoconf.texi       31 Jan 2006 12:07:40 -0000      1.944
--- autoconf.texi       9 Feb 2006 07:31:27 -0000
***************
*** 7043,7049 ****
  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})
  @acindex{COMPILE_IFELSE}
  Run the compiler and compilation flags of the current language
  (@pxref{Language Choice}) on the @var{input}, run the shell commands
--- 7043,7049 ----
  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-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,7084 ****
  program.
  
  
! @defmac AC_LINK_IFELSE (@var{input}, @ovar{action-if-found}, 
@ovar{action-if-not-found})
  @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
--- 7078,7084 ----
  program.
  
  
! @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

-- 
J.T. Conklin




reply via email to

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