projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd439e4
)
configure.ac: Ship .xz compressed tarballs, in addition to .gz.
author
Matt Turner
<mattst88@gmail.com>
Sun, 7 Dec 2014 23:29:19 +0000
(15:29 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Dec 2014 20:11:46 +0000
(12:11 -0800)
11 MiB -> 6.5 MiB.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a0fe7c63836ea11a8b5ea8cb31150f9002065b86..e9319b7b8964e4db6edcf0600d2e25db3d00bbb8 100644
(file)
--- 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