New module 'copysignf'.
[gnulib.git] / modules / uninorm / composition
index 135cd37..285ef9d 100644 (file)
@@ -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