From e4320689cc468be246264b3fba64e6fa95a74c19 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Jan 2011 17:19:05 -0500 Subject: Note that Tor requires Automake 1.7. Fixes bug 2305 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3