mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Note that Tor requires Automake 1.7. Fixes bug 2305
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
# Copyright (c) 2007-2011, The Tor Project, Inc.
|
||||
# See LICENSE for licensing information
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
# else it keeps trying to put COPYING back in
|
||||
|
||||
SUBDIRS = src doc contrib
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
o Build changes
|
||||
- Tor does not build packages correctly with Automake 1.6 and earlier;
|
||||
added a check to Makefile.am to make sure that we're building with
|
||||
Automake 1.7 or later.
|
||||
|
||||
Reference in New Issue
Block a user