Skip to content

Commit 11e1d8e

Browse files
authored
Merge pull request #12543 from janjust/main
Change default tar format to tar-pax
2 parents 66f02e1 + 72a89ea commit 11e1d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ AS_IF([test "$host" != "$target"],
103103
#
104104
# Init automake
105105
#
106-
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-ustar])
106+
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects no-define 1.13.4 tar-pax])
107107

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

0 commit comments

Comments
 (0)