]> code.delx.au - pulseaudio/commitdiff
build-sys: Switch to the tar-ustar format (as per a lot of GNOME stuff for 3.2) and...
authorColin Guthrie <colin@mageia.org>
Tue, 27 Sep 2011 07:55:11 +0000 (08:55 +0100)
committerColin Guthrie <colin@mageia.org>
Tue, 27 Sep 2011 07:55:17 +0000 (08:55 +0100)
We will drop .gz support after 1.0

configure.ac

index e39d0feef1be2f2b16cabd4a82080ab4606eacd6..074bafeab03ee925cc4ba17717916833b495f19b 100644 (file)
@@ -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`)