diff options
author | Colin Guthrie <colin@mageia.org> | 2011-09-27 08:55:11 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-09-27 08:55:17 +0100 |
commit | 002726436ba778303728eb50f07087ba95661b2e (patch) | |
tree | e884152ed58b1e20fca4b6a416dcec33cc790737 | |
parent | 0cebb630da7af4a3fff79b44261115e6af08e21c (diff) |
build-sys: Switch to the tar-ustar format (as per a lot of GNOME stuff for 3.2) and distribute .xz files.
We will drop .gz support after 1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e39d0fee..074bafea 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[mzchyfrnh AC_CONFIG_SRCDIR([src/daemon/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) +AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules dist-xz tar-ustar]) m4_define(pa_major, `echo $VERSION | cut -d. -f1 | cut -d- -f1`) m4_define(pa_minor, `echo $VERSION | cut -d. -f2 | cut -d- -f1`) |