time_rz: work around Mac OS X 10.6 infloop
[gnulib.git] / modules / xstriconv
blobce95f86c04cab5a4fa909a7dbf5110c5cf438955
1 Description:
2 Character set conversion of strings made easy, uses iconv, with out-of-memory
3 checking.
5 Files:
6 lib/xstriconv.h
7 lib/xstriconv.c
9 Depends-on:
10 striconv
11 xalloc
13 configure.ac:
15 Makefile.am:
16 lib_SOURCES += xstriconv.h xstriconv.c
18 Include:
19 "xstriconv.h"
21 Link:
22 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
24 License:
25 GPL
27 Maintainer:
28 Simon Josefsson