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