From 7541b0cd0f2cb53f173e1b6ef02229fd6f64e224 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Sun, 3 Jun 2012 11:17:19 +0800 Subject: make dist uses xz compression --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f8b326ea..9ab21981 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([aptitude], [0.6.8], [aptitude-devel@lists.alioth.debian.org]) AC_CONFIG_SRCDIR([src/main.cc]) -AM_INIT_AUTOMAKE([-Wno-portability]) +AM_INIT_AUTOMAKE([dist-xz no-dist-gzip -Wno-portability]) AM_CONFIG_HEADER(config.h) dnl Use C++ -- cgit v1.2.3