diff options
author | Matt Turner <[email protected]> | 2014-12-07 15:29:19 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | 2a5b01217127db5ff432d35fa7f31cff881a0235 (patch) | |
tree | 35ce4172902a2ee4005c531ce46693b1a8844391 /configure.ac | |
parent | dd439e494e4191ec29c8ac1dfff7f9dd979f4581 (diff) |
configure.ac: Ship .xz compressed tarballs, in addition to .gz.
11 MiB -> 6.5 MiB.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |