From e3b775ed782290bd375316ec27a172eacca4f79f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 4 Jan 2023 10:45:12 -0800 Subject: [PATCH] make_dist_tarball: update GNU Autotools versions Before we release v5.0.0, update to the most recent versions of the GNU Autotools and Flex. Signed-off-by: Jeff Squyres (cherry picked from commit 0164f3971dc3674c0094d1b28e8617f1a67860bd) --- contrib/dist/make_dist_tarball | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 contrib/dist/make_dist_tarball diff --git a/contrib/dist/make_dist_tarball b/contrib/dist/make_dist_tarball old mode 100755 new mode 100644 index f009e3f7e9d..94186714818 --- a/contrib/dist/make_dist_tarball +++ b/contrib/dist/make_dist_tarball @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2008-2023 Cisco Systems, Inc. All rights reserved # Copyright (c) 2016 Intel, Inc. All rights reserved # $COPYRIGHT$ # @@ -23,11 +23,11 @@ # Version of auto tools that we want # -M4_TARGET_VERSION=1.4.17 -AM_TARGET_VERSION=1.15 -AC_TARGET_VERSION=2.69 +M4_TARGET_VERSION=1.4.19 +AM_TARGET_VERSION=1.16.5 +AC_TARGET_VERSION=2.71 LT_TARGET_VERSION=2.4.6 -FLEX_TARGET_VERSION=2.5.35 +FLEX_TARGET_VERSION=2.6.4 # # When running "make distcheck", use these parallelization flags. Can