aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--changes/bug23055
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ded744fd..bcb81e64f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
diff --git a/changes/bug2305 b/changes/bug2305
new file mode 100644
index 000000000..c979d5fd3
--- /dev/null
+++ b/changes/bug2305
@@ -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.
+