summaryrefslogtreecommitdiff
path: root/gnulib/modules/xstriconveh
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/xstriconveh')
m---------gnulib0
-rw-r--r--gnulib/modules/xstriconveh28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/xstriconveh b/gnulib/modules/xstriconveh
new file mode 100644
index 0000000..461d8a2
--- /dev/null
+++ b/gnulib/modules/xstriconveh
@@ -0,0 +1,28 @@
+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:
+$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible