[or-cvs] [tor/maint-0.2.1] Note that Tor requires Automake 1.7. Fixes bug 2305

nickm at torproject.org nickm at torproject.org
Mon Jan 3 22:22:28 UTC 2011


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 3 Jan 2011 17:19:05 -0500
Subject: Note that Tor requires Automake 1.7. Fixes bug 2305
Commit: e4320689cc468be246264b3fba64e6fa95a74c19

---
 Makefile.am     |    2 +-
 changes/bug2305 |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)
 create mode 100644 changes/bug2305

diff --git a/Makefile.am b/Makefile.am
index 4ded744..bcb81e6 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 0000000..c979d5f
--- /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.
+
-- 
1.7.1



More information about the tor-commits mailing list