git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / iconv
blob5d81aa3db0bd18e89611d723d3f1ffbfc6352e46
1 Description:
2 Character set conversion.
4 Files:
5 m4/iconv.m4
7 Depends-on:
8 havelib
10 configure.ac:
11 AM_ICONV
13 Makefile.am:
15 Include:
16 #if HAVE_ICONV
17 # include <iconv.h>
18 #endif
20 Link:
21 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
23 License:
24 LGPLv2+
26 Maintainer:
27 Bruno Haible