Makefile.am: disable dist-bzip2

bzip2-compressed tarballs are obsolete, xz is better and widely
understood.
This commit is contained in:
Max Kellermann
2013-11-08 12:29:56 +01:00
parent e314844a4d
commit 993eca9327
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
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 += -I$(srcdir)/src $(GLIB_CFLAGS)