X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funinorm%2Fcomposition;h=285ef9d9605c93e77391e2ab591ee02e9cf8fe44;hb=f96458bc2604b8ce5f632387d2d948287376b023;hp=135cd3776b0ba5be2200b598323464a425567cbd;hpb=54a5f5f9d0b00b3285f4b1fe75ce627ef824031a;p=gnulib.git diff --git a/modules/uninorm/composition b/modules/uninorm/composition index 135cd3776..285ef9d96 100644 --- a/modules/uninorm/composition +++ b/modules/uninorm/composition @@ -10,15 +10,16 @@ uninorm/base gperf configure.ac: -AC_PROG_MKDIR_P +gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/composition]) Makefile.am: +if LIBUNISTRING_COMPILE_UNINORM_COMPOSITION lib_SOURCES += uninorm/composition.c +endif uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf - @MKDIR_P@ uninorm - $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $@-t - mv $@-t $@ + $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t + mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h BUILT_SOURCES += uninorm/composition-table.h MOSTLYCLEANFILES += uninorm/composition-table.h-t MAINTAINERCLEANFILES += uninorm/composition-table.h @@ -28,7 +29,7 @@ Include: "uninorm.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible