* gettext-0.16 released.
+2006-10-25 Bruno Haible <bruno@clisp.org>
+
+ * libgrep.m4 (gt_LIBGREP): Also check for wcscoll. Needed for
+ Linux libc5.4.33.
+ Reported by Alain Guibert <alguibert@free.fr>.
+
2006-10-23 Bruno Haible <bruno@clisp.org>
* openmp.m4 (gt_OPENMP): Activate the options -mp, -omp, -qsmp=omp only
-# libgrep.m4 serial 1 (gettext-0.14.2)
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+# libgrep.m4 serial 2 (gettext-0.16)
+dnl Copyright (C) 2005-2006 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.
[
AC_REQUIRE([AM_STDBOOL_H])
AC_REQUIRE([gl_FUNC_MBRTOWC])
+ AC_CHECK_FUNC([wcscoll], ,
+ [AC_DEFINE([wcscoll], [wcscmp],
+ [Define to wcscmp if the function wcscoll does not exist.])])
m4_pushdef([AC_LIBOBJ], m4_defn([gt_LIBGREP_OBJ]))
m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gt_LIBGREP_REPLACE_FUNCS]))
gl_HARD_LOCALE