← Back to team overview

zeitgeist team mailing list archive

[Branch ~zeitgeist/zeitgeist/bluebird] Rev 338: Don't create both gzip and bz2

 

------------------------------------------------------------
revno: 338
tags: 0.8.99~alpha1
committer: Michal Hruby <michal.mhr@xxxxxxxxx>
branch nick: bb-fts
timestamp: Thu 2011-11-03 10:52:14 -0400
message:
  Don't create both gzip and bz2
modified:
  configure.ac


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'configure.ac'
--- configure.ac	2011-11-01 19:38:11 +0000
+++ configure.ac	2011-11-03 14:52:14 +0000
@@ -1,7 +1,7 @@
 AC_INIT([zeitgeist], [0.8.99~alpha1], [dev@xxxxxxxxxxxxxxxxxxxxxxxxxxx], [zeitgeist])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
 AM_MAINTAINER_MODE([enable])
 
 AM_PATH_PYTHON