gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / striconv
blob542287dcea5522491d5fc765a3d3e4712cd5c31c
1 Description:
2 Character set conversion of strings made easy, uses iconv.
4 Files:
5 lib/striconv.h
6 lib/striconv.c
8 Depends-on:
9 iconv
10 iconv_open
11 free-posix
12 strdup
13 c-strcase
15 configure.ac:
16 if test $gl_cond_libtool = false; then
17   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
18   gl_libdeps="$gl_libdeps $LIBICONV"
21 Makefile.am:
22 lib_SOURCES += striconv.h striconv.c
23 lib_LDFLAGS += $(LTLIBICONV)
25 Include:
26 "striconv.h"
28 Link:
29 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
31 License:
32 LGPLv2+
34 Maintainer:
35 Simon Josefsson