]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Dec 2008 23:59:51 +0000 (23:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:56 +0000 (12:15 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/libgrep.m4

index 5b4b19bc70bdac492a6c56896617c51c6422207d..266af21ca87a849d22e3049807d4ec49b67d00e0 100644 (file)
@@ -1,3 +1,8 @@
+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.
index fc0e989ba6f91bb22e3008209db4c2d31c349367..d1c046109b38e67d36cbb16fd6e4ab1a586433f9 100644 (file)
@@ -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.])])