[banshee] build: Have "make dist" only create a .tar.bz2



commit bd30a06c25e12d452b81c3d0f31885dbca8deae6
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Sep 11 18:13:55 2011 +0200

    build: Have "make dist" only create a .tar.bz2
    
    We don't offer .tar.gz tarballs on ftp.gnome.org anymore, and the .zip
    was not uploaded anyway.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 95c7292..768924d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ m4_define([banshee_asm_version], [banshee_api_version.0.0])
 AC_PREREQ(2.52)
 AC_INIT([banshee], banshee_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=banshee])
 
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar dist-zip foreign])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar foreign])
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([build/m4])



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