realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / ctype-cntrl
index 7de3e0520e105999e7cb8f8ef12118c112db1d32..6b9d31948d7f27b86873299f5c27f7042d16b2ca 100644 (file)
@@ -1,5 +1,6 @@
 Description:
-Generalization of <ctype.h> iscntrl() and <wctype.h> iswcntrl().
+Generalization of the <ctype.h> iscntrl() function and the
+<wctype.h> iswcntrl() function.
 
 Files:
 lib/unictype/ctype_cntrl.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], [unictype/ctype-cntrl])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL
 lib_SOURCES += unictype/ctype_cntrl.c
+endif
 
 Include:
 "unictype.h"