Mark 'memmove' obsolete.
[gnulib.git] / modules / striconveh
1 Description:
2 Character set conversion of strings with error handling, uses iconv.
3
4 Files:
5 lib/striconveh.h
6 lib/striconveh.c
7
8 Depends-on:
9 stdbool
10 iconv
11 iconv_open
12 unistr/u8-prev
13 unistr/u8-mbtouc-unsafe
14 unistr/u8-mbtouc
15 unistr/u8-mbtoucr
16 unistr/u8-uctomb
17 strdup
18 c-strcase
19 c-strcaseeq
20 memmove
21
22 configure.ac:
23 if test $gl_cond_libtool = false; then
24   gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
25   gl_libdeps="$gl_libdeps $LIBICONV"
26 fi
27
28 Makefile.am:
29 lib_SOURCES += striconveh.h striconveh.c
30 if GL_COND_LIBTOOL
31 lib_LDFLAGS += $(LTLIBICONV)
32 endif
33
34 Include:
35 "striconveh.h"
36
37 Link:
38 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
39
40 License:
41 LGPL
42
43 Maintainer:
44 Bruno Haible
45