install-reloc: Support multi-binary installation.
[gnulib.git] / modules / uniconv / u16-conv-from-enc
1 Description:
2 Conversion to UTF-16 from legacy encodings.
3
4 Files:
5 lib/uniconv/u16-conv-from-enc.c
6 lib/uniconv/u-conv-from-enc.h
7
8 Depends-on:
9 uniconv/base
10 striconveha
11 uniconv/u8-conv-from-enc
12 unistr/u8-to-u16
13 unistr/u8-mblen
14 unistr/u16-mblen
15
16 configure.ac:
17 AC_REQUIRE([gl_BIGENDIAN])
18 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-conv-from-enc])
19
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICONV_U16_CONV_FROM_ENC
22 lib_SOURCES += uniconv/u16-conv-from-enc.c
23 endif
24
25 Include:
26 "uniconv.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33