regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / unicase / base
1 Description:
2 Base layer for Unicode character case mappings.
3
4 Files:
5 lib/unicase.in.h
6 m4/libunistring-base.m4
7
8 Depends-on:
9 unitypes
10 uninorm/base
11 stdbool
12
13 configure.ac:
14 gl_LIBUNISTRING_LIBHEADER([0.9.1], [unicase.h])
15
16 Makefile.am:
17 BUILT_SOURCES += $(LIBUNISTRING_UNICASE_H)
18
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
26
27 Include:
28 "unicase.h"
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible
35