ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / unictype / base
blobb1d0596c20bf612847664ec2a0f3e10edc6a8ab0
1 Description:
2 Base layer for Unicode classification and properties.
4 Files:
5 lib/unictype.in.h
6 m4/libunistring-base.m4
8 Depends-on:
9 unitypes
10 stdbool
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h])
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)
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
26 Include:
27 "unictype.h"
29 License:
30 LGPLv2+
32 Maintainer:
33 all