summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:03:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:03:29 -0800
commit81379e88cd0aff1b8fe89ad420e6beb2b96e83f5 (patch)
tree6f61d5b6c37631a5668a555efdd82e4842f1bbce
parent970cb8ddb365c995e8409c23d3f4f50d005ca1f1 (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 6231115..6895e22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-daewoo-misc], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/daewoo-misc/issues],
[font-daewoo-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],