warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / uniconv / u16-conv-from-enc
blob17f7db039987f23c0ff5daefbc6ef78df6a87aa8
1 Description:
2 Conversion to UTF-16 from legacy encodings.
4 Files:
5 lib/uniconv/u16-conv-from-enc.c
6 lib/uniconv/u-conv-from-enc.h
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
16 configure.ac:
17 AC_REQUIRE([gl_BIGENDIAN])
18 gl_LIBUNISTRING_MODULE([0.9], [uniconv/u16-conv-from-enc])
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICONV_U16_CONV_FROM_ENC
22 lib_SOURCES += uniconv/u16-conv-from-enc.c
23 endif
25 Include:
26 "uniconv.h"
28 License:
29 LGPLv3+ or GPLv2
31 Maintainer:
32 all