Make .xz compressed dist targets too
authorMukund Sivaraman <muks@banu.com>
Sun, 11 Sep 2011 06:22:21 +0000 (11:52 +0530)
committerMukund Sivaraman <muks@banu.com>
Sun, 11 Sep 2011 06:22:21 +0000 (11:52 +0530)
configure.ac

index 76b7cc61cc810ebaa03c22dd5651e5efb7e6d069..95aec0bc4ec6a169d4dbc81bb01d9dc583f49401 100644 (file)
@@ -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])