X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fctype-alnum;h=65fc041726f59cd411edbba3c9db1bc0063da313;hb=ade8cd7e510c08163f4b80603de470555c92695c;hp=fd7f52bb66276a11b7e08f2cfe60921b9c9a9c00;hpb=5a6e55c1886acd86b0deaa9d1d343471f61d3ded;p=gnulib.git diff --git a/modules/unictype/ctype-alnum b/modules/unictype/ctype-alnum index fd7f52bb6..65fc04172 100644 --- a/modules/unictype/ctype-alnum +++ b/modules/unictype/ctype-alnum @@ -1,5 +1,6 @@ Description: -Generalization of isalnum() and iswalnum(). +Generalization of the isalnum() function and the + iswalnum() function. Files: lib/unictype/ctype_alnum.c @@ -8,12 +9,15 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) +gl_LIBUNISTRING_MODULE([0.9.4], [unictype/ctype-alnum]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_ALNUM lib_SOURCES += unictype/ctype_alnum.c +endif Include: "unictype.h"