mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +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.
 | 
					# Set up the compiler in two different ways and say yes we may want to install.
 | 
				
			||||||
AC_PROG_CC
 | 
					AC_PROG_CC
 | 
				
			||||||
AM_PROG_CC_C_O
 | 
					AM_PROG_CC_C_O
 | 
				
			||||||
 | 
					AC_PROG_CPP
 | 
				
			||||||
 | 
					AC_PROG_EGREP
 | 
				
			||||||
AC_PROG_INSTALL
 | 
					AC_PROG_INSTALL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Default tmux.conf goes in /etc not ${prefix}/etc.
 | 
					# Default tmux.conf goes in /etc not ${prefix}/etc.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user