summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancesco Turco <fturco fastmail fm>2018-08-22 11:43:21 +0000
committerSimon McVittie <smcv@collabora.com>2018-08-29 17:57:43 +0100
commitb805744029e6c497b0b92051199a304636e82fcd (patch)
tree22db09e0bbe9e28ba06c4da102d832ccb1494d20 /configure.ac
parente93b421137493710cb6b81420d15928eb13014e3 (diff)
downloaddbus-b805744029e6c497b0b92051199a304636e82fcd.tar.gz
Distribute source code using .tar.xz archives
This saves around 32% of the size of the archive. [smcv: Rebased onto current master] Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107630
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e97443e2..8c96e74d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CANONICAL_HOST
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.13 tar-ustar -Wno-portability subdir-objects foreign])
+AM_INIT_AUTOMAKE([1.13 tar-ustar no-dist-gzip dist-xz -Wno-portability subdir-objects foreign])
GETTEXT_PACKAGE=dbus-1
AC_SUBST(GETTEXT_PACKAGE)