Build xz tarballs instead of bzip2

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2022-06-18 10:19:06 -07:00
parent 5d660ebe87
commit a40b2df701

View file

@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_MAINTAINER_MODE
AC_TYPE_SSIZE_T