diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-03 17:19:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-03 17:24:16 -0500 |
commit | e4320689cc468be246264b3fba64e6fa95a74c19 (patch) | |
tree | 174b2eb24121bdef29a6feed2c8a7cb3d6990887 /Makefile.am | |
parent | e365aee97110c6c6df6f56ca9814d88c3808a2d1 (diff) | |
download | tor-e4320689cc468be246264b3fba64e6fa95a74c19.tar.gz tor-e4320689cc468be246264b3fba64e6fa95a74c19.zip |
Note that Tor requires Automake 1.7. Fixes bug 2305
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4ded744fde..bcb81e64f2 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 |