From aebbb15fe2d1ef900e7a66dc16bdf89f2a2394d6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Apr 2017 12:06:39 +0100 Subject: Turn on debug if $VERSION is master rather than commenting and uncommenting. --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index da0fcc39..e0eb143c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,6 @@ CLEANFILES = tmux.1.mdoc tmux.1.man EXTRA_DIST = \ CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \ osdep-*.c mdoc2man.awk tmux.1 -dist-hook: - grep "^#enable_debug=" configure # Preprocessor flags. AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\"" -- cgit