mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.
This commit is contained in:
parent
b8aec17af1
commit
7536d690fd
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue