X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmbrtowc;h=42e8de4d9b5b9e03a2e4e7be380441dc0e92940f;hb=05e8da350f850e41a7671f58824554415f2b6b95;hp=c17fbd58495ec740b07020a2a37ac17638af5d9e;hpb=9907320a2a74c3bf195eac4b3f9fa20fe39dcd95;p=gnulib.git diff --git a/modules/mbrtowc b/modules/mbrtowc index c17fbd584..42e8de4d9 100644 --- a/modules/mbrtowc +++ b/modules/mbrtowc @@ -5,16 +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: @@ -23,7 +32,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible