From: Max Kellermann Date: Mon, 9 Jun 2014 09:23:52 +0000 (+0200) Subject: Makefile.am: disable dist-bzip2 X-Git-Tag: v0.22~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=f8b97dde278b3f8bb5c996852bfa22e27d40f7ef;p=ncmpc.git Makefile.am: disable dist-bzip2 bzip2-compressed tarballs are obsolete, xz is better and widely understood. --- 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])