Skip to content

Commit 37de229

Browse files
authored
Merge pull request #11264 from jsquyres/pr/update-autotools-versions-in-dist-tarballs
make_dist_tarball: update GNU Autotools versions
2 parents d61d384 + 0164f39 commit 37de229

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contrib/dist/make_dist_tarball

100755100644
+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2008-2023 Cisco Systems, Inc. All rights reserved
1414
# Copyright (c) 2016 Intel, Inc. All rights reserved
1515
# $COPYRIGHT$
1616
#
@@ -23,11 +23,11 @@
2323
# Version of auto tools that we want
2424
#
2525

26-
M4_TARGET_VERSION=1.4.17
27-
AM_TARGET_VERSION=1.15
28-
AC_TARGET_VERSION=2.69
26+
M4_TARGET_VERSION=1.4.19
27+
AM_TARGET_VERSION=1.16.5
28+
AC_TARGET_VERSION=2.71
2929
LT_TARGET_VERSION=2.4.6
30-
FLEX_TARGET_VERSION=2.5.35
30+
FLEX_TARGET_VERSION=2.6.4
3131

3232
#
3333
# When running "make distcheck", use these parallelization flags. Can

0 commit comments

Comments
 (0)