From: Bruno Haible Date: Wed, 17 Dec 2008 23:59:51 +0000 (+0000) Subject: Update after gnulib changed. X-Git-Tag: v0.18~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=956c6285cb454626e7967a0b2a4763904f733c06;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index 5b4b19bc7..266af21ca 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,8 @@ +2008-12-17 Bruno Haible + + * libgrep.m4 (gt_LIBGREP): Use AC_FUNC_MBRTOWC instead of + gl_FUNC_MBRTOWC. + 2008-08-17 Bruno Haible * Makefile.am (aclocal_DATA): Add threadlib.m4. diff --git a/gettext-tools/m4/libgrep.m4 b/gettext-tools/m4/libgrep.m4 index fc0e989ba..d1c046109 100644 --- a/gettext-tools/m4/libgrep.m4 +++ b/gettext-tools/m4/libgrep.m4 @@ -1,5 +1,5 @@ -# 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. @@ -7,7 +7,7 @@ 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.])])