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-50-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-50-gd93bd4b
Date: Thu, 04 Mar 2010 15:59:37 +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=d93bd4bfbb60496a932b1e03bb18d2cc3de79a7c

The branch, master has been updated
       via  d93bd4bfbb60496a932b1e03bb18d2cc3de79a7c (commit)
       via  2f018ebb04ca9e2879ee9f2eb8a8b0618df2fc91 (commit)
      from  d174a5362e1adc52d9ef0e9448b2ad142512e42f (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 d93bd4bfbb60496a932b1e03bb18d2cc3de79a7c
Author: Eric Blake <address@hidden>
Date:   Tue Mar 2 15:46:34 2010 -0700

    Document AC_LANG_CONFTEST semantic change.
    
    * doc/autoconf.texi (Generating Sources) <AC_LANG_CONFTEST>:
    Enhance documentation, to show that semantic change in 2.63b was
    intentional.
    * THANKS: Update.
    Reported by Brian J. Murrell, analyzed by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

commit 2f018ebb04ca9e2879ee9f2eb8a8b0618df2fc91
Author: Peter Johansson <address@hidden>
Date:   Wed Mar 3 23:13:22 2010 -0500

    Autoconf Macro Archive URL has changed.
    
    * doc/autoconf.texi (Introduction, Coding Style, Defining
    Directories): The Autoconf Macro Archive is officially `GNU'.
    Update URL.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 5aae86c..864bf56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2010-03-04  Eric Blake  <address@hidden>
+
+       Document AC_LANG_CONFTEST semantic change.
+       * doc/autoconf.texi (Generating Sources) <AC_LANG_CONFTEST>:
+       Enhance documentation, to show that semantic change in 2.63b was
+       intentional.
+       * THANKS: Update.
+       Reported by Brian J. Murrell, analyzed by Ralf Wildenhues.
+
+2010-03-04  Peter Johansson  <address@hidden>  (tiny change)
+
+       Autoconf Macro Archive URL has changed.
+       * doc/autoconf.texi (Introduction, Coding Style, Defining
+       Directories): The Autoconf Macro Archive is officially `GNU'.
+       Update URL.
+
 2010-03-02  Eric Blake  <address@hidden>
 
        Fix shell code in AS_TR_SH documentation.
diff --git a/THANKS b/THANKS
index ffa56de..300d1e8 100644
--- a/THANKS
+++ b/THANKS
@@ -59,6 +59,7 @@ Brad Walker                 address@hidden
 Braden McDaniel             address@hidden
 Bram Moolenaar              address@hidden
 Brian Gough                 address@hidden
+Brian J. Murrell            address@hidden
 Bruce Dugan                 address@hidden
 Bruce Korb                  address@hidden
 Bruce Lilly                 ?
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 8fca9ae..15d2db7 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -793,7 +793,7 @@ Because of its mission, the Autoconf package itself
 includes only a set of often-used
 macros that have already demonstrated their usefulness.  Nevertheless,
 if you wish to share your macros, or find existing ones, see the
address@hidden://@/autoconf-archive.cryp.to/, Autoconf Macro
address@hidden://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}, which is kindly run by @email{simons@@cryp.to,
 Peter Simons}.
 
@@ -8651,7 +8651,8 @@ actually depend on the current language (@pxref{Language 
Choice}) to
 @acindex{LANG_CONFTEST}
 Save the @var{source} text in the current test source file:
 @address@hidden where the @var{extension} depends on the
-current language.
+current language.  As of Autoconf 2.63b, the source file also contains
+the results of all of the @code{AC_DEFINE} performed so far.
 
 Note that the @var{source} is evaluated exactly once, like regular
 Autoconf macro arguments, and therefore (i) you may pass a macro
@@ -14191,8 +14192,8 @@ with the same parameters.  This happens for example if 
the macro was renamed.
 The Autoconf macros follow a strict coding style.  You are encouraged to
 follow this style, especially if you intend to distribute your macro,
 either by contributing it to Autoconf itself or the
address@hidden://@/www.nongnu.org/@/autoconf-archive, Autoconf
-archive}, or by other means.
address@hidden://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
+Archive}, or by other means.
 
 The first requirement is to pay great attention to the quotation.  For
 more details, see @ref{Autoconf Language}, and @ref{M4 Quotation}.
@@ -24160,7 +24161,7 @@ myprog-paths.h: Makefile
 Use @code{AC_DEFINE} but have @command{configure} compute the literal
 value of @code{datadir} and others.  Many people have wrapped macros to
 automate this task; for an example, see the macro @code{AC_DEFINE_DIR} from
-the @uref{http://@/autoconf-archive@/.cryp.to/, Autoconf Macro
+the @uref{http://@/www.gnu.org/@/software/@/autoconf-archive/, Autoconf Macro
 Archive}.
 
 This solution does not conform to the @acronym{GNU} Coding Standards.


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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