regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / unictype / category-of
1 Description:
2 Determine category of a Unicode character.
3
4 Files:
5 lib/unictype/categ_of.c
6 lib/unictype/categ_of.h
7
8 Depends-on:
9 unictype/base
10 unictype/category-none
11
12 configure.ac:
13 AC_REQUIRE([AC_C_INLINE])
14 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-of])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
18 lib_SOURCES += unictype/categ_of.c
19 endif
20
21 Include:
22 "unictype.h"
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29