X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fctype-upper;h=41a8cf9826c4214d6de3433994fedcdf36d43a78;hb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;hp=37d4767614965829bf2c97f25f8ac9b79a38b16c;hpb=5a6e55c1886acd86b0deaa9d1d343471f61d3ded;p=gnulib.git diff --git a/modules/unictype/ctype-upper b/modules/unictype/ctype-upper index 37d476761..41a8cf982 100644 --- a/modules/unictype/ctype-upper +++ b/modules/unictype/ctype-upper @@ -1,5 +1,6 @@ Description: -Generalization of isupper() and iswupper(). +Generalization of the isupper() function and the + iswupper() function. Files: lib/unictype/ctype_upper.c @@ -8,12 +9,12 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) +gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/ctype_upper.c]) Makefile.am: -lib_SOURCES += unictype/ctype_upper.c Include: "unictype.h"