diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:59:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:59:20 -0700 |
commit | 691f0a8d1f6c4eebe0191c29b31598f63dba2f77 (patch) | |
tree | 01a79bf31e60b6dd013d420b36abf7f59a550068 | |
parent | fea0f32d268753bb0f322a26d73b31ec9aca80f4 (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 5a5ac2d..5e12c1f 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,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]) # Initialize libtool AC_PROG_LIBTOOL |