mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Start working on tmux 2.2
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
# configure.ac
 | 
					# configure.ac
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Miscellaneous bits.
 | 
					# Miscellaneous bits.
 | 
				
			||||||
AC_INIT(tmux, 2.1)
 | 
					AC_INIT(tmux, 2.2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_CONFIG_AUX_DIR(etc)
 | 
					AC_CONFIG_AUX_DIR(etc)
 | 
				
			||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
 | 
					AM_INIT_AUTOMAKE([foreign subdir-objects])
 | 
				
			||||||
@@ -24,7 +24,7 @@ AC_PROG_INSTALL
 | 
				
			|||||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
 | 
					test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Is this --enable-debug?
 | 
					# Is this --enable-debug?
 | 
				
			||||||
#found_debug=yes
 | 
					found_debug=yes
 | 
				
			||||||
AC_ARG_ENABLE(
 | 
					AC_ARG_ENABLE(
 | 
				
			||||||
	debug,
 | 
						debug,
 | 
				
			||||||
	AC_HELP_STRING(--enable-debug, enable debug build flags),
 | 
						AC_HELP_STRING(--enable-debug, enable debug build flags),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user