From 3933daf793b481580ef12b0d7eaa86e96e503115 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 11 Sep 2011 11:53:46 +0530 Subject: [PATCH] Make .xz compressed dist targets too --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c2f053..97578cc 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_INIT([Tinyproxy], [tinyproxy_version], [tinyproxy]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 dist-xz]) AM_CONFIG_HEADER(config.h) AC_CONFIG_MACRO_DIR([m4macros])