diff options
author | Thomas <thomas@xteddy.org> | 2014-02-05 10:47:57 +0000 |
---|---|---|
committer | Thomas <thomas@xteddy.org> | 2014-02-05 10:47:57 +0000 |
commit | 6eef24c37a69c0faa12deb4374730cf02561c934 (patch) | |
tree | 181937aeab92a1a9aa3c888bb1194ba1f919ec2d /configure.ac | |
parent | d02c4bda3a4b456f654fb0c1b454ba9724bff0f3 (diff) | |
parent | 57332be8da86f0e40a91d7acd857564e789027a7 (diff) | |
download | rtmux-6eef24c37a69c0faa12deb4374730cf02561c934.tar.gz rtmux-6eef24c37a69c0faa12deb4374730cf02561c934.tar.bz2 rtmux-6eef24c37a69c0faa12deb4374730cf02561c934.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'configure.ac')
-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. |