warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wcsnrtombs
blobb77058091a38a666f7d7c0c736921b41125c704b
1 Description:
2 wcsnrtombs() function: convert wide string to string.
4 Files:
5 lib/wcsnrtombs.c
6 lib/wcsnrtombs-impl.h
7 lib/wcsrtombs-state.c
8 m4/wcsnrtombs.m4
9 m4/mbrtowc.m4
10 m4/mbstate_t.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
15 Depends-on:
16 wchar
17 extensions
18 wcrtomb         [test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1]
20 configure.ac:
21 gl_FUNC_WCSNRTOMBS
22 if test $HAVE_WCSNRTOMBS = 0 || test $REPLACE_WCSNRTOMBS = 1; then
23   AC_LIBOBJ([wcsnrtombs])
24   AC_LIBOBJ([wcsrtombs-state])
25   gl_PREREQ_WCSNRTOMBS
27 gl_WCHAR_MODULE_INDICATOR([wcsnrtombs])
29 Makefile.am:
31 Include:
32 <wchar.h>
34 License:
35 LGPL
37 Maintainer:
38 all