summaryrefslogtreecommitdiff
path: root/gnulib/modules/iconv
blob: 5d81aa3db0bd18e89611d723d3f1ffbfc6352e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Character set conversion.

Files:
m4/iconv.m4

Depends-on:
havelib

configure.ac:
AM_ICONV

Makefile.am:

Include:
#if HAVE_ICONV
# include <iconv.h>
#endif

Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise

License:
LGPLv2+

Maintainer:
Bruno Haible