82d74d854cfa147a0f26b310cd00044f57cc5e0b
[gnulib.git] / modules / striconv
1 Description:
2 Character set conversion of strings made easy, uses iconv.
3
4 Files:
5 lib/striconv.h
6 lib/striconv.c
7
8 Depends-on:
9 iconv
10 iconv_open
11 strdup
12 c-strcase
13
14 configure.ac:
15 if test $gl_cond_libtool = false; then
16   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
17   gl_libdeps="$gl_libdeps $LIBICONV"
18 fi
19
20 Makefile.am:
21 lib_SOURCES += striconv.h striconv.c
22 if GL_COND_LIBTOOL
23 lib_LDFLAGS += $(LTLIBICONV)
24 endif
25
26 Include:
27 "striconv.h"
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible, Simon Josefsson
34