+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.
-# 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.
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.])
])