diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 01:21:41 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 01:21:41 +0100 |
commit | 32bc8f4dd4a2cfa814ebf96691f2723d5e43971a (patch) | |
tree | 113f51a049dd9d8f99bfdfc411be90c44c862bb7 /configure.ac | |
parent | d2b35e19cdd61d163d26c4babccc1550e72a9623 (diff) | |
download | rtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.tar.gz rtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.tar.bz2 rtmux-32bc8f4dd4a2cfa814ebf96691f2723d5e43971a.zip |
HTML bits are now elsewhere.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
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]) |