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:
parent
235157ec1e
commit
08e3dd92ed
|
@ -23,7 +23,7 @@ AC_INIT([pavucontrol],[0.99.2],[mzcnihpbageby (at) 0pointer (dot) de])
|
|||
AC_CONFIG_SRCDIR([src/pavucontrol.cc])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
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/])
|
||||
|
||||
|
|
Loading…
Reference in New Issue