Add ChangeLog entries for recent commits.
[gnulib.git] / modules / unictype / scripts
index 290d3e3..056b846 100644 (file)
@@ -11,15 +11,16 @@ unictype/base
 gperf
 
 configure.ac:
-AC_PROG_MKDIR_P
+gl_LIBUNISTRING_MODULE([0.9], [unictype/scripts])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_SCRIPTS
 lib_SOURCES += unictype/scripts.c
+endif
 
 unictype/scripts_byname.h: unictype/scripts_byname.gperf
-       @MKDIR_P@ unictype
-       $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $@-t
-       mv $@-t $@
+       $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
+       mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
 BUILT_SOURCES        += unictype/scripts_byname.h
 MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
 MAINTAINERCLEANFILES += unictype/scripts_byname.h