From e0293956cb8e2bb22f01cd6340b659d6a1120cdd Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 11 Nov 2014 10:22:39 +0100 Subject: build: Remove bzip2 tarballs from distcheck When adding xz as third compression format in May 2014 I mentioned that I'm going to remove bzip2 in favor of xz in 1.12. I heard no complains but I left it in for 1.12. With 1.13 starting its time to remove it. From now on it will be only gz and xz compressed tarballs. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e2786e9..f3980a4 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz]) +AM_INIT_AUTOMAKE([1.6 dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -- cgit v1.2.1