realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-byname
index fe5d600ee1cc0c858d110bb231b870842b31c7e7..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,13 +96,16 @@ 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 > $@-t
-       mv $@-t $@
+       $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $(srcdir)/unictype/pr_byname.h-t
+       mv $(srcdir)/unictype/pr_byname.h-t $(srcdir)/unictype/pr_byname.h
 BUILT_SOURCES        += unictype/pr_byname.h
 MOSTLYCLEANFILES     += unictype/pr_byname.h-t
 MAINTAINERCLEANFILES += unictype/pr_byname.h