summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-02 14:44:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-02 14:44:13 -0700
commit9ad16d4da14905abfac50e41105dd1ceba877b07 (patch)
tree39c59e106f7924aac5af5d1db636eada12ad281a
parent21aa2bf6edda711cc4a883e89fd4d3c337c76d6b (diff)
downloadlibpciaccess-9ad16d4da14905abfac50e41105dd1ceba877b07.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bfc75ae..f2b69cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([.])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AC_USE_SYSTEM_EXTENSIONS
# Initialize libtool