summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--SYNCING4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b56e9280..130df784 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ EXTRA_DIST = \
compat.h tmux.h osdep-*.c xmalloc.h mdoc2man.awk tmux.1
dist-hook:
make clean
- grep "^#found_debug=" configure
+ grep "^#enable_debug=" configure
# Preprocessor flags.
AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""
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.