gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / btoc32
blobe6385398ec7b98cf4de0e4d2b91829e1829f8949
1 Description:
2 btoc32() function: convert unibyte character to 32-bit wide character.
4 Files:
5 lib/btoc32.c
7 Depends-on:
8 uchar
9 mbszero
10 mbrtoc32
11 btowc
13 configure.ac:
14 gl_UCHAR_MODULE_INDICATOR([btoc32])
16 Makefile.am:
17 lib_SOURCES += btoc32.c
19 Include:
20 <uchar.h>
22 Link:
23 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
24 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
26 License:
27 LGPLv2+
29 Maintainer:
30 Bruno Haible