1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Go back to working on 1.10

This commit is contained in:
Thomas Adam 2014-02-22 21:09:09 +00:00
parent 80d9964a30
commit 7eed5ad97b

View File

@ -1,7 +1,7 @@
# $Id$
# Miscellaneous autofoo bullshit.
AC_INIT(tmux, 1.9a)
AC_INIT(tmux, 1.10)
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),