posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbrlen
blobb06362a7bcd6833091b0a9030dbee507ced0e4c3
1 Description:
2 mbrlen() function: recognize multibyte character.
4 Files:
5 lib/mbrlen.c
6 m4/mbrlen.m4
7 m4/mbstate_t.m4
9 Depends-on:
10 wchar
11 extensions
12 mbrtowc         [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1]
14 configure.ac:
15 gl_FUNC_MBRLEN
16 if test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1; then
17   AC_LIBOBJ([mbrlen])
18   gl_PREREQ_MBRLEN
20 gl_WCHAR_MODULE_INDICATOR([mbrlen])
22 Makefile.am:
24 Include:
25 <wchar.h>
27 Link:
28 $(LIB_MBRTOWC)
30 License:
31 LGPL
33 Maintainer:
34 all