+2003-08-11 Bruno Haible <bruno@clisp.org>
+
+ * gettext.m4 (AM_INTL_SUBDIR): Also check for wcslen.
+
2003-06-27 Bruno Haible <bruno@clisp.org>
Avoid use of *_unlocked functions on Solaris 2.5.1.
-# gettext.m4 serial 22 (gettext-0.12.2)
+# gettext.m4 serial 23 (gettext-0.12.2)
dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
stdlib.h string.h unistd.h sys/param.h])
AC_CHECK_FUNCS([asprintf getcwd getegid geteuid getgid getuid mempcpy \
munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup strtoul \
-tsearch wprintf __argz_count __argz_stringify __argz_next __fsetlocking])
+tsearch wcslen wprintf __argz_count __argz_stringify __argz_next \
+__fsetlocking])
dnl Use the *_unlocked functions only if they are declared.
dnl (because some of them were defined without being declared in Solaris