summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Grytsenko <andrej@rep.kiev.ua>2013-11-16 14:23:59 +0200
committerAndriy Grytsenko <andrej@rep.kiev.ua>2013-11-16 14:23:59 +0200
commit3ff12d07ecc84288391263e87b154905f80b70ee (patch)
tree0fca803a056d3f11f374e6b6fd8136c8e18bda71
parent6e866567994c7222509d8f671f1ded56f794b145 (diff)
Distribute tarballs in XZ format instead of GZIP by default.
Automake has required options for that. Users still can create tarball in any supported format they want.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5d075c..6a75001 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.54])
AC_INIT([lxappearance-obconf], [0.2.1], [http://lxde.org])
-AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign])
+AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])