X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fmbrtowc;h=42e8de4d9b5b9e03a2e4e7be380441dc0e92940f;hb=531e3287a33c005edeeba10b0ab0910c6686e049;hp=be1ff3590a76718509928eef6eeb41acde3da9b8;hpb=97020df1c106f5f06f2e06ca4d27c7c7dd878087;p=gnulib.git diff --git a/modules/mbrtowc b/modules/mbrtowc index be1ff3590..42e8de4d9 100644 --- a/modules/mbrtowc +++ b/modules/mbrtowc @@ -5,15 +5,25 @@ Files: lib/mbrtowc.c m4/mbrtowc.m4 m4/mbstate_t.m4 +m4/locale-fr.m4 +m4/locale-ja.m4 +m4/locale-zh.m4 +m4/codeset.m4 Depends-on: wchar -localcharset -streq -verify +extensions +mbsinit [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1] +localcharset [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1] +streq [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1] +verify [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1] configure.ac: gl_FUNC_MBRTOWC +if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then + AC_LIBOBJ([mbrtowc]) + gl_PREREQ_MBRTOWC +fi gl_WCHAR_MODULE_INDICATOR([mbrtowc]) Makefile.am: @@ -22,7 +32,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible