summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:59:24 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:59:24 -0800
commit98944deaf3716bcd18387a2e9b398f54d92aec48 (patch)
tree8f6719c8ffe15552427677164def7f5e3a606fbb
parentb21be605d7e12c975b317e23f3bbb109fc02f52d (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 985bfec..6c21e6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-bitstream-100dpi], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/bitstream-100dpi/issues],
[font-bitstream-100dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],