diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-23 11:08:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-23 11:08:04 -0500 |
commit | 31c7a65d894c144647a2364bcad337ee5ae020ff (patch) | |
tree | e39d82bd95caa80a923aecbfc1d7a7f42e144c20 /configure.ac | |
parent | d3af4f4e43267f79239d116fd2c35e0ca9632f8b (diff) | |
download | tor-31c7a65d894c144647a2364bcad337ee5ae020ff.tar.gz tor-31c7a65d894c144647a2364bcad337ee5ae020ff.zip |
Document required autotools versions
CentOS 6 is roughly the oldest thing we care about developers still
using, and it has autoconf 2.63 / automake 1.11. These are both
older than openssl 1.0.0, so anybody who can't upgrade past those
probably can't upgrade to a modern openssl either. And since only
people building from git or editing configure.ac/Makefile.am need to
use autotools, I'm not totally enthused about keeping support for
old ones anyway.
Closes ticket 17732.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index aa757be852..a4581e54c3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson dnl Copyright (c) 2007-2015, The Tor Project, Inc. dnl See LICENSE for licensing information +AC_PREREQ([2.63]) AC_INIT([tor],[0.2.8.1-alpha-dev]) AC_CONFIG_SRCDIR([src/or/main.c]) AC_CONFIG_MACRO_DIR([m4]) |