mirror of
https://github.com/tmux/tmux.git
synced 2025-04-08 01:55:21 +00:00
Instead of "master" for the version number, use "next-X.X". It is more
useful to include the next version number.
This commit is contained in:
parent
164590e34c
commit
bc6211cca5
@ -1,6 +1,6 @@
|
||||
# configure.ac
|
||||
|
||||
AC_INIT(tmux, master)
|
||||
AC_INIT([tmux], next-2.9)
|
||||
AC_PREREQ([2.60])
|
||||
|
||||
AC_CONFIG_AUX_DIR(etc)
|
||||
@ -35,7 +35,7 @@ AC_USE_SYSTEM_EXTENSIONS
|
||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
||||
|
||||
# Is this --enable-debug?
|
||||
test "x$VERSION" = xmaster && enable_debug=yes
|
||||
case "x$VERSION" in xnext*) enable_debug=yes;; esac
|
||||
AC_ARG_ENABLE(
|
||||
debug,
|
||||
AC_HELP_STRING(--enable-debug, enable debug build flags),
|
||||
|
Loading…
Reference in New Issue
Block a user