From 08e3dd92ed846311ac43f231413736eee6d917cc Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 27 Sep 2011 09:13:51 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6108bf7..7a9ee42 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) -- cgit v1.2.3