From 6cd5fddbf7ed56bbcd029426ceeefb82931a50db Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 8 Mar 2013 23:03:12 +0700 Subject: maint: automake 1.11.5 and earlier generate insecure dist rules. * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.6 or newer. Signed-off-by: Gary V. Vaughan (cherry picked from commit a82e6b74a462b16effb7304b850f72faf727aec5) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eb2290cf..16aa393d 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ M4_default_preload="M4_DEFAULT_PRELOAD" ## ------------------------ ## ## Automake Initialization. ## ## ------------------------ ## -AM_INIT_AUTOMAKE([1.10b subdir-objects dist-bzip2 dist-xz +AM_INIT_AUTOMAKE([1.11.6 subdir-objects dist-bzip2 dist-xz color-tests parallel-tests silent-rules] m4_if(m4_index(m4_defn([M4_VERSION]), [-]), [-1], [gnits], [gnu])) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.1