From f8b97dde278b3f8bb5c996852bfa22e27d40f7ef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Jun 2014 11:23:52 +0200 Subject: [PATCH] Makefile.am: disable dist-bzip2 bzip2-compressed tarballs are obsolete, xz is better and widely understood. --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index aa984d3..2507df3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = \ po ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign 1.11 dist-bzip2 dist-xz subdir-objects +AUTOMAKE_OPTIONS = foreign 1.11 dist-xz subdir-objects AM_CPPFLAGS = \ $(LIBMPDCLIENT_CFLAGS) \ diff --git a/configure.ac b/configure.ac index 9a6a736..f8ea92c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) -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]) -- 2.30.2