Skip to content

Commit

Permalink
make_dist_tarball: update GNU Autotools versions
Browse files Browse the repository at this point in the history
Before we release v5.0.0, update to the most recent versions of the
GNU Autotools and Flex.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
  • Loading branch information
jsquyres committed Jan 4, 2023
1 parent 0e51b7c commit 0164f39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/dist/make_dist_tarball
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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$
#
Expand All @@ -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
Expand Down

0 comments on commit 0164f39

Please sign in to comment.