diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:34:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:34:52 -0700 |
commit | ed12a34ed79d3751fc35194d93b7ad370a1a8b8a (patch) | |
tree | ee9432e0f9e1171d2364c34b2b8a806fdd335054 | |
parent | f24d7f43ab4d97203e60677a3d42e11dbc80c8b4 (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 36080b8..e3c7811 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([src/config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL |