summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-03-29 22:05:46 +0100
committerThierry Reding <treding@nvidia.com>2014-02-19 13:35:08 +0100
commitc34a83e9627b355f5cbae90be2e90457be8267c0 (patch)
treebf2c40cd0fc134ee4e898473b50dee720be3be05
parent0d578f742bedceec715297d38538a8d32a55543a (diff)
Do not distribute gzipped tarballs
All the cool kids distribute only XZ compressed tarballs nowadays. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e448599..1b0118a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_CONFIG_AUX_DIR(.)
AC_SYS_LARGEFILE
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
AM_MAINTAINER_MODE
# Initialize libtool