posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbswidth
blob287584d60b0fb494e3b9812034561a86c22062b7
1 Description:
2 Determine the number of screen columns needed for a string.
4 Files:
5 lib/mbswidth.h
6 lib/mbswidth.c
7 m4/mbstate_t.m4
8 m4/mbrtowc.m4
9 m4/mbswidth.m4
11 Depends-on:
12 wchar
13 wctype-h
14 mbrtowc
15 mbsinit
16 wcwidth
17 extensions
19 configure.ac:
20 gl_MBSWIDTH
22 Makefile.am:
23 lib_SOURCES += mbswidth.h mbswidth.c
25 Include:
26 "mbswidth.h"
28 Link:
29 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
30 $(LIB_MBRTOWC)
32 License:
33 GPL
35 Maintainer:
36 all