bootstrap: fix handling of various perl --version formats
[gnulib.git] / modules / wcrtomb
1 Description:
2 wcrtomb() function: convert wide character to multibyte character.
3
4 Files:
5 lib/wcrtomb.c
6 m4/wcrtomb.m4
7 m4/mbrtowc.m4
8 m4/mbstate_t.m4
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
13
14 Depends-on:
15 wchar
16 mbsinit
17
18 configure.ac:
19 gl_FUNC_WCRTOMB
20 gl_WCHAR_MODULE_INDICATOR([wcrtomb])
21
22 Makefile.am:
23
24 Include:
25 <wchar.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible
32