diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 14:37:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 15:46:24 -0800 |
commit | 71a8997cad602ef0adc9fed110e8a04d2a8fc8dc (patch) | |
tree | 856cb82771878c145358293f88633bc4192ab5d2 | |
parent | 366a03498d51958757cf03aa1ebbdf06db4eb2de (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 b0a22b7..f67ee66 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.19 or later for TRADITIONALCPPFLAGS m4_ifndef([XORG_MACROS_VERSION], |