summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31cfdb4)
raw | patch | inline | side by side (parent: 31cfdb4)
author | Max Kellermann <max@duempel.org> | |
Mon, 9 Jun 2014 09:23:52 +0000 (11:23 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 9 Jun 2014 09:24:09 +0000 (11:24 +0200) |
bzip2-compressed tarballs are obsolete, xz is better and widely
understood.
understood.
Makefile.am | patch | blob | history | |
configure.ac | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index aa984d36d33a959a1438972ffe20b797c7a36bfe..2507df318207d969a3b38e4f09cc040b189c6fae 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
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 9a6a736284f9a2bb263d70773c4dc70fbd80d7d4..f8ea92ce07188732484431eba8328c6f69e76ac4 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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])