[tor-commits] [tor/master] We now need automake 1.9 or later

nickm at torproject.org nickm at torproject.org
Mon Aug 27 14:34:49 UTC 2012


commit 5db37bca3d031912f9da10427ec2e73faf621694
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Aug 24 10:29:05 2012 -0400

    We now need automake 1.9 or later
    
    Automake 1.7 is too broken to even investigate why it broke at this point.
---
 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index de7e837..4820255 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,8 @@
 # See LICENSE for licensing information
 
 # "foreign" means we don't follow GNU package layout standards
-# 1.7 means we require automake vesion 1.7
-AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects
+# 1.9 means we require automake vesion 1.9
+AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
 
 noinst_LIBRARIES=
 EXTRA_DIST=





More information about the tor-commits mailing list