From 9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 20 Jun 2022 18:07:56 +0200 Subject: build: Switch to using tar.xz packaging --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83dbd7e..79e1828 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ AC_PREREQ([2.69]) AC_INIT([sbc], [1.5]) -AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) +AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules + tar-pax no-dist-gzip dist-xz]) AC_CONFIG_HEADERS(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.1