Working on 1.10

pull/1/head
Thomas Adam 2014-02-20 21:44:33 +00:00
parent c5d2de7ec0
commit 1ab0745f8e
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $Id$ # $Id$
# Miscellaneous autofoo bullshit. # Miscellaneous autofoo bullshit.
AC_INIT(tmux, 1.9) AC_INIT(tmux, 1.10)
AC_CONFIG_AUX_DIR(etc) AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_INIT_AUTOMAKE([foreign subdir-objects])
@ -45,7 +45,7 @@ AC_CHECK_HEADERS(
) )
# Is this a debug build? # Is this a debug build?
#found_debug=yes found_debug=yes
AC_ARG_ENABLE( AC_ARG_ENABLE(
debug, debug,
AC_HELP_STRING(--enable-debug, create a debug build), AC_HELP_STRING(--enable-debug, create a debug build),