Note that Tor requires Automake 1.7. Fixes bug 2305

This commit is contained in:
Nick Mathewson
2011-01-03 17:19:05 -05:00
parent e365aee971
commit e4320689cc
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.