summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRuediger Meier2016-03-13 20:47:26 +0100
committerRuediger Meier2016-03-13 21:48:09 +0100
commit18336d16d9fca0b217407b6c7132b588928f8f66 (patch)
treec133c56500d6b89b234583ee8bacae5a92d5bd59 /configure.ac
parentbuild-sys: add missing "not found" strings (diff)
downloadkernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.tar.gz
kernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.tar.xz
kernel-qcow2-util-linux-18336d16d9fca0b217407b6c7132b588928f8f66.zip
build-sys: use AC_PROG_MKDIR_P and remove a few gnuisms
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 bfb12cade..5e89e3b57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AC_SUBST([usrlib_execdir])
AM_PROG_CC_C_O
+AC_PROG_MKDIR_P
AC_PROG_CC_STDC
AC_CANONICAL_HOST
AC_C_CONST