realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-grapheme-extend
index ae3cd88a023fe75d5b369e3bf05afc7d94214cc6..38a32e8a8fe4c35b47ac5d26cb1af056c8e2f07a 100644 (file)
@@ -11,9 +11,12 @@ unictype/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/pr_grapheme_extend.c])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-grapheme-extend])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_GRAPHEME_EXTEND
+lib_SOURCES += unictype/pr_grapheme_extend.c
+endif
 
 Include:
 "unictype.h"