summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-12-20 09:45:37 +0100
committerVincent Untz <vuntz@gnome.org>2012-03-05 10:07:41 +0100
commit447687b7b4032509d2200566fc863b115de377eb (patch)
treeede69feb0b7a892ce07a718fedf719a7b14804fe
parentd4cdda0eafc3b6573892a02b6fc6385b43c2610b (diff)
downloadlibwnck-447687b7b4032509d2200566fc863b115de377eb.tar.gz
build: Create xz tarballs and use tar-ustar
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b7b21d..9ab644d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_INIT([libwnck], [wnck_version],
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])