summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2011-12-20 09:46:23 +0100
committerVincent Untz <vuntz@novell.com>2011-12-20 09:46:23 +0100
commit418f2d868267cd34c909eeceb1674f1a5a7aebe3 (patch)
tree604a613a5ae75e76389d391c8f3dedcc5920c401
parent0d780a121a13396b6109292ac1ef2a05c7418384 (diff)
build: Create xz tarballs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 299e16e..bf21e32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([cups-pk-helper], [0.2.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=cups-pk-helper])
AC_CONFIG_SRCDIR(src/cups-pk-helper-mechanism.c)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)