diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-01-22 14:03:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-01-22 14:03:16 +0000 |
commit | cbf9224c5f7bcf07352f6ea128c90c12cb0af22e (patch) | |
tree | 284a75ca0ec2bacadafb4bcfe1154285ca0a2be0 | |
parent | c9658705854599d89bd71bbd985d388fee01e113 (diff) | |
download | rtmux-cbf9224c5f7bcf07352f6ea128c90c12cb0af22e.tar.gz rtmux-cbf9224c5f7bcf07352f6ea128c90c12cb0af22e.tar.bz2 rtmux-cbf9224c5f7bcf07352f6ea128c90c12cb0af22e.zip |
Add AC_PROG_MKDIR_P.
-rw-r--r-- | configure.ac | 1 |
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. |