From ef7d6d20365edfe99980adb1b3f1ad8bff5ad51c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 27 Sep 2011 09:21: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. 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 4c7c880..2808559 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([paprefs],[0.9.9],[mzcncersf (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/paprefs.cc]) 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://0pointer.de/lennart/projects/paprefs/]) -- cgit