summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-03-08 23:03:12 +0700
committerEric Blake <eblake@redhat.com>2017-01-03 16:55:50 -0600
commit6cd5fddbf7ed56bbcd029426ceeefb82931a50db (patch)
tree712443f276d7df0562dd4e18d8a974469c475858
parent83e9a85bc8371b92a74dee8f6ede0cbbc89499dd (diff)
downloadm4-6cd5fddbf7ed56bbcd029426ceeefb82931a50db.tar.gz
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 <gary@gnu.org> (cherry picked from commit a82e6b74a462b16effb7304b850f72faf727aec5)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])])