summaryrefslogtreecommitdiffstats
path: root/SYNCING
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:19:24 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:19:24 +0100
commitba9f47c544264d0d268092c9471a8cac2d1ea19f (patch)
treeb962260f20ff53d6e3b946f341ec77c9013a02ad /SYNCING
parent7d5fd5fcd02564226abb067b0a47da637ca653fc (diff)
Rename found_debug to enable_debug.
Diffstat (limited to 'SYNCING')
-rw-r--r--SYNCING4
1 files changed, 2 insertions, 2 deletions
diff --git a/SYNCING b/SYNCING
index aaa29dec..5d9b863d 100644
--- a/SYNCING
+++ b/SYNCING
@@ -140,7 +140,7 @@ to compat/ as and when appropriate.
Release tmux for next version
=============================
-1. Comment the "found_debug=yes" line in configure.ac, since releases
+1. Comment the "enable_debug=yes" line in configure.ac, since releases
don't have debugging enabled, otherwise make(1) aborts when
preparing the distribution.
@@ -172,5 +172,5 @@ Release tmux for next version
the Makefile. Commit it, and run 'make' to replace %%VERSION%%. Push
the result out.
-8. Bump version in tmux/tmux.git configure.ac and uncomment "found_debug=yes" to
+8. Bump version in tmux/tmux.git configure.ac and uncomment "enable_debug=yes" to
create a debug build by default.