summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:14:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:31:49 -0700
commitf83ea5e953c6904578a458e2c2bc2e1d5ae3cb47 (patch)
tree2ad1862e7d42ff3bcf35c88b951f62147a589c9c
parenta6aee4c9a41a95a0509f654beca27009671731b3 (diff)
downloadxorg-lib-libXfont-f83ea5e953c6904578a458e2c2bc2e1d5ae3cb47.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 7bb1f0a..0361d69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like