summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2010-10-12 13:06:32 -0400
committerRay Strode <rstrode@redhat.com>2010-10-12 13:06:32 -0400
commit05a04e94616da13e079da47e92ac0b4f064b990b (patch)
treef87b63ea3953f002d7949a37fdc3a286ad3b8a1f /configure.ac
parent413a3bc6e6ac966a7c757ba09dca5345d39cee60 (diff)
configure: don't bother disting a tar.gz
The build goo lets us dist a tar.bz2, tar.gz, or both (among other options). There's no point in doing both, really, so just do tar.bz2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24afcfa..2778c27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([AccountsService],[0.6.2])
-AM_INIT_AUTOMAKE(dist-bzip2 foreign)
+AM_INIT_AUTOMAKE(dist-bzip2 no-dist-gzip foreign)
GETTEXT_PACKAGE=accounts-service
AC_SUBST(GETTEXT_PACKAGE)