summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:15:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:15:44 -0800
commit1f851554d100c95cde5e8cdb2a20999d8676a6ad (patch)
treed9bf1e0b54acde4ec810c9a074a282101a332917
parentbfe4bbb8ef53c957b0d8a33cbda38e15f6799f9a (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 a0faf11..c7bde9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-misc-ethiopic], [1.0.4],
[https://gitlab.freedesktop.org/xorg/font/misc-ethiopic/issues],
[font-misc-ethiopic])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],