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
Also bumped automake version to 1.11 to match PA itself
and for the dist-xz option
This commit is contained in:
Colin Guthrie 2011-09-27 09:13:51 +01:00
parent 235157ec1e
commit 08e3dd92ed
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ AC_INIT([pavucontrol],[0.99.2],[mzcnihpbageby (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/pavucontrol.cc]) AC_CONFIG_SRCDIR([src/pavucontrol.cc])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.9 -Wall]) AM_INIT_AUTOMAKE([foreign 1.11 -Wall dist-xz tar-ustar])
AC_SUBST(PACKAGE_URL, [http://freedesktop.org/software/pulseaudio/pavucontrol/]) AC_SUBST(PACKAGE_URL, [http://freedesktop.org/software/pulseaudio/pavucontrol/])