]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/functions.m4 (_AC_REPLACE_FUNCS): Fix tr-cpp problem.
authorTimo Kamph <timo.kamph@tu-harburg.de>
Thu, 30 Jun 2011 16:12:55 +0000 (09:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Jun 2011 16:14:42 +0000 (09:14 -0700)
See http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00058.html

ChangeLog
lib/autoconf/functions.m4

index 466b8a84e264b483470ad12c5de7ace69765eeea..b9f50c336efd0d946537cf36dddd2cf1afbe2251 100644 (file)
--- 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.
index cbc341359a989960ac3734c26594ef7ed53ad41b..f506e763aa56f72a3411db865b9264de3cb63184 100644 (file)
@@ -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])])])])