summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-06-20 18:07:56 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-06-20 18:07:56 +0200
commit9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6 (patch)
tree0d3bcdd534c05dc8f27ec15d6c49285486cd45ac
parentb12ae44620303fcc234151cb84ee0eb474a3b2b3 (diff)
downloadsbc-9f2e1916b6f28db3a263697f2dabb3c1a0f04ad6.tar.gz
build: Switch to using tar.xz packaging
-rw-r--r--configure.ac3
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])])