summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2011-09-27 09:13:51 +0100
committerColin Guthrie <colin@mageia.org>2011-09-27 09:19:00 +0100
commit08e3dd92ed846311ac43f231413736eee6d917cc (patch)
tree83fe42db4341588e7c792771f5ed7702af50f785
parent235157ec1e5e49ad9c1a3814118e65956caca83e (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 Also bumped automake version to 1.11 to match PA itself and for the dist-xz option
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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/])