Skip to content

Commit e32e017

Browse files
committed
Update tar format to tar-pax
Refs #12540 Signed-off-by: Ralph Castain <[email protected]>
1 parent 930d4bc commit e32e017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Copyright (c) 2016-2022 IBM Corporation. All rights reserved.
2424
# Copyright (c) 2016-2018 Research Organization for Information Science
2525
# and Technology (RIST). All rights reserved.
26-
# Copyright (c) 2021-2023 Nanook Consulting. All rights reserved.
26+
# Copyright (c) 2021-2024 Nanook Consulting All rights reserved.
2727
# Copyright (c) 2021 Amazon.com, Inc. or its affiliates.
2828
# All Rights reserved.
2929
# $COPYRIGHT$
@@ -98,7 +98,7 @@ pmix_show_title "Configuring PMIx"
9898
AC_CANONICAL_TARGET
9999

100100
# Init automake
101-
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4])
101+
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax])
102102

103103
# SILENT_RULES is new in AM 1.11, but we require 1.13.4 or higher via
104104
# autogen. Limited testing shows that calling SILENT_RULES directly

0 commit comments

Comments
 (0)