1Description:
2Determine the number of screen columns needed for a character.
3
4Files:
5lib/wcwidth.c
6m4/wcwidth.m4
7m4/wchar_t.m4
8m4/wint_t.m4
9
10Depends-on:
11wchar
12extensions
13wctype-h        [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
14localcharset    [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
15streq           [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
16uniwidth/width  [test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1]
17
18configure.ac:
19gl_FUNC_WCWIDTH
20if test $HAVE_WCWIDTH = 0 || test $REPLACE_WCWIDTH = 1; then
21  AC_LIBOBJ([wcwidth])
22fi
23gl_WCHAR_MODULE_INDICATOR([wcwidth])
24
25Makefile.am:
26
27Include:
28<wchar.h>
29
30License:
31LGPL
32
33Maintainer:
34Bruno Haible
35