posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wcsrtombs
blob8afcdad9d20e437229e38de086afaeeab7301a70
1 Description:
2 wcsrtombs() function: convert wide string to string.
4 Files:
5 lib/wcsrtombs.c
6 lib/wcsrtombs-impl.h
7 lib/wcsrtombs-state.c
8 m4/wcsrtombs.m4
9 m4/mbrtowc.m4
10 m4/mbstate_t.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 wchar
18 extensions
19 wcrtomb         [test $HAVE_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1]
21 configure.ac:
22 gl_FUNC_WCSRTOMBS
23 if test $HAVE_WCSRTOMBS = 0 || test $REPLACE_WCSRTOMBS = 1; then
24   AC_LIBOBJ([wcsrtombs])
25   AC_LIBOBJ([wcsrtombs-state])
26   gl_PREREQ_WCSRTOMBS
28 gl_WCHAR_MODULE_INDICATOR([wcsrtombs])
30 Makefile.am:
32 Include:
33 <wchar.h>
35 License:
36 LGPL
38 Maintainer:
39 all