summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:23:04 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:23:04 -0700
commitfa16fbda9c90f932a74cd80c90eee88432d987d7 (patch)
treefbc7ec64523ff184404831109f3e504a95b434f9 /configure.ac
parent83e5427f9cd5d32602bcf647547e0030ea361f00 (diff)
downloadxorg-lib-libXpm-fa16fbda9c90f932a74cd80c90eee88432d987d7.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 365544b..a6c9524 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL