[Xfce4-commits] <xfce4-taskmanager:master> Only generate bzip2 tarballs

Mike Massonnet noreply at xfce.org
Sun Sep 12 21:48:01 CEST 2010


Updating branch refs/heads/master
         to a1684455f3fc4e5d759b07157712f4a3cbadb703 (commit)
       from bc9ed9746b1829094735c2975160d6de275f82f1 (commit)

commit a1684455f3fc4e5d759b07157712f4a3cbadb703
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Fri Sep 10 20:53:54 2010 +0200

    Only generate bzip2 tarballs

 configure.ac.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index ea55a8f..0a435eb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -28,7 +28,7 @@ AC_REVISION([taskmanager_version_build])
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2])
+AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])



More information about the Xfce4-commits mailing list