stefan pushed a commit to branch master. http://git.enlightenment.org/core/evas_generic_loaders.git/commit/?id=0f0ce6d10d5540a6c5abfa4d823503a1f83c7990
commit 0f0ce6d10d5540a6c5abfa4d823503a1f83c7990 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Mon May 26 10:15:31 2014 +0200 autotools: Add xz as additional tarball format If this turns out well we will remove bz2 in 1.12 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fda83d..4b92b93 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -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])]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## --