[mutter] Switch to dist-bzip2



commit 0060c8ddb9ebe8f6c984a18ef11578d597cc9935
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Thu Jul 16 18:02:30 2009 -0400

    Switch to dist-bzip2
    
    When generating a tarball from 'make dist', make a .bz2 tarball
    instead of a .gz tarball. Makes the upload to master.gnome.org
    marginally faster.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 54d1251..a1173d5 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ AC_INIT([mutter], [mutter_version],
 AC_CONFIG_SRCDIR(src/core/display.c)
 AC_CONFIG_HEADERS(config.h)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
 AM_MAINTAINER_MODE
 
 MUTTER_MAJOR_VERSION=mutter_major_version



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]