build: Only generate bzip2 tarballs
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 3 Oct 2010 15:13:02 +0000 (16:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 3 Oct 2010 15:13:02 +0000 (16:13 +0100)
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

index 296704a..4eed038 100644 (file)
@@ -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])