Skip to content

Commit 8b2ecdf

Browse files
committed
make_dist_tarball: update GNU Autotools versions
Before we release v5.0.0, update to the most recent versions of the GNU Autotools. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 0e51b7c commit 8b2ecdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/dist/make_dist_tarball

100755100644
+4-4
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,9 +23,9 @@
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
3030
FLEX_TARGET_VERSION=2.5.35
3131

0 commit comments

Comments
 (0)