diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 15:19:50 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-17 15:19:50 -0800 |
commit | 0b9cdc95944ba99c9ccd839b68e402915a68be60 (patch) | |
tree | 0200b1ef872ecee3c5f74ce9d3f30811fb8944a1 | |
parent | 72e3f2e3e88655066d9687e309ca95c5b7d5e0ce (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 22ffd87..ae4d5d6 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) # 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], |