Undo 2009-05-01 patch.
[gnulib.git] / modules / unictype / property-byname
index eb5e7a6..fe5d600 100644 (file)
@@ -89,13 +89,11 @@ unictype/property-zero-width
 gperf
 
 configure.ac:
-AC_PROG_MKDIR_P
 
 Makefile.am:
 lib_SOURCES += unictype/pr_byname.c
 
 unictype/pr_byname.h: unictype/pr_byname.gperf
-       @MKDIR_P@ unictype
        $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $@-t
        mv $@-t $@
 BUILT_SOURCES        += unictype/pr_byname.h