build-sys: use dist-xz

Even as conservative project as coreutils has switched to xz distributions so
neither should we have any reason to use gz and waste space & bandwidth.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-01-08 22:09:50 +01:00
parent 6c21a3613b
commit cac93d35d0
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -30,7 +30,7 @@ mkinstalldirs
pgrep
pkill
pmap
procps-ng-*.tar.gz
procps-ng-*.tar.xz
proc/.depend
proc/libprocps.la
proc/libprocps.pc

View File

@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_INIT([procps-ng],
m4_esyscmd([tools/git-version-gen .tarball-version]),
[procps@freelists.org],,[http://gitorious.org/procps])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability tar-pax no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([free.c])
AC_CONFIG_HEADERS([config.h])

1
lib/.gitignore vendored
View File

@ -1 +1,2 @@
.dirstamp
test_strutils