realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / category-of
index 6b8349269c09ea6e76512568f1cc0e772d56c3e4..62389b6ab85bfd0d1f3254280b3c328f86783572 100644 (file)
@@ -8,18 +8,21 @@ lib/unictype/categ_of.h
 Depends-on:
 unictype/base
 unictype/category-none
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-of])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
 lib_SOURCES += unictype/categ_of.c
+endif
 
 Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible