summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-02-16 01:14:48 +0100
committerVincent Untz <vuntz@gnome.org>2010-03-10 03:29:50 +0100
commit7240dff57b6e4fd4e1a03167bab402e69356e3c7 (patch)
tree9d9880abcf3e7aff7d91ea1de83830a6f9532ec6
parentabaf456abfecd26c18e4241edb40c177161487c1 (diff)
Generate bzip2 tarballs
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e700809..40ddf9c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT([desktop-file-utils], [0.16],
[https://bugs.freedesktop.org/enter_bug.cgi?product=desktop-file-utils])
AC_CONFIG_SRCDIR(src/validate.h)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER(config.h)