diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-08 16:11:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-08 16:11:43 -0800 |
commit | afa9e7e19b2a6f0f64b87f73225fb0595db82099 (patch) | |
tree | 14de66d85a518f7bdb628ea32e873d1eea35fc94 | |
parent | 445df14c7d091512f572bcbb812411212893d38f (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4e6f308..75eeba3 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.57]) AC_INIT([font-ibm-type1], [1.0.3], [https://gitlab.freedesktop.org/xorg/font/ibm-type1/issues], [font-ibm-type1]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require xorg-macros: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |