X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbsnrtowcs.m4;h=2dc7c6989062094e89048f96cd8d9cf84f4de3bf;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=6b10fb468fed86223d1b0626e1907f5dd799adaa;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/mbsnrtowcs.m4 b/m4/mbsnrtowcs.m4 index 6b10fb468..2dc7c6989 100644 --- a/m4/mbsnrtowcs.m4 +++ b/m4/mbsnrtowcs.m4 @@ -1,5 +1,5 @@ -# mbsnrtowcs.m4 serial 1 -dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +# mbsnrtowcs.m4 serial 4 +dnl Copyright (C) 2008, 2010-2014 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. @@ -13,18 +13,14 @@ AC_DEFUN([gl_FUNC_MBSNRTOWCS], AC_REQUIRE([AC_TYPE_MBSTATE_T]) gl_MBSTATE_T_BROKEN - if test $REPLACE_MBSTATE_T = 1; then - REPLACE_MBSNRTOWCS=1 - fi + AC_CHECK_FUNCS_ONCE([mbsnrtowcs]) if test $ac_cv_func_mbsnrtowcs = no; then HAVE_MBSNRTOWCS=0 - fi - if test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1; then - gl_REPLACE_WCHAR_H - AC_LIBOBJ([mbsnrtowcs]) - AC_LIBOBJ([mbsrtowcs-state]) - gl_PREREQ_MBSNRTOWCS + else + if test $REPLACE_MBSTATE_T = 1; then + REPLACE_MBSNRTOWCS=1 + fi fi ])