build-sys: switch to tar xz

This commit is contained in:
Kay Sievers 2012-01-02 13:55:58 +01:00
parent 300891fa8e
commit f7762bf336
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects dist-bzip2])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])
AC_SUBST(PACKAGE_URL, [http://www.freedesktop.org/wiki/Software/systemd])