diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 16:52:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 16:52:09 -0800 |
commit | e31421ee8884ca5ce7cf01cf0379b3f628f37946 (patch) | |
tree | ebb60cb3ff6586b2346f7dde7994de95435133a3 | |
parent | b538d84fbbab3d5f6eb2e5716743a103a70277e8 (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 3d9bd5f..6748974 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_INIT([xcursor-themes], [1.0.6], AC_CONFIG_SRCDIR([Makefile.am]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require xorg-macros: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], |