+2008-12-17 Bruno Haible <bruno@clisp.org>
+
+ * libgrep.m4 (gt_LIBGREP): Use AC_FUNC_MBRTOWC instead of
+ gl_FUNC_MBRTOWC.
+
2008-08-17 Bruno Haible <bruno@clisp.org>
* Makefile.am (aclocal_DATA): Add threadlib.m4.
-# libgrep.m4 serial 2 (gettext-0.16)
-dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
+# libgrep.m4 serial 3 (gettext-0.18)
+dnl Copyright (C) 2005-2006, 2008 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_DEFUN([gt_LIBGREP],
[
AC_REQUIRE([AM_STDBOOL_H])
- AC_REQUIRE([gl_FUNC_MBRTOWC])
+ AC_REQUIRE([AC_FUNC_MBRTOWC])
AC_CHECK_FUNC([wcscoll], ,
[AC_DEFINE([wcscoll], [wcscmp],
[Define to wcscmp if the function wcscoll does not exist.])])