diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2022-06-20 18:07:56 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2022-06-20 18:07:56 +0200 |
commit | 9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6 (patch) | |
tree | 0d3bcdd534c05dc8f27ec15d6c49285486cd45ac | |
parent | b12ae44620303fcc234151cb84ee0eb474a3b2b3 (diff) | |
download | sbc-9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6.tar.gz |
build: Switch to using tar.xz packaging
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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])]) |