posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / unictype / ctype-upper
blobb4db86951367a02d68b1ff91245907d87222bd90
1 Description:
2 Generalization of the <ctype.h> isupper() function and the
3 <wctype.h> iswupper() function.
5 Files:
6 lib/unictype/ctype_upper.c
7 lib/unictype/ctype_upper.h
8 lib/unictype/bitmap.h
10 Depends-on:
11 unictype/base
13 configure.ac:
14 AC_REQUIRE([AC_C_INLINE])
15 gl_LIBUNISTRING_MODULE([0.9.8], [unictype/ctype-upper])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER
19 lib_SOURCES += unictype/ctype_upper.c
20 endif
22 Include:
23 "unictype.h"
25 License:
26 LGPLv3+ or GPLv2
28 Maintainer:
29 all