summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-01-22 14:03:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-01-22 14:03:16 +0000
commitcbf9224c5f7bcf07352f6ea128c90c12cb0af22e (patch)
tree284a75ca0ec2bacadafb4bcfe1154285ca0a2be0 /configure.ac
parentc9658705854599d89bd71bbd985d388fee01e113 (diff)
Add AC_PROG_MKDIR_P.
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 644b283d..f646a0d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@ AC_CANONICAL_HOST
# Set up the compiler in two different ways and say yes we may want to install.
AC_PROG_CC
AM_PROG_CC_C_O
+AC_PROG_MKDIR_P
AC_PROG_INSTALL
# Default tmux.conf goes in /etc not ${prefix}/etc.