posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbfile
blobdf169979a4a922f7f483724cacd993d16a6655c9
1 Description:
2 Multibyte character I/O.
4 Files:
5 lib/mbfile.h
6 lib/mbfile.c
7 m4/mbfile.m4
8 m4/mbrtowc.m4
10 Depends-on:
11 extern-inline
12 mbchar
13 mbrtowc
14 mbsinit
15 wchar
16 stdbool
18 configure.ac:
19 gl_MBFILE
21 Makefile.am:
22 lib_SOURCES += mbfile.h mbfile.c
24 Include:
25 "mbfile.h"
27 Link:
28 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
29 $(LIB_MBRTOWC)
31 License:
32 LGPL
34 Maintainer:
35 all