summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-09-13 16:15:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-04-14 15:04:06 +0100
commitaa90a8f84f7dff67d57a8c0863331bf04e3b546e (patch)
treeb6861eafe2d1855815de3a28e391d839debabccb /configure.ac
parent3616a5f992e6d12fc7f005b7b67ab2101d248470 (diff)
configure.ac: generate xz tarballs by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 824bc793..72f6b134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_SRCDIR(src/cairo.h)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_INIT_AUTOMAKE([1.11 -Wall no-define no-dist-gzip dist-xz])
+AM_SILENT_RULES([yes])
# Initialize libtool
LT_PREREQ([2.2])