mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
* modules/propername (Link): Document requirement to link with $(LIBICONV) or $(LTLIBICONV). * modules/xstriconv (Link): Likewise.
30 lines
436 B
Plaintext
30 lines
436 B
Plaintext
Description:
|
|
Character set conversion of strings made easy, uses iconv, with out-of-memory
|
|
checking.
|
|
|
|
Files:
|
|
lib/xstriconv.h
|
|
lib/xstriconv.c
|
|
|
|
Depends-on:
|
|
striconv
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstriconv.h xstriconv.c
|
|
|
|
Include:
|
|
"xstriconv.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|