Add AC_PROG_MKDIR_P.

pull/1/head
Nicholas Marriott 2014-01-22 14:03:16 +00:00
parent c965870585
commit cbf9224c5f
1 changed files with 1 additions and 0 deletions

View File

@ -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.