summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 13:07:26 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 13:07:26 -0800
commit040f3b48aedb78eacb02bc5cd7d01d335e1c6943 (patch)
tree9fc28233990ea3b795aa7e3d876fa58cb0a5fc2a
parentd5bbd986b457f2fa217b2d2511104a1752c73240 (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 239f7fc..f94587c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# XORG_DEFAULT_OPTIONS below forces C99. Solaris GCC doesn't like that.
AC_PROG_CC