vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / wcswidth
blob022834b279e5b4028dbe39251e0baa6cc47030e0
1 Description:
2 wcswidth() function: determine number of screen columns needed for a
3 size-bounded wide string.
5 Files:
6 lib/wcswidth.c
7 lib/wcswidth-impl.h
8 m4/wcswidth.m4
10 Depends-on:
11 wchar
12 wcwidth         [test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1]
14 configure.ac:
15 gl_FUNC_WCSWIDTH
16 if test $HAVE_WCSWIDTH = 0 || test $REPLACE_WCSWIDTH = 1; then
17   AC_LIBOBJ([wcswidth])
19 gl_WCHAR_MODULE_INDICATOR([wcswidth])
21 Makefile.am:
23 Include:
24 <wchar.h>
26 Link:
27 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
29 License:
30 LGPL
32 Maintainer:
33 all