verify: new macro 'assume'
[gnulib.git] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
9
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]
17
18 configure.ac:
19 gl_FUNC_WCWIDTH
20 if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then
21   AC_LIBOBJ([wcwidth])
22 fi
23 gl_WCHAR_MODULE_INDICATOR([wcwidth])
24
25 Makefile.am:
26
27 Include:
28 <wchar.h>
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible