diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:59:12 -0700 |
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:59:12 -0700 |
| commit | eecc14f810ec2b0324b7b9f549aeb2c4663ecd52 (patch) | |
| tree | 25571acc7d0a10d6310bcd32a72cefa3a8553361 | |
| parent | aa9fd5061d0a8832480ad0c1acc9d2e864e807f4 (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 17448cb..42ad1aa 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]) # Initialize libtool AC_PROG_LIBTOOL |
