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


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.68-75-g52581e0
Date: Thu, 30 Jun 2011 16:14:48 +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=52581e00dcb0ba47dc28dd115e3ceec5cd01f49c

The branch, master has been updated
       via  52581e00dcb0ba47dc28dd115e3ceec5cd01f49c (commit)
       via  8c18ccff3adaee25816d720134c3e568c59c3a28 (commit)
      from  6cd9f12520b0d6f76d3230d7565feba1ecf29497 (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 52581e00dcb0ba47dc28dd115e3ceec5cd01f49c
Author: Paul Eggert <address@hidden>
Date:   Thu Jun 30 09:13:41 2011 -0700

    * tests/semantics.at (AC_REPLACE_FUNCS): Test for just-fixed bug.

commit 8c18ccff3adaee25816d720134c3e568c59c3a28
Author: Timo Kamph <address@hidden>
Date:   Thu Jun 30 09:12:55 2011 -0700

    * lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem.
    
    See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html

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

Summary of changes:
 ChangeLog                 |    9 +++++++++
 lib/autoconf/functions.m4 |    2 +-
 tests/semantics.at        |    4 +++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 466b8a8..0bad5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-06-30  Paul Eggert  <address@hidden>
+
+       * tests/semantics.at (AC_REPLACE_FUNCS): Test for just-fixed bug.
+
+2011-06-30  Timo Kamph  <address@hidden>  (trivial change)
+
+       * lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem.
+       See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html
+
 2011-06-19  Paul Eggert  <address@hidden>
 
        * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Be even smarter.
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index cbc3413..f506e76 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -137,7 +137,7 @@ m4_define([_AC_REPLACE_FUNCS],
 [m4_map_args_w([$1], [_AC_REPLACE_FUNC(], [)
 ])],
 [AC_CHECK_FUNCS([$1],
-  [_AH_CHECK_FUNC([$ac_func])AC_DEFINE(AS_TR_CPP([HAVE_$ac_func]))],
+  [_AH_CHECK_FUNC([$ac_func])],
   [_AC_LIBOBJ([$ac_func])])])])
 
 
diff --git a/tests/semantics.at b/tests/semantics.at
index 68fe861..5bcab52 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -179,7 +179,8 @@ AT_CONFIGURE_AC(
 [AC_CONFIG_FILES([config.libobjs:config.in])
 AC_REPLACE_FUNCS([printf \
 autoconf_ftnirp])
-funcs='fprintf autoconf_ftnirpf'
+funcs='fprintf fopen autoconf_ftnirpf'
+AH_TEMPLATE([HAVE_FOPEN], [])
 AH_TEMPLATE([HAVE_FPRINTF], [])
 AH_TEMPLATE([HAVE_AUTOCONF_FTNIRPF], [])
 AC_REPLACE_FUNCS([\
@@ -193,6 +194,7 @@ AT_CHECK_ENV
 AT_CHECK_DEFINES(
 [/* #undef HAVE_AUTOCONF_FTNIRP */
 /* #undef HAVE_AUTOCONF_FTNIRPF */
+#define HAVE_FOPEN 1
 #define HAVE_FPRINTF 1
 #define HAVE_PRINTF 1
 ])


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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