warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / mbsnrtowcs
blob2ad4814f5af379b16da0369c135e7300a74ac811
1 Description:
2 mbsnrtowcs() function: convert string to wide string.
4 Files:
5 lib/mbsnrtowcs.c
6 lib/mbsnrtowcs-impl.h
7 lib/mbsrtowcs-state.c
8 m4/mbsnrtowcs.m4
9 m4/mbstate_t.m4
11 Depends-on:
12 wchar
13 extensions
14 mbrtowc         [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
15 minmax          [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
16 strnlen1        [test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1]
18 configure.ac:
19 gl_FUNC_MBSNRTOWCS
20 if test $HAVE_MBSNRTOWCS = 0 || test $REPLACE_MBSNRTOWCS = 1; then
21   AC_LIBOBJ([mbsnrtowcs])
22   AC_LIBOBJ([mbsrtowcs-state])
23   gl_PREREQ_MBSNRTOWCS
25 gl_WCHAR_MODULE_INDICATOR([mbsnrtowcs])
27 Makefile.am:
29 Include:
30 <wchar.h>
32 License:
33 LGPL
35 Maintainer:
36 all