diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-01 00:01:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-01 00:01:08 -0400 |
commit | 92640aa57813c26e8f39b9336b8715505ca9a271 (patch) | |
tree | 668d4e83268a5d5340b14099a88e9e93414fed7c /changes/automake_required | |
parent | 1b2120654ce3aa34738ad33572eb15b9e220e435 (diff) | |
download | tor-92640aa57813c26e8f39b9336b8715505ca9a271.tar tor-92640aa57813c26e8f39b9336b8715505ca9a271.tar.gz |
The build stuff for tor-fw-helper means we need automake 1.6 or later
Diffstat (limited to 'changes/automake_required')
-rw-r--r-- | changes/automake_required | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/automake_required b/changes/automake_required new file mode 100644 index 000000000..bb5035518 --- /dev/null +++ b/changes/automake_required @@ -0,0 +1,6 @@ + o Build changes + - Our build system requires automake 1.6 or later to create the + Makefile.in files. Previously, you could have used 1.4. + This only affects developers and people building Tor from git; + people who build Tor from the source distribution without changing + the Makefile.am files should be fine. |