warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / striconv
blob83f3f607d55cc3b26abdb99be2a3b5fc39d1a63c
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 strdup
12 c-strcase
14 configure.ac:
15 if test $gl_cond_libtool = false; then
16   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
17   gl_libdeps="$gl_libdeps $LIBICONV"
20 Makefile.am:
21 lib_SOURCES += striconv.h striconv.c
22 if GL_COND_LIBTOOL
23 lib_LDFLAGS += $(LTLIBICONV)
24 endif
26 Include:
27 "striconv.h"
29 Link:
30 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
32 License:
33 LGPLv2+
35 Maintainer:
36 Simon Josefsson