From: Nick Mathewson Date: Fri, 24 Aug 2012 14:29:05 +0000 (-0400) Subject: We now need automake 1.9 or later X-Git-Tag: tor-0.2.4.1-alpha~37^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5db37bca3d031912f9da10427ec2e73faf621694;p=thirdparty%2Ftor.git We now need automake 1.9 or later Automake 1.7 is too broken to even investigate why it broke at this point. --- diff --git a/Makefile.am b/Makefile.am index de7e837f82..48202558af 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=