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