* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / mbrlen
blob517139f7e514343f2b10195bb6894e3b844d0245
1 Description:
2 mbrlen() function: recognize multibyte character.
4 Files:
5 lib/mbrlen.c
6 m4/mbrlen.m4
7 m4/mbstate_t.m4
8 m4/locale-fr.m4
9 m4/locale-ja.m4
10 m4/locale-zh.m4
11 m4/codeset.m4
13 Depends-on:
14 wchar
15 extensions
16 mbrtowc         [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1]
18 configure.ac:
19 gl_FUNC_MBRLEN
20 gl_CONDITIONAL([GL_COND_OBJ_MBRLEN],
21                [test $HAVE_MBRLEN = 0 || test $REPLACE_MBRLEN = 1])
22 AM_COND_IF([GL_COND_OBJ_MBRLEN], [
23   gl_PREREQ_MBRLEN
25 gl_WCHAR_MODULE_INDICATOR([mbrlen])
27 Makefile.am:
28 if GL_COND_OBJ_MBRLEN
29 lib_SOURCES += mbrlen.c
30 endif
32 Include:
33 <wchar.h>
35 Link:
36 $(MBRTOWC_LIB)
38 License:
39 LGPL
41 Maintainer:
42 all