X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbsrtowcs.m4;h=55b87c170c3c6b5f50d4ab4dc0f75ffc726f35f9;hb=ff4e8f6b53d7b8c53856ba8ba2adaad3251e6a88;hp=d18ef13ee54245e1ce4738e8dec002ad3b816906;hpb=da3fe7009a18cbf8d7f1f43c02cedaf8a23281e4;p=gnulib.git diff --git a/m4/mbsrtowcs.m4 b/m4/mbsrtowcs.m4 index d18ef13ee..55b87c170 100644 --- a/m4/mbsrtowcs.m4 +++ b/m4/mbsrtowcs.m4 @@ -1,5 +1,5 @@ -# mbsrtowcs.m4 serial 3 -dnl Copyright (C) 2008 Free Software Foundation, Inc. +# mbsrtowcs.m4 serial 5 +dnl Copyright (C) 2008-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, dnl with or without modifications, as long as this notice is preserved. @@ -27,6 +27,7 @@ AC_DEFUN([gl_FUNC_MBSRTOWCS], if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then gl_REPLACE_WCHAR_H AC_LIBOBJ([mbsrtowcs]) + AC_LIBOBJ([mbsrtowcs-state]) gl_PREREQ_MBSRTOWCS fi ]) @@ -109,7 +110,7 @@ int main () }], [gl_cv_func_mbsrtowcs_works=yes], [gl_cv_func_mbsrtowcs_works=no], - []) + [:]) fi ]) ])