summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 60daddc52..25b2b8d85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1915,6 +1915,10 @@ dnl --------------------------
dnl Newest automake workaround
dnl --------------------------
AC_SUBST(mkdir_p)
+if test x"$mkdir_p" = "x"; then
+ MKINSTALLDIRS="mkinstalldirs"
+fi
+AC_SUBST(MKINSTALLDIRS)
dnl ---------------------------------------------