From 23b67f2d156b40f660cef76f30f0537805a89dec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Mon, 2 May 2011 15:16:41 +0100 Subject: [PATCH] configure: Generate xz tarballs instead bz2 Also use pax tar format to avoid problems with large files --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7c1d6f4..a9b2d68 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 no-dist-gzip foreign silent-rules]) +AM_INIT_AUTOMAKE([1.11 tar-pax dist-xz no-dist-gzip foreign silent-rules]) AM_MAINTAINER_MODE([enable]) # Enable silent rules by default -- 2.50.1