realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-byname
index b50911b61f6da7df524fe67f2971d6435e07051e..18a881e76f837cb828b7032c5ee9b0173ecb0402 100644 (file)
@@ -26,6 +26,13 @@ unictype/property-bidi-other-neutral
 unictype/property-bidi-pdf
 unictype/property-bidi-segment-separator
 unictype/property-bidi-whitespace
+unictype/property-case-ignorable
+unictype/property-cased
+unictype/property-changes-when-casefolded
+unictype/property-changes-when-casemapped
+unictype/property-changes-when-lowercased
+unictype/property-changes-when-titlecased
+unictype/property-changes-when-uppercased
 unictype/property-combining
 unictype/property-composite
 unictype/property-currency-symbol
@@ -89,9 +96,12 @@ unictype/property-zero-width
 gperf
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/property-byname])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BYNAME
 lib_SOURCES += unictype/pr_byname.c
+endif
 
 unictype/pr_byname.h: unictype/pr_byname.gperf
        $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t