summaryrefslogtreecommitdiff
path: root/gnulib/modules/unistr/base
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unistr/base')
m---------gnulib0
-rw-r--r--gnulib/modules/unistr/base36
2 files changed, 36 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unistr/base b/gnulib/modules/unistr/base
new file mode 100644
index 0000000..ed8f8c7
--- /dev/null
+++ b/gnulib/modules/unistr/base
@@ -0,0 +1,36 @@
+Description:
+Base layer for elementary Unicode string functions.
+
+Files:
+lib/unistr.in.h
+m4/libunistring-base.m4
+
+Depends-on:
+unitypes
+snippet/unused-parameter
+stdbool
+inline
+
+configure.ac:
+gl_LIBUNISTRING_LIBHEADER([0.9.2], [unistr.h])
+
+Makefile.am:
+BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
+
+unistr.h: unistr.in.h
+ $(AM_V_GEN)rm -f $@-t $@ && \
+ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+ cat $(srcdir)/unistr.in.h; \
+ } > $@-t && \
+ mv -f $@-t $@
+MOSTLYCLEANFILES += unistr.h unistr.h-t
+
+Include:
+"unistr.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible
+