Hello, Now that we are encouraged to upload tarballs compressed with xz in lieu of gzip on ftp.gnome.org, I made the change in our build system.
Tested and applied to master. commit be6a0274cc4603d7b918e1dcef6bb597d99ca83a Author: Dodji Seketeli <[email protected]> Date: Sat Nov 19 18:54:08 2011 +0100 Bye bye gziped tarballs, welcome xz * configure.ac: Change AM_INIT_AUTOMAKE to avoid generate gzipped tarballs, and generate xz compressed tarballs instead. diff --git a/configure.ac b/configure.ac index 364f130..b53a722 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([1.11.1]) +AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz]) AM_MAINTAINER_MODE([enable]) dnl If we are running automake >= 1.11, we can have nicer -- Dodji _______________________________________________ nemiver-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nemiver-list
