From d6a247cc04dd68b11b58e906366e23c0214d8bb3 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 11 Jan 2010 04:17:26 +0530 Subject: Make bzip2 compressed dist tarballs We publish bzip2 compressed tarballs starting with the 1.8.x releases. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3