summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2014-05-26 10:09:44 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2014-05-26 10:09:44 +0200
commit40d206243bf516903d3ab86759362facc2cf8083 (patch)
tree820074818841ec2325d84989de946330220d7072
parent3018fd0aac5a03d9039649613f35b8f2955cef4e (diff)
downloademotion_generic_players-40d206243bf516903d3ab86759362facc2cf8083.tar.gz
autotools: Add xz as additional tarball format
If this turns out well we will remove bz2 in 1.12
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 63079da..bc76e47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([1.6 dist-bzip2])
+AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_LANG([C])