summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2011-09-11 11:52:21 +0530
committerMukund Sivaraman <muks@banu.com>2011-09-11 11:52:21 +0530
commite5fd1fd55648ce2145ce11a7525be595b918134d (patch)
tree315c9ae4f60f7ae89174c2e268c626fd9cba3144
parent32563a4ed68b6dae29f37c024bca246db7d7e029 (diff)
downloadtinyproxy-e5fd1fd55648ce2145ce11a7525be595b918134d.tar.gz
tinyproxy-e5fd1fd55648ce2145ce11a7525be595b918134d.zip
Make .xz compressed dist targets too
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 76b7cc6..95aec0b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_INIT([Tinyproxy], [tinyproxy_version],
[tinyproxy])
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4macros])