Update to Unicode 5.2.0.
[pspp] / modules / unictype / syntax-java-ident
index 71cdda2f98d96c83c2c4e7da3e49ceb659a7c616..4bbba28dc5d0afa6478f81e80cee9a38429728fd 100644 (file)
@@ -11,9 +11,12 @@ unictype/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/sy_java_ident.c])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/syntax-java-ident])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_IDENT
+lib_SOURCES += unictype/sy_java_ident.c
+endif
 
 Include:
 "unictype.h"