diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-08 16:24:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-08 16:24:58 -0800 |
commit | 7fe15a5568f2cdd32b7905cc12e27f4a2e1855a3 (patch) | |
tree | fe8b2eaa416b32be385d007f7c5e9474b3ab42b1 | |
parent | 9af34f38f758a03e4fec8466be533f060b6e1643 (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 4cbf1a2..59a504e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ([2.57]) AC_INIT([font-winitzki-cyrillic], [1.0.3], [https://gitlab.freedesktop.org/xorg/font/winitzki-cyrillic/issues], [font-winitzki-cyrillic]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require xorg-macros: XORG_DEFAULT_OPTIONS |