diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:17:54 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:17:54 -0800 |
commit | 2428bbfab7eb0532c3fe3109e4215a705c526949 (patch) | |
tree | d22b9d24c0190b0e2eb867eea2b1e4875d9acd9b | |
parent | 9e8dce17c0c9aaa9ee193cc7280d7132163765ec (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 2ca0327..095bb13 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], |