vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / unicase / base
blobaedb2eb01371846e2d3c2534de9653188a21f80d
1 Description:
2 Base layer for Unicode character case mappings.
4 Files:
5 lib/unicase.in.h
6 m4/libunistring-base.m4
8 Depends-on:
9 unitypes
10 uninorm/base
11 stdbool
13 configure.ac:
14 gl_LIBUNISTRING_LIBHEADER([0.9.4], [unicase.h])
16 Makefile.am:
17 BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
19 unicase.h: unicase.in.h
20         $(AM_V_GEN)rm -f $@-t $@ && \
21         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
22           cat $(srcdir)/unicase.in.h; \
23         } > $@-t && \
24         mv -f $@-t $@
25 MOSTLYCLEANFILES += unicase.h unicase.h-t
27 Include:
28 "unicase.h"
30 License:
31 LGPLv3+ or GPLv2
33 Maintainer:
34 all