[glibmm] Create only .tar.xz tarballs.



commit 4a87ab19063da014665c6282473138ed109ac47d
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Oct 21 12:02:43 2012 +0200

    Create only .tar.xz tarballs.
    
            * configure.ac: This is what ftp.gnome.org wants, so this avoids
    it doing any repackaging.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 55e90e2..5071ddd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-21  Murray Cumming  <murrayc murrayc com>
+
+        Create only .tar.xz tarballs.
+
+        * configure.ac: This is what ftp.gnome.org wants, so this avoids
+	it doing any repackaging.
+
 2.33.14:
 
 2012-10-12  Kjell Ahlstedt  <kjell ahlstedt bredband net>
diff --git a/configure.ac b/configure.ac
index 23e9b1f..38c88b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h glib/glibmmconfig.h gio/giommconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-ustar])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability no-dist-gzip dist-xz tar-ustar no-define nostdinc])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])



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