Avoid unnecessary compilation units, through conditional dependencies.
[gnulib.git] / modules / wctob
1 Description:
2 wctob() function: convert wide character to unibyte character.
3
4 Files:
5 lib/wctob.c
6 m4/wctob.m4
7 m4/locale-fr.m4
8 m4/codeset.m4
9
10 Depends-on:
11 wchar
12 wctomb          [test $ac_cv_func_wctob = no || test $REPLACE_WCTOB = 1]
13
14 configure.ac:
15 gl_FUNC_WCTOB
16 gl_WCHAR_MODULE_INDICATOR([wctob])
17
18 Makefile.am:
19
20 Include:
21 <wchar.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28