warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / unicodeio
blob51721db72d19f25926149a3c9ef5ba11e63178ae
1 Description:
2 Unicode character output to streams with locale dependent encoding.
4 Files:
5 lib/unicodeio.h
6 lib/unicodeio.c
7 m4/unicodeio.m4
9 Depends-on:
10 unistr/u8-uctomb
11 iconv
12 iconv_open
13 gettext-h
14 localcharset
15 error
16 stdio
18 configure.ac:
19 gl_UNICODEIO
21 Makefile.am:
22 lib_SOURCES += unicodeio.h unicodeio.c
24 Include:
25 "unicodeio.h"
27 Link:
28 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
30 License:
31 GPL
33 Maintainer:
34 all