summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:45:32 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:45:32 -0700
commite9c0a18daccef4b86116310f7a02a44fdf73854e (patch)
treebf90a2b5599a4262261c88d5433ed736519ab44e
parent3201c8d0dc1a9fc839280ce6c7bc4d604a75d022 (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0eb2877..cc1be5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
AC_PREREQ(2.61)
AC_INIT([libxcwm], [0.1])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)