From 00585716fc8574b18c5a462b95d7e4a37390a98a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 13 May 2024 13:16:07 -0600 Subject: [PATCH] Update tar format to tar-pax Refs https://github.com/open-mpi/ompi/issues/12540 Signed-off-by: Ralph Castain --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bc14a8dab2..3cf9c51039 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # Copyright (c) 2016-2017 IBM Corporation. All rights reserved. # Copyright (c) 2018-2022 Amazon.com, Inc. or its affiliates. # All Rights reserved. -# Copyright (c) 2021-2023 Nanook Consulting. All rights reserved. +# Copyright (c) 2021-2024 Nanook Consulting All rights reserved. # Copyright (c) 2021 FUJITSU LIMITED. All rights reserved. # Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved. # $COPYRIGHT$ @@ -135,7 +135,7 @@ PRTE_VAR_SCOPE_POP # Init automake # -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.12.2]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax]) # SILENT_RULES is new in AM 1.11, but we require 1.11 or higher via # autogen. Limited testing shows that calling SILENT_RULES directly