diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:15:55 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:15:55 -0800 |
commit | 891fa47acf5af680ad44239639c5d81d479f204e (patch) | |
tree | fbbc505e1ca7325e944b2e046fff5ec9536fe84e | |
parent | 6a48b385c41ea89354d0b2ee7f4649a1d1d9ec70 (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 48d0353..a34e7c3 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], |