warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wctob
blobcf917be0f6c0d55e094c30feb97102c95bd4f0ff
1 Description:
2 wctob() function: convert wide character to unibyte character.
4 Files:
5 lib/wctob.c
6 m4/wctob.m4
7 m4/locale-fr.m4
8 m4/codeset.m4
10 Depends-on:
11 wchar
12 wctomb          [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1]
14 configure.ac:
15 gl_FUNC_WCTOB
16 if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then
17   AC_LIBOBJ([wctob])
18   gl_PREREQ_WCTOB
20 gl_WCHAR_MODULE_INDICATOR([wctob])
22 Makefile.am:
24 Include:
25 <wchar.h>
27 License:
28 LGPL
30 Maintainer:
31 all