Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
[gnulib.git] / modules / uniconv / u16-conv-to-enc
1 Description:
2 Conversion from UTF-16 to legacy encodings.
3
4 Files:
5 lib/uniconv/u16-conv-to-enc.c
6 lib/uniconv/u-conv-to-enc.h
7
8 Depends-on:
9 uniconv/base
10 striconveha
11 uniconv/u8-conv-to-enc
12 unistr/u16-mbtoucr
13 unistr/u8-uctomb
14 unistr/u16-mblen
15 unistr/u8-mblen
16
17 configure.ac:
18 AC_REQUIRE([gl_BIGENDIAN])
19
20 Makefile.am:
21 lib_SOURCES += uniconv/u16-conv-to-enc.c
22
23 Include:
24 "uniconv.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31