summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-10-21 12:02:43 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-10-21 12:02:43 +0200
commit4a87ab19063da014665c6282473138ed109ac47d (patch)
tree01a7acf76872e73ecbfe95e76f59f9cd41458e85
parent4e6d4e19040bc9cb9ab744fae10d075d127ffbf2 (diff)
downloadglibmm-4a87ab19063da014665c6282473138ed109ac47d.tar.gz
Create only .tar.xz tarballs.
* configure.ac: This is what ftp.gnome.org wants, so this avoids it doing any repackaging.
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55e90e21..5071ddd6 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 23e9b1fb..38c88b16 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>])