stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=2112ed2e7b86603732abafdf6b8ccbf6d026a404
commit 2112ed2e7b86603732abafdf6b8ccbf6d026a404 Author: Stefan Schmidt <[email protected]> Date: Tue May 27 11:13:32 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 424671a..8a125f6 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AH_BOTTOM([ AC_USE_SYSTEM_EXTENSIONS -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])]) # pkg-config --
