summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2012-06-07 16:51:10 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-19 14:20:49 +0200
commit8070ec2ac51219c462ac05238eab239461c38454 (patch)
treed2b286b71523296d3a49739debd0eb006d354117 /configure.ac
parent468519681b09f00851e1d4dd658b939e4e938cf6 (diff)
build-sys: fix MKDIR_P for recent automake
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e190ba..9debce2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,7 @@ AC_PROG_CXX
AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CPP
+AC_PROG_MKDIR_P
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET