diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-02 13:55:58 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-02 13:55:58 +0100 |
commit | f7762bf3369029ba88bd2f3c10514720a3cc3097 (patch) | |
tree | 22d4a7a01f0144f886ee913f111a144dbc07c0f5 | |
parent | 300891fa8ebae9faf1c873ab1c4a6b6c8d97d7ac (diff) |
build-sys: switch to tar xz
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 51278bd7f5..9f03f63309 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |