Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git] / modules / c32isupper
blob05ea0f4dee644347d83e8461cad8e7d7a8035bf5
1 Description:
2 c32isupper() function: test 32-bit wide character for being uppercase.
4 Files:
5 lib/c32isupper.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
9 Depends-on:
10 uchar
11 wchar
12 wctype-h
13 localcharset    [test $REPLACE_MBSTATE_T = 1]
14 streq           [test $REPLACE_MBSTATE_T = 1]
15 unictype/ctype-upper
16 verify
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
21 gl_UCHAR_MODULE_INDICATOR([c32isupper])
23 Makefile.am:
24 lib_SOURCES += c32isupper.c
26 Include:
27 <uchar.h>
29 License:
30 LGPLv3+ or GPLv2
32 Maintainer:
33 Bruno Haible