From 2ed2b7eb83aeb813a8d3d734dd870bf739ef345a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 3 Oct 2010 16:13:02 +0100 Subject: [PATCH] build: Only generate bzip2 tarballs Don't generate both bz2 and gz tarballs: we only use the former anyway, and the latter just adds time for distcheck to complete. The gz tarball will be generated by the remote installation scripts when publishing the release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 296704a5d..4eed03812 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([build/autotools]) -AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define dist-bzip2 check-news]) +AM_INIT_AUTOMAKE([1.11 foreign -Wno-portability no-define no-dist-gzip dist-bzip2 check-news]) AM_SILENT_RULES([yes])