mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user