Simplify gl_LIBUNISTRING_VERSION_CMP expansion.
[gnulib.git] / modules / unictype / ctype-upper
index 37d4767..41a8cf9 100644 (file)
@@ -1,5 +1,6 @@
 Description:
-Generalization of <ctype.h> isupper() and <wctype.h> iswupper().
+Generalization of the <ctype.h> isupper() function and the
+<wctype.h> 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"