diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 14:08:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-07 14:08:53 -0800 |
commit | 41db99ec80f43648b2e8fe61277c2200662b0f19 (patch) | |
tree | 3e5dce8340674d8b881bb4a6120ceab2b321d312 | |
parent | 7ed4a7b3da1d22be9b2f37ec9dfab72577815683 (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 b6b470d..08c7da8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require xorg-macros: XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |