posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / unictype / category-of
blobe064e045d6660017e6bdfbc3ab5fdc5a2cbb6b20
1 Description:
2 Determine category of a Unicode character.
4 Files:
5 lib/unictype/categ_of.c
6 lib/unictype/categ_of.h
8 Depends-on:
9 unictype/base
10 unictype/category-none
12 configure.ac:
13 AC_REQUIRE([AC_C_INLINE])
14 gl_LIBUNISTRING_MODULE([0.9.8], [unictype/category-of])
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
18 lib_SOURCES += unictype/categ_of.c
19 endif
21 Include:
22 "unictype.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all