mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Add yacc(1) bits.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -18,3 +18,4 @@ Makefile.in
 | 
			
		||||
configure
 | 
			
		||||
tmux.1.*
 | 
			
		||||
*.dSYM
 | 
			
		||||
cmd-parse.c
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
# Obvious program stuff.
 | 
			
		||||
bin_PROGRAMS = tmux
 | 
			
		||||
CLEANFILES = tmux.1.mdoc tmux.1.man
 | 
			
		||||
CLEANFILES = tmux.1.mdoc tmux.1.man cmd-parse.c
 | 
			
		||||
 | 
			
		||||
# Distribution tarball options.
 | 
			
		||||
EXTRA_DIST = \
 | 
			
		||||
 
 | 
			
		||||
@@ -28,6 +28,7 @@ AC_PROG_CC_C99
 | 
			
		||||
AC_PROG_CPP
 | 
			
		||||
AC_PROG_EGREP
 | 
			
		||||
AC_PROG_INSTALL
 | 
			
		||||
AC_PROG_YACC
 | 
			
		||||
PKG_PROG_PKG_CONFIG
 | 
			
		||||
AC_USE_SYSTEM_EXTENSIONS
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user