[tomboy] Use xz compression for dist tarballs
- From: Aaron Borden <adborden src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tomboy] Use xz compression for dist tarballs
- Date: Sun, 21 Jul 2013 23:19:47 +0000 (UTC)
commit 266d9cfc2a7fb961e6580016602d71b35a368100
Author: Aaron Borden <adborden live com>
Date: Sun Jul 21 15:50:02 2013 -0700
Use xz compression for dist tarballs
.gitignore | 1 +
configure.in | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3373ae..2c95ad3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@ Makefile.in
/stamp-h1
/tomboy.spec
/*.tar.gz
+/*.tar.xz
/bin
/obj
/*.suo
diff --git a/configure.in b/configure.in
index e80c238..48acab2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(tomboy, 1.15.3)
AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
-AM_INIT_AUTOMAKE([foreign tar-ustar])
+AM_INIT_AUTOMAKE([dist-xz foreign no-dist-gzip tar-ustar])
AM_MAINTAINER_MODE
GNOME_COMMON_INIT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]