Skip to content

make_dist_tarball: update GNU Autotools versions #11264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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