stdbit: fix dependency
[gnulib.git] / modules / mbtowc
blob12cc3de62dd673b7e26fae682bef950caca4eee4
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 wchar           [test $HAVE_MBTOWC = 0 || test $REPLACE_MBTOWC = 1]
12 mbszero         [test $HAVE_MBTOWC = 0 || test $REPLACE_MBTOWC = 1]
13 mbrtowc         [test $HAVE_MBTOWC = 0 || test $REPLACE_MBTOWC = 1]
15 configure.ac:
16 gl_FUNC_MBTOWC
17 gl_CONDITIONAL([GL_COND_OBJ_MBTOWC],
18                [test $HAVE_MBTOWC = 0 || test $REPLACE_MBTOWC = 1])
19 AM_COND_IF([GL_COND_OBJ_MBTOWC], [
20   gl_PREREQ_MBTOWC
22 gl_STDLIB_MODULE_INDICATOR([mbtowc])
24 Makefile.am:
25 if GL_COND_OBJ_MBTOWC
26 lib_SOURCES += mbtowc.c
27 endif
29 Include:
30 <stdlib.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 all