From 32bc8f4dd4a2cfa814ebf96691f2723d5e43971a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 4 Jun 2015 01:21:41 +0100 Subject: HTML bits are now elsewhere. --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cccd656b..0dd1151c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,7 @@ # $Id$ -# Miscellaneous autofoo bullshit. +# Miscellaneous bits. AC_INIT(tmux, 2.1) -RELEASE=2.0 -AC_SUBST(RELEASE) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign subdir-objects]) -- cgit