summaryrefslogtreecommitdiff
path: root/modules/iconv
blob: 0e6dea2bf8161d05884e4021bb1cd871b68a8f70 (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
29
Description:
Character set conversion.

Files:
m4/iconv.m4

Depends-on:
havelib

configure.ac:
AM_ICONV
m4_ifdef([gl_ICONV_MODULE_INDICATOR],
  [gl_ICONV_MODULE_INDICATOR([iconv])])

Makefile.am:

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

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

License:
LGPLv2+

Maintainer:
all