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


From: Paolo Bonzini
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-72-gf44e124
Date: Tue, 01 Jun 2010 07:37:39 +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=f44e1243ec5207a8d01b0e9e04f4b8f4799895bc

The branch, master has been updated
       via  f44e1243ec5207a8d01b0e9e04f4b8f4799895bc (commit)
      from  f91e8dbe6dbd11d68e18ae664c2c7399fc34e8a4 (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 f44e1243ec5207a8d01b0e9e04f4b8f4799895bc
Author: Stefano Lattarini <address@hidden>
Date:   Tue May 25 18:58:24 2010 +0200

    Don't expose AC_{COMPILE,LINK}_IFELSE internals in documentation.
    
    * doc/autoconf.texi (Runtime) <AC_LINK_IFELSE>: Suggest to use
    `conftest$EXEEXT' rather than `conftest$ac_exeext' to acces the
    just-linked program file.
    (Runtime) <AC_COMPILE_IFELSE>: Suggest to use `conftest.$OBJEXT'
    rather than `conftest.$ac_object' to access the just-compiled
    object file.  Also, refer to the object file as "just-compiled"
    rather than "just-linked".

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

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

diff --git a/ChangeLog b/ChangeLog
index f9b7d04..1452eb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-05-25  Stefano Lattarini  <address@hidden>
+           Eric Blake  <address@hidden>
+
+       Don't expose AC_{COMPILE,LINK}_IFELSE internals in documentation.
+       * doc/autoconf.texi (Runtime) <AC_LINK_IFELSE>: Suggest to use
+       `conftest$EXEEXT' rather than `conftest$ac_exeext' to acces the
+       just-linked program file.
+       (Runtime) <AC_COMPILE_IFELSE>: Suggest to use `conftest.$OBJEXT'
+       rather than `conftest.$ac_object' to access the just-compiled
+       object file.  Also, refer to the object file as "just-compiled"
+       rather than "just-linked".
+
 2010-05-20  Eric Blake  <address@hidden>
 
        Mention another line-counting alternative.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index cbdb56b..3df0d3f 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8915,7 +8915,7 @@ It is customary to report unexpected failures with
 @code{AC_MSG_FAILURE}.  This macro does not try to link; use
 @code{AC_LINK_IFELSE} if you need to do that (@pxref{Running the
 Linker}).  If needed, @var{action-if-true} can further access the
-just-linked object file @file{conftest.$ac_object}.
+just-compiled object file @file{conftest.$OBJEXT}.
 
 This macro uses @code{AC_REQUIRE} for the compiler associated with the
 current language, which means that if the compiler has not yet been
@@ -8961,7 +8961,7 @@ language (@pxref{Language Choice}) on the @var{input}, 
run the shell
 commands @var{action-if-true} on success, @var{action-if-false}
 otherwise.  The @var{input} can be made by @code{AC_LANG_PROGRAM} and
 friends.  If needed, @var{action-if-true} can further access the
-just-linked program file @file{conftest$ac_exeext}.
+just-linked program file @file{conftest$EXEEXT}.
 
 @code{LDFLAGS} and @code{LIBS} are used for linking, in addition to the
 current compilation flags.


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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