summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2011-05-23 15:01:05 -0400
committerRay Strode <rstrode@redhat.com>2011-05-23 15:01:05 -0400
commit232410d73756b89b1777769ae16fd60617af9d30 (patch)
tree284d5d7ebc5540001c534632704b700f92847359
parent639d89c164eda6e8c057ea0afef75b329be61f12 (diff)
downloadgdm-232410d73756b89b1777769ae16fd60617af9d30.tar.gz
configure: switch to xz instead of bz2
This will save master.gnome.org work when posting new releases.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03eb6446..3234ed87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([gdm],
AC_CONFIG_SRCDIR([daemon/gdm-manager.c])
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz -Wall])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE