summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-30 14:41:46 -0400
committerColin Walters <walters@verbum.org>2010-09-30 14:41:46 -0400
commit9ecc0c0655098d54fea33a5a0772ea89f2f855a9 (patch)
treefed1ce7cba49f16cb2d5d474f8ade6b47a374d51
parentbe7fdc55112b4368302b498f3a2535aec339ad84 (diff)
downloadgobject-introspection-9ecc0c0655098d54fea33a5a0772ea89f2f855a9.tar.gz
configure: Change to bzip2 distGOBJECT_INTROSPECTION_0_9_10
We want to use bzip2 since that's what Fedora uses.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf7db0a7..e5972dbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
AC_PREREQ(2.59)
AC_INIT(gobject-introspection, gi_version,
[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection])
-AM_INIT_AUTOMAKE([1.7 -Wno-portability])
+AM_INIT_AUTOMAKE([1.7 dist-bzip2 no-dist-gzip foreign -Wno-portability])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)