]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Request tar-ustar format for distribution
authorGuillem Jover <guillem@hadrons.org>
Fri, 8 May 2026 03:41:14 +0000 (05:41 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sat, 16 May 2026 15:49:08 +0000 (17:49 +0200)
Even though this is the default starting with automake 1.18, we should
be explicit to get uniform behavior.

configure.ac

index 2a15d720f9db61d408d7f8fdc844dbe538106e06..9bd55e4b2d76b3d5f974ef8cb8c11348906e2bed 100644 (file)
@@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE(
   [foreign]
   [nostdinc]
   [subdir-objects]
-  [no-dist-gzip dist-xz]
+  [tar-ustar no-dist-gzip dist-xz]
 )
 AM_SILENT_RULES([yes])