diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:38:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:38:01 -0700 |
commit | 8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (patch) | |
tree | e9776df552d306d86af46614c2e4d7d094d6388b | |
parent | d5d8285dd676a9940ee351daada4179a01f151fd (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 143d388..a1a2070 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,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 |