autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.68-90-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-90-gf37c5e3
Date: Mon, 19 Sep 2011 17:00:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=f37c5e315c1e096c1d203de889f209f0d13bbe91

The branch, master has been updated
       via  f37c5e315c1e096c1d203de889f209f0d13bbe91 (commit)
      from  2a9b772222423b28ad741ab74407f680d2caaadd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f37c5e315c1e096c1d203de889f209f0d13bbe91
Author: Eric Blake <address@hidden>
Date:   Mon Sep 19 10:59:14 2011 -0600

    docs: refer to correct AC_RUN_IFELSE parameter name
    
    The docs referred to @var{program}, which did not exist.
    
    * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Fix wording.
    Reported by Reuben Thomas.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 76b283c..1c46341 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-19  Eric Blake  <address@hidden>
+
+       docs: refer to correct AC_RUN_IFELSE parameter name
+       * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Fix wording.
+       Reported by Reuben Thomas.
+
 2011-09-16  Eric Blake  <address@hidden>
 
        docs: fix typo in shell example
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index f202c10..86e28f0 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -9476,7 +9476,9 @@ cross-compiling.
 @defmac AC_RUN_IFELSE (@var{input}, @ovar{action-if-true}, @
   @ovar{action-if-false}, @dvar{action-if-cross-compiling, AC_MSG_FAILURE})
 @acindex{RUN_IFELSE}
-If @var{program} compiles and links successfully and returns an exit
+Run the compiler (and compilation flags) and the linker of the current
+language (@pxref{Language Choice}) on the @var{input}, then execute the
+resulting program.  If the program returns an exit
 status of 0 when executed, run shell commands @var{action-if-true}.
 Otherwise, run shell commands @var{action-if-false}.
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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