summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-11-11 10:37:16 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2014-11-11 10:51:04 +0100
commit6c8e15219f2fdb270214a4b514a944bee0ac3ad0 (patch)
tree6cc3021e2082be54e875cf81e147fa07825c1fad /configure.ac
parenta168df690c4096b43dfd70c7130e52ae2ba8240c (diff)
downloadelementary-6c8e15219f2fdb270214a4b514a944bee0ac3ad0.tar.gz
build: Remove bzip2 tarballs from distcheck
When adding xz as third compression format in May 2014 I mentioned that I'm going to remove bzip2 in favor of xz in 1.12. I heard no complains but I left it in for 1.12. With 1.13 starting its time to remove it. From now on it will be only gz and xz compressed tarballs.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6da13feb9..07ff5ac68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AH_BOTTOM([
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz -Wall])
+AM_INIT_AUTOMAKE([1.11 dist-xz -Wall])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])