[gobject-introspection] configure: Change to bzip2 dist



commit 9ecc0c0655098d54fea33a5a0772ea89f2f855a9
Author: Colin Walters <walters verbum org>
Date:   Thu Sep 30 14:41:46 2010 -0400

    configure: Change to bzip2 dist
    
    We want to use bzip2 since that's what Fedora uses.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bf7db0a..e5972db 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])],)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]