The branch, master has been updated
via 7536d690fdb8859193cdfdd2f68752711425bdd0 (commit)
from b8aec17af16ca557a3069a475d31a90d2925fe11 (commit)
- Log -----------------------------------------------------------------
commit 7536d690fdb8859193cdfdd2f68752711425bdd0
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Explicitly look for cpp and egrep to avoid AC_EGREP_CPP messing up output.
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a5b212e..4a321d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs