X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwcwidth;h=7b6913b1b02d3b2df8d1f476efdbe6718b9855ad;hb=a3950b0d4237539d2e163b28b6a2197f92790ba0;hp=6afb420631b6b4b05b79b3c0980b3a5cb6768b15;hpb=e0edd5715c35d04d79ab75d3e4df28244c355444;p=gnulib.git diff --git a/modules/wcwidth b/modules/wcwidth index 6afb42063..7b6913b1b 100644 --- a/modules/wcwidth +++ b/modules/wcwidth @@ -2,22 +2,33 @@ 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 +extensions +wctype-h [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1] +localcharset [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1] +streq [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1] +uniwidth/width [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1] configure.ac: gl_FUNC_WCWIDTH +if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then + AC_LIBOBJ([wcwidth]) +fi +gl_WCHAR_MODULE_INDICATOR([wcwidth]) Makefile.am: -lib_SOURCES += wcwidth.h Include: -"wcwidth.h" + License: -GPL +LGPL Maintainer: Bruno Haible