From: Javier Jardón Date: Mon, 2 May 2011 14:16:41 +0000 (+0100) Subject: configure: Generate xz tarballs instead bz2 X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=23b67f2d156b40f660cef76f30f0537805a89dec;p=gtetrinet configure: Generate xz tarballs instead bz2 Also use pax tar format to avoid problems with large files --- 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