diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:17:19 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:17:19 +0800 |
commit | 7541b0cd0f2cb53f173e1b6ef02229fd6f64e224 (patch) | |
tree | 5bd402649941cfb51ab4f654e64435f7d4ac58e5 | |
parent | 00c45e920d714a01ab68496b0aca6046ada8eb8f (diff) | |
download | aptitude-7541b0cd0f2cb53f173e1b6ef02229fd6f64e224.tar.gz |
make dist uses xz compression
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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++ |