X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fwcwidth;h=7b6913b1b02d3b2df8d1f476efdbe6718b9855ad;hb=8db49630deab35ffbce5c113aed093359a75091d;hp=060b0fb220c1ea757513e2cb84241457650122ed;hpb=d0bcee4e6a778c34a4d3e4c922789219c16bfe4b;p=gnulib.git diff --git a/modules/wcwidth b/modules/wcwidth index 060b0fb22..7b6913b1b 100644 --- a/modules/wcwidth +++ b/modules/wcwidth @@ -2,23 +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