mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Start working on 2.4
This commit is contained in:
parent
52869ed182
commit
bb7cc8e8fd
@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT(tmux, 2.3)
|
||||
AC_INIT(tmux, 2.4)
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG
|
||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
||||
|
||||
# Is this --enable-debug?
|
||||
#found_debug=yes
|
||||
found_debug=yes
|
||||
AC_ARG_ENABLE(
|
||||
debug,
|
||||
AC_HELP_STRING(--enable-debug, enable debug build flags),
|
||||
|
Loading…
Reference in New Issue
Block a user