summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Hruby <michal.mhr@gmail.com>2011-11-03 10:52:14 -0400
committerMichal Hruby <michal.mhr@gmail.com>2011-11-03 10:52:14 -0400
commit1c142ff2fe330e7888d6bef49d965b65686b815d (patch)
tree8e25be19010fd03d66770b8d2217d234f4ca2483
parentaeeb5d689eeea8ca765cd75fdfcec500d0498209 (diff)
Don't create both gzip and bz2v0.8.99_alpha10.8.99-alpha1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9fcd4c83..017ee408 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([zeitgeist], [0.8.99~alpha1], [dev@lists.zeitgeist-project.com], [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