summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@sleepfive.com>2012-08-28 12:31:42 +0100
committeriain <iain@sleepfive.com>2012-08-28 12:31:42 +0100
commitbe8c9c382d2d1d37b51d29b0843045121ec90213 (patch)
treea78c90d5eae54abfd525c8d193970a2117712ef0
parent4f809ec661f76388a61a8b738eeb40a50fb155f4 (diff)
Configure automake to generate .gz and .bz2 archivesHEADmaster
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6db6ee9..24a346f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59)
AC_INIT(gypsy, 0.9, http://gypsy.freedesktop.org)
AC_CONFIG_SRCDIR(src/main.c)
-AM_INIT_AUTOMAKE([1.9 foreign])
+AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])