mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-19 17:34:42 +00:00
Bump version and create a debug build by default.
This commit is contained in:
parent
5175db270d
commit
d86c6b2fff
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $Id$
|
||||
|
||||
# Miscellaneous autofoo bullshit.
|
||||
AC_INIT(tmux, 1.5)
|
||||
AC_INIT(tmux, 1.6)
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
|
|
@ -40,7 +40,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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue