Files
Bruno Haible 8a61720ae8 Clarify link dependency towards libiconv.
* modules/propername (Link): Document requirement to link with
$(LIBICONV) or $(LTLIBICONV).
* modules/xstriconv (Link): Likewise.
2025-09-02 16:05:31 +02:00

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