From b7f6e89ab9a6ac3304a91d743f661038b00896a9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Aug 2012 16:22:00 -0400 Subject: [PATCH] We now require automake 1.9 or later. Modernize! --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3e4c6b40..955f25de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,8 @@ # See LICENSE for copying information. # 'foreign' means that we're not enforcing GNU package rules strictly. -# '1.7' means that we need automake 1.7 or later (and we do). -AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects +# '1.9' means that we need automake 1.9 or later (and we do). +AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects ACLOCAL_AMFLAGS = -I m4 -- 2.50.1