modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / wcwidth
blobb5bea24c2270fe986b37605b570c2c2af1db7840
1 Description:
2 Determine the number of screen columns needed for a character.
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
10 Depends-on:
11 wchar
12 extensions
13 wctype-h        [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
14 localcharset    [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
15 streq           [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
16 uniwidth/width  [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
18 configure.ac:
19 gl_FUNC_WCWIDTH
20 if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then
21   AC_LIBOBJ([wcwidth])
23 gl_WCHAR_MODULE_INDICATOR([wcwidth])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all