X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fscripts;h=7c4b03bf57f303f0910203202aa4f7d0e97cb67e;hb=4bf2b800b24ba0b0cfd069b8ec7ac173714c734d;hp=6d5c71b226ef3f5c8bd0ff73c55e1c58cf12a80e;hpb=d34245733ed6104d2c522823065c7da085ac0188;p=gnulib.git diff --git a/modules/unictype/scripts b/modules/unictype/scripts index 6d5c71b22..7c4b03bf5 100644 --- a/modules/unictype/scripts +++ b/modules/unictype/scripts @@ -11,9 +11,12 @@ unictype/base gperf configure.ac: +gl_LIBUNISTRING_MODULE([0.9.4], [unictype/scripts]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS lib_SOURCES += unictype/scripts.c +endif unictype/scripts_byname.h: unictype/scripts_byname.gperf $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t @@ -27,7 +30,7 @@ Include: "unictype.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible