Working on 1.8

This commit is contained in:
Thomas Adam 2012-10-13 12:12:43 +01:00
parent 2b5c3fc49f
commit 5cdc9591d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $Id$
# Miscellaneous autofoo bullshit.
AC_INIT(tmux, 1.7)
AC_INIT(tmux, 1.8)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign])
@ -41,7 +41,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),