summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Kamph <timo.kamph@tu-harburg.de>2011-06-30 09:12:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-06-30 09:14:42 -0700
commit8c18ccff3adaee25816d720134c3e568c59c3a28 (patch)
treec2fd7cbff0f3e08fbad8ed208b0de60de1b5c1d5
parent6cd9f12520b0d6f76d3230d7565feba1ecf29497 (diff)
downloadautoconf-8c18ccff3adaee25816d720134c3e568c59c3a28.tar.gz
* lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem.
See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html
-rw-r--r--ChangeLog5
-rw-r--r--lib/autoconf/functions.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 466b8a84..b9f50c33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-30 Timo Kamph <timo.kamph@tu-harburg.de> (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 <eggert@cs.ucla.edu>
* 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])])])])