diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-06-19 23:15:06 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-06-19 23:15:06 +0100 |
commit | 19cb0a1a921164acb9591d7837d066ca9ea94a98 (patch) | |
tree | b54e7d25ea0b586be11bda68380302b46824a617 /configure.ac | |
parent | 77f582ff137808cc3743ad545f63422cc8e71a71 (diff) | |
download | rtmux-19cb0a1a921164acb9591d7837d066ca9ea94a98.tar.gz rtmux-19cb0a1a921164acb9591d7837d066ca9ea94a98.tar.bz2 rtmux-19cb0a1a921164acb9591d7837d066ca9ea94a98.zip |
Might as well still allow autoconf 2.59.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7cc1ac5d..a81ecc42 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,6 @@ 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. |