summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 13:34:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 13:35:44 -0800
commitcdd503430bc5456724b3102a376bd26ede48862f (patch)
tree32ade84807188e5ec237a4b7c5e75833d30a1b69
parent3ee7cbca8f9144a3bb5be7f71ce70558f548d268 (diff)
downloadxorg-driver-xf86-video-nouveau-cdd503430bc5456724b3102a376bd26ede48862f.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 e623d51..c167221 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])