mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
The build stuff for tor-fw-helper means we need automake 1.6 or later
This commit is contained in:
parent
1b2120654c
commit
92640aa578
@ -3,8 +3,9 @@
|
||||
# Copyright (c) 2007-2010, The Tor Project, Inc.
|
||||
# See LICENSE for licensing information
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
# else it keeps trying to put COPYING back in
|
||||
# "foreign" means we don't follow GNU package layout standards
|
||||
# 1.6 means we require automake vesion 1.6
|
||||
AUTOMAKE_OPTIONS = foreign 1.6
|
||||
|
||||
SUBDIRS = src doc contrib
|
||||
|
||||
|
6
changes/automake_required
Normal file
6
changes/automake_required
Normal file
@ -0,0 +1,6 @@
|
||||
o Build changes
|
||||
- Our build system requires automake 1.6 or later to create the
|
||||
Makefile.in files. Previously, you could have used 1.4.
|
||||
This only affects developers and people building Tor from git;
|
||||
people who build Tor from the source distribution without changing
|
||||
the Makefile.am files should be fine.
|
Loading…
Reference in New Issue
Block a user