warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / iconv
blob0e6dea2bf8161d05884e4021bb1cd871b68a8f70
1 Description:
2 Character set conversion.
4 Files:
5 m4/iconv.m4
7 Depends-on:
8 havelib
10 configure.ac:
11 AM_ICONV
12 m4_ifdef([gl_ICONV_MODULE_INDICATOR],
13   [gl_ICONV_MODULE_INDICATOR([iconv])])
15 Makefile.am:
17 Include:
18 #if HAVE_ICONV
19 # include <iconv.h>
20 #endif
22 Link:
23 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
25 License:
26 LGPLv2+
28 Maintainer:
29 all