Merge branch 'upstream' into stable
[gnulib.git] / modules / iconv
1 Description:
2 Character set conversion.
3
4 Files:
5 m4/iconv.m4
6
7 Depends-on:
8 havelib
9
10 configure.ac:
11 AM_ICONV
12 gl_ICONV_MODULE_INDICATOR([iconv])
13
14 Makefile.am:
15
16 Include:
17 #if HAVE_ICONV
18 # include <iconv.h>
19 #endif
20
21 Link:
22 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29