summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2011-06-13 17:53:35 +0200
committerTomas Bzatek <tbzatek@redhat.com>2011-06-13 17:53:35 +0200
commitb97b908f1f9bd86379b7de7121c646d294772497 (patch)
treed93289408bcb4d2dc42684af56ab6e2498be6d32
parent5625594de22d2950f5fdeef544a4d710ae603650 (diff)
downloadgvfs-b97b908f1f9bd86379b7de7121c646d294772497.tar.gz
Change default tarball compression format to xz
https://live.gnome.org/GnomeGoals/ModernAutotools
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c59bb3e5..a8aac37e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
-AC_INIT(client/gdaemonvfs.h)
+AC_PREREQ([2.68])
-AM_INIT_AUTOMAKE(gvfs, 1.9.1)
+AC_INIT([gvfs],[1.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-pax])
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK