summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2010-01-11 04:17:26 +0530
committerMukund Sivaraman <muks@banu.com>2010-01-11 04:17:26 +0530
commitd6a247cc04dd68b11b58e906366e23c0214d8bb3 (patch)
tree6cb702efc1f127281389fe1bcff2f47f11fdceaa
parentbcca20a3e61f8c05314d2b06397197db41f43737 (diff)
downloadtinyproxy-d6a247cc04dd68b11b58e906366e23c0214d8bb3.tar.gz
tinyproxy-d6a247cc04dd68b11b58e906366e23c0214d8bb3.zip
Make bzip2 compressed dist tarballs
We publish bzip2 compressed tarballs starting with the 1.8.x releases.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index efc52d8..90fdb15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([Tinyproxy], [tinyproxy_version],
[tinyproxy])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([dist-bzip2])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4macros])