Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.

pull/1/head 2.0
Nicholas Marriott 2015-03-01 21:46:05 +00:00
parent b8aec17af1
commit 7536d690fd
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ 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_CPP
AC_PROG_EGREP
AC_PROG_INSTALL
# Default tmux.conf goes in /etc not ${prefix}/etc.