Browse Source

Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2

Nick Mathewson 13 years ago
parent
commit
0e9d7f105d
2 changed files with 6 additions and 1 deletions
  1. 1 1
      Makefile.am
  2. 5 0
      changes/bug2305

+ 1 - 1
Makefile.am

@@ -3,7 +3,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

+ 5 - 0
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.
+