summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-08 10:14:39 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-05-08 10:14:39 -0700
commit91b7c7d02ddb2ddce39648270f5cb91fac7d978e (patch)
tree51d42fa361bea47908438b631e9a93b48eaf4f8c
parent2baea13978759d1a011fc6d739465893b554d30a (diff)
downloadxorg-lib-libfontenc-91b7c7d02ddb2ddce39648270f5cb91fac7d978e.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 cadc653..e508ee4 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])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL