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