X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwcwidth;h=27327a15c9e7650dd2564e221618b60093fbbd42;hb=279067b9021cfd0935711cae3f3297ae4b3808af;hp=9ace5c137535d9227e403c477a792a9d56d6dd62;hpb=96f7b7d91a671011cb95059bad591615c250495d;p=gnulib.git diff --git a/modules/wcwidth b/modules/wcwidth index 9ace5c137..27327a15c 100644 --- a/modules/wcwidth +++ b/modules/wcwidth @@ -2,23 +2,27 @@ Description: Determine the number of screen columns needed for a character. Files: -lib/wcwidth.h +lib/wcwidth.c m4/wcwidth.m4 m4/wchar_t.m4 m4/wint_t.m4 Depends-on: wchar -wctype +extensions +wctype-h [test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1] +localcharset [test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1] +streq [test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1] +uniwidth/width [test $ac_cv_func_wcwidth != yes || test $REPLACE_WCWIDTH = 1] configure.ac: gl_FUNC_WCWIDTH +gl_WCHAR_MODULE_INDICATOR([wcwidth]) Makefile.am: -lib_SOURCES += wcwidth.h Include: -"wcwidth.h" + License: LGPL