]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prefer documented low-level autoconf macro names.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Jun 2010 01:48:21 +0000 (03:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 22:21:49 +0000 (00:21 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4

index 36bb92bc619438083c31937f29b385e59c72594a..f92f8b6747aab032e44601b5789b0bdca346e43e 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-04  Bruno Haible  <bruno@clisp.org>
+
+       Prefer documented low-level autoconf macro names.
+       * intl.m4 (gt_CHECK_DECL): Use m4_translit instead of translit.
+
 2010-06-04  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.18.1 released.
index 335b23c20ceab742e8803266f7c99b0f4565d0fd..584f257bd0e25689de1474395aaa2cfd2f7f88c7 100644 (file)
@@ -1,5 +1,5 @@
-# intl.m4 serial 17 (gettext-0.18)
-dnl Copyright (C) 1995-2009 Free Software Foundation, Inc.
+# intl.m4 serial 18 (gettext-0.18.2)
+dnl Copyright (C) 1995-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -289,6 +289,6 @@ AC_DEFUN([gt_CHECK_DECL],
   else
     gt_value=0
   fi
-  AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value],
+  AC_DEFINE_UNQUOTED([HAVE_DECL_]m4_translit($1, [a-z], [A-Z]), [$gt_value],
     [Define to 1 if you have the declaration of `$1', and to 0 if you don't.])
 ])