From 8c18ccff3adaee25816d720134c3e568c59c3a28 Mon Sep 17 00:00:00 2001 From: Timo Kamph Date: Thu, 30 Jun 2011 09:12:55 -0700 Subject: [PATCH] * lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem. See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html --- ChangeLog | 5 +++++ lib/autoconf/functions.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 466b8a84..b9f50c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-30 Timo Kamph (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 * lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA): Be even smarter. diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index cbc34135..f506e763 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])])])]) -- 2.47.2