]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Support for changed vasnprintf.c.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Feb 2009 03:28:39 +0000 (03:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:02 +0000 (12:16 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/intl.m4

index dfe660b67f4de79796e5c9863e36187b217027f0..94f7e7dcaa18fd66d5584a09b70c1266acadcabd 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-23  Bruno Haible  <bruno@clisp.org>
+
+       * intl.m4 (AM_INTL_SUBDIR): Also check for strnlen, wcsnlen, mbrtowc,
+       wcrtomb.
+
 2009-01-14  Bruno Haible  <bruno@clisp.org>
 
        * intl.m4: More consistent m4 quoting.
index 05b476340e16b1d713110d93dbfd7c9bebe29583..1942207d978d2aa59e0f1bf8d8f0b6523f7fe60a 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 11 (gettext-0.18)
+# intl.m4 serial 12 (gettext-0.18)
 dnl Copyright (C) 1995-2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -47,7 +47,8 @@ AC_DEFUN([AM_INTL_SUBDIR],
        [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
     ])
   AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
-  AC_CHECK_FUNCS([asprintf fwprintf putenv setenv setlocale snprintf wcslen])
+  AC_CHECK_FUNCS([asprintf fwprintf putenv setenv setlocale snprintf \
+    strnlen wcslen wcsnlen mbrtowc wcrtomb])
 
   dnl Use the _snprintf function only if it is declared (because on NetBSD it
   dnl is defined as a weak alias of snprintf; we prefer to use the latter).