summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 10:31:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-07 10:31:31 -0700
commit8d6e75133738d0311d7737faab841b44cbb86e6b (patch)
tree66b84ca7b005b2720d27caa11d6d715fa890c167
parent9cfeba9db7f3ac4e0b351969c9ff5ab8f58ec7ef (diff)
downloadxorg-lib-libXaw-8d6e75133738d0311d7737faab841b44cbb86e6b.tar.gz
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 91b2de0..b966aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL