Assume Automake >= 1.11.
[gnulib.git] / modules / mbsinit
blobeb611c360e564ac5dcbe730e8aaf8992b19dd83b
1 Description:
2 mbsinit() function: test for initial conversion state.
4 Files:
5 lib/mbsinit.c
6 m4/mbsinit.m4
7 m4/mbstate_t.m4
9 Depends-on:
10 wchar
11 extensions
12 mbrtowc         [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
13 verify          [test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1]
15 configure.ac:
16 gl_FUNC_MBSINIT
17 if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then
18   AC_LIBOBJ([mbsinit])
19   gl_PREREQ_MBSINIT
21 gl_WCHAR_MODULE_INDICATOR([mbsinit])
23 Makefile.am:
25 Include:
26 <wchar.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all