mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote branch 'origin/maint-0.2.2'
Conflicts: Makefile.am
This commit is contained in:
commit
fd8f7991e4
@ -4,8 +4,8 @@
|
||||
# See LICENSE for licensing information
|
||||
|
||||
# "foreign" means we don't follow GNU package layout standards
|
||||
# 1.6 means we require automake vesion 1.6
|
||||
AUTOMAKE_OPTIONS = foreign 1.6
|
||||
# 1.7 means we require automake vesion 1.7
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
|
||||
SUBDIRS = src doc contrib
|
||||
|
||||
|
5
changes/bug2305
Normal file
5
changes/bug2305
Normal file
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user