From bb7cc8e8fd9d797b9b00ab8254e51f25ca2db747 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 29 Sep 2016 22:00:00 +0100 Subject: [PATCH] Start working on 2.4 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9e0d09e3..c383e483 100644 --- a/configure.ac +++ b/configure.ac @@ -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),