summaryrefslogtreecommitdiff
path: root/modules/uniname
diff options
context:
space:
mode:
Diffstat (limited to 'modules/uniname')
-rw-r--r--modules/uniname/base2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/uniname/base b/modules/uniname/base
index 4edb924c43..c316cc4bbf 100644
--- a/modules/uniname/base
+++ b/modules/uniname/base
@@ -10,12 +10,14 @@ unitypes
configure.ac:
gl_LIBUNISTRING_LIBHEADER([0.9.5], [uniname.h])
+AC_PROG_MKDIR_P
Makefile.am:
BUILT_SOURCES += $(LIBUNISTRING_UNINAME_H)
uniname.h: uniname.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
+ $(MKDIR_P) '%reldir%' && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/uniname.in.h; \
} > $@-t && \