2007-02-05 Paolo Bonzini <bonzini@gnu.org>
[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 strdup
11 c-strcase
12
13 configure.ac:
14 if test $gl_cond_libtool = false; then
15   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
16   gl_libdeps="$gl_libdeps $LIBICONV"
17 fi
18
19 Makefile.am:
20 lib_SOURCES += striconv.h striconv.c
21 if GL_COND_LIBTOOL
22 lib_LDFLAGS += $(LTLIBICONV)
23 endif
24
25 Include:
26 "striconv.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible, Simon Josefsson
33