posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wctomb
blob9e318701e7315b9b1cffaed893558a2c6f0e9f5d
1 Description:
2 wctomb() function: convert wide character to multibyte character.
4 Files:
5 lib/wctomb.c
6 lib/wctomb-impl.h
7 m4/wctomb.m4
9 Depends-on:
10 stdlib
11 wcrtomb         [test $REPLACE_WCTOMB = 1]
12 wchar           [test $REPLACE_WCTOMB = 1]
14 configure.ac:
15 gl_FUNC_WCTOMB
16 if test $REPLACE_WCTOMB = 1; then
17   AC_LIBOBJ([wctomb])
18   gl_PREREQ_WCTOMB
20 gl_STDLIB_MODULE_INDICATOR([wctomb])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 all