From 993eca9327b2f9985627f6f4e459f2d78b7799b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 8 Nov 2013 12:29:56 +0100 Subject: Makefile.am: disable dist-bzip2 bzip2-compressed tarballs are obsolete, xz is better and widely understood. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c48f38f3d..ff00b8f8a 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ VERSION_REVISION=0 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) -AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 dist-xz subdir-objects]) +AM_INIT_AUTOMAKE([foreign 1.11 dist-xz subdir-objects]) AM_SILENT_RULES AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3