summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 11:49:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 11:49:58 -0800
commitd438a22241ed5936e8be852b7c3702b6a76060b7 (patch)
tree7c96a3dab87fe4c3bcd1beb77bf9ae6606ad2d96
parentb0a8294947407c2a34c9e136802d41103a073c80 (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2613e80..02ad959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
# Initialize libtool