mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/striconveh (Link): Add $(LIBUNISTRING). * modules/striconveha (Link): New section. * modules/xstriconveh (Link): New section.
30 lines
432 B
Plaintext
30 lines
432 B
Plaintext
Description:
|
|
Character set conversion of strings made easy, uses iconv, with out-of-memory
|
|
checking.
|
|
|
|
Files:
|
|
lib/xstriconveh.h
|
|
lib/xstriconveh.c
|
|
|
|
Depends-on:
|
|
striconveh
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xstriconveh.c
|
|
|
|
Include:
|
|
"xstriconveh.h"
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|