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.64-65-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-65-g693b541
Date: Wed, 28 Oct 2009 02:19:49 +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=693b541dea84d484c2f65ddf0b8eb9f4426ebbc9

The branch, master has been updated
       via  693b541dea84d484c2f65ddf0b8eb9f4426ebbc9 (commit)
      from  3abf99ae39c6598769a90be472800bc61b393008 (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 693b541dea84d484c2f65ddf0b8eb9f4426ebbc9
Author: Eric Blake <address@hidden>
Date:   Tue Oct 27 20:14:14 2009 -0600

    Mention another feature of AC_RUN_IFELSE.
    
    * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
    compiled test program still exists during if-true branch.
    * THANKS: Update.
    Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog         |    8 ++++++++
 THANKS            |    1 +
 doc/autoconf.texi |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f93ee3..f96f511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-27  Eric Blake  <address@hidden>
+
+       Mention another feature of AC_RUN_IFELSE.
+       * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
+       compiled test program still exists during if-true branch.
+       * THANKS: Update.
+       Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
+
 2009-10-26  Paolo Bonzini  <address@hidden>
 
        Pass Autom4te path down to programs that autoreconf invokes.
diff --git a/THANKS b/THANKS
index aca138b..b8c8936 100644
--- a/THANKS
+++ b/THANKS
@@ -341,6 +341,7 @@ Simon Leinen                address@hidden
 Slava Sysoltsev             address@hidden
 Stefan Seefeld              address@hidden
 Stefan `Sec' Zehl           ?
+Stefano Lattarini           address@hidden
 Stepan Kasal                address@hidden
 Stéphane Chazelas           address@hidden
 Stephen Gildea              address@hidden
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index db8c88e..a713a06 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8952,6 +8952,8 @@ Otherwise, run shell commands @var{action-if-false}.
 The @var{input} can be made by @code{AC_LANG_PROGRAM} and friends.
 @code{LDFLAGS} and @code{LIBS} are used for linking, in addition to the
 compilation flags of the current language (@pxref{Language Choice}).
+Additionally, @var{action-if-true} can run @command{./conftest$EXEEXT}
+for further testing.
 
 If the compiler being used does not produce executables that run on the
 system where @command{configure} is being run, then the test program is


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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