From: Matt Turner Date: Sun, 7 Dec 2014 23:29:19 +0000 (-0800) Subject: configure.ac: Ship .xz compressed tarballs, in addition to .gz. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a5b01217127db5ff432d35fa7f31cff881a0235;p=mesa.git configure.ac: Ship .xz compressed tarballs, in addition to .gz. 11 MiB -> 6.5 MiB. --- diff --git a/configure.ac b/configure.ac index a0fe7c63836..e9319b7b896 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_INIT([Mesa], [MESA_VERSION], AC_CONFIG_AUX_DIR([bin]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE([foreign tar-ustar]) +AM_INIT_AUTOMAKE([foreign tar-ustar dist-xz]) # Support silent build rules, requires at least automake-1.11. Disable # by either passing --disable-silent-rules to configure or passing V=1