From e5fd1fd55648ce2145ce11a7525be595b918134d Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 11 Sep 2011 11:52:21 +0530 Subject: Make .xz compressed dist targets too --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3