diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 13:58:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-30 13:58:58 -0700 |
commit | 08df47e4786d112a639915331702b4a27def6a56 (patch) | |
tree | 6356acf820b2b00fd532eb5d5a71e63ac804a668 | |
parent | b9411f79f59b63d7d363234d795fa5c77cc738c9 (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 2f4ca21..1d22b52 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL |