aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-02-22 20:53:39 +0000
committerThomas Adam <thomas@xteddy.org>2014-02-22 20:55:59 +0000
commit80d9964a309e6a8f9ec9fb9375574f1d24350abf (patch)
tree694de0375298cc32090c3c2e926cad30f8caf42c /configure.ac
parent150ef868008385a79278a5a3d16169c16b2d880a (diff)
downloadrtmux-80d9964a309e6a8f9ec9fb9375574f1d24350abf.tar.gz
rtmux-80d9964a309e6a8f9ec9fb9375574f1d24350abf.tar.bz2
rtmux-80d9964a309e6a8f9ec9fb9375574f1d24350abf.zip
Update CHANGES and configure.ac for 1.9a release
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fec79043..994b2287 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $Id$
# Miscellaneous autofoo bullshit.
-AC_INIT(tmux, 1.10)
+AC_INIT(tmux, 1.9a)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects])
@@ -45,7 +45,7 @@ AC_CHECK_HEADERS(
)
# Is this a debug build?
-found_debug=yes
+#found_debug=yes
AC_ARG_ENABLE(
debug,
AC_HELP_STRING(--enable-debug, create a debug build),