[eog] Have automake generate XZ-compressed tarballs on dist



commit 38e946d13571a7bd200b4aadde3715f24f692c54
Author: Felix Riemann <friemann gnome org>
Date:   Thu Oct 20 11:55:27 2011 +0200

    Have automake generate XZ-compressed tarballs on dist
    
    The GNOME FTPs will make it the only compression format for TARs soon.
    This raises the minimum automake version to 1.11.

 autogen.sh   |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index d66dd02..f064623 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,7 +23,7 @@ gtkdocize || {
 }
 
 REQUIRED_AUTOCONF_VERSION=2.59
-REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_AUTOMAKE_VERSION=1.11
 REQUIRED_INTLTOOL_VERSION=0.40.0
 REQUIRED_PKG_CONFIG_VERSION=0.16.0
 REQUIRED_GTK_DOC_VERSION=1.9
diff --git a/configure.ac b/configure.ac
index 1901391..8d38061 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ m4_define(eog_micro_version,  0)
 m4_define(eog_version, eog_major_version.eog_minor_version.eog_micro_version)
 
 AC_INIT([eog], eog_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=eog], [eog])
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 
 # Support silencing the build output if supported (automake-1.11+)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]