unictype/base: Fix interoperability with preinstalled libunistring.
[gnulib.git] / modules / unictype / base
1 Description:
2 Base layer for Unicode classification and properties.
3
4 Files:
5 lib/unictype.in.h
6 m4/libunistring-base.m4
7
8 Depends-on:
9 unitypes
10 stdbool
11
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h])
14
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
17
18 unictype.h: unictype.in.h
19         $(AM_V_GEN)rm -f $@-t $@ && \
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/unictype.in.h; \
22         } > $@-t && \
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += unictype.h unictype.h-t
25
26 Include:
27 "unictype.h"
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible
34