posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbsrtoc32s
blob64892cf2a7b8791af3dbb8c8fea8f70105d03c3a
1 Description:
2 mbsrtoc32s() function: convert string to 32-bit wide string.
4 Files:
5 lib/mbsrtoc32s.c
6 lib/mbsrtowcs-impl.h
7 lib/mbsrtoc32s-state.c
9 Depends-on:
10 uchar
11 wchar
12 verify
13 mbrtoc32
14 strnlen1
15 mbsrtowcs       [test $SMALL_WCHAR_T = 0]
17 configure.ac:
18 AC_REQUIRE([gl_UCHAR_H])
19 AC_LIBOBJ([mbsrtoc32s-state])
20 gl_UCHAR_MODULE_INDICATOR([mbsrtoc32s])
22 Makefile.am:
23 lib_SOURCES += mbsrtoc32s.c
25 Include:
26 <uchar.h>
28 Link:
29 $(LIB_MBRTOWC)
31 License:
32 LGPLv2+
34 Maintainer:
35 Bruno Haible