X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwcsrtombs;h=b61ac34f7c2901b837f5d0f8419e75fe22a02046;hb=0dc43482065b697a7e64ac7cc7fba7c848924997;hp=97aa1aace17034af8e783c1e82dbd0a5b0326d8f;hpb=eea4c1569af3cfd540e449fce0997fc94a096325;p=gnulib.git diff --git a/modules/wcsrtombs b/modules/wcsrtombs index 97aa1aace..b61ac34f7 100644 --- a/modules/wcsrtombs +++ b/modules/wcsrtombs @@ -3,6 +3,7 @@ wcsrtombs() function: convert wide string to string. Files: lib/wcsrtombs.c +lib/wcsrtombs-impl.h lib/wcsrtombs-state.c m4/wcsrtombs.m4 m4/mbrtowc.m4 @@ -14,10 +15,16 @@ m4/codeset.m4 Depends-on: wchar -wcrtomb +extensions +wcrtomb [test $HAVE_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1] configure.ac: gl_FUNC_WCSRTOMBS +if test $HAVE_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1; then + AC_LIBOBJ([wcsrtombs]) + AC_LIBOBJ([wcsrtombs-state]) + gl_PREREQ_WCSRTOMBS +fi gl_WCHAR_MODULE_INDICATOR([wcsrtombs]) Makefile.am: