X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbtowc;h=b9572a637503d7b3d184b7ea1c78fc37a9222749;hb=dcf27bef48c9800d5a2be8349226f73f1b8ff2e5;hp=f905b60aa0ceb1b718618156e65a08d497b2f321;hpb=82b3be219d2636717f419e68ceaca40f3b5b8514;p=gnulib.git diff --git a/modules/btowc b/modules/btowc index f905b60aa..b9572a637 100644 --- a/modules/btowc +++ b/modules/btowc @@ -4,12 +4,18 @@ btowc() function: convert unibyte character to wide character. Files: lib/btowc.c m4/btowc.m4 +m4/locale-fr.m4 Depends-on: wchar +mbtowc [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1] configure.ac: gl_FUNC_BTOWC +if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then + AC_LIBOBJ([btowc]) + gl_PREREQ_BTOWC +fi gl_WCHAR_MODULE_INDICATOR([btowc]) Makefile.am: @@ -18,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible