mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Working on 1.8
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
# $Id$
 | 
					# $Id$
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Miscellaneous autofoo bullshit.
 | 
					# Miscellaneous autofoo bullshit.
 | 
				
			||||||
AC_INIT(tmux, 1.7)
 | 
					AC_INIT(tmux, 1.8)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_CONFIG_AUX_DIR(etc)
 | 
					AC_CONFIG_AUX_DIR(etc)
 | 
				
			||||||
AM_INIT_AUTOMAKE([foreign])
 | 
					AM_INIT_AUTOMAKE([foreign])
 | 
				
			||||||
@@ -41,7 +41,7 @@ AC_CHECK_HEADERS(
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Is this a debug build?
 | 
					# Is this a debug build?
 | 
				
			||||||
#found_debug=yes
 | 
					found_debug=yes
 | 
				
			||||||
AC_ARG_ENABLE(
 | 
					AC_ARG_ENABLE(
 | 
				
			||||||
	debug,
 | 
						debug,
 | 
				
			||||||
	AC_HELP_STRING(--enable-debug, create a debug build),
 | 
						AC_HELP_STRING(--enable-debug, create a debug build),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user