]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
configure: Generate xz tarballs instead bz2
authorJavier Jardón <jjardon@gnome.org>
Mon, 2 May 2011 14:16:41 +0000 (15:16 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 2 May 2011 14:35:04 +0000 (15:35 +0100)
Also use pax tar format to avoid problems with large files

configure.ac

index 7c1d6f4ac14b2472fa1fc6bd40ddaf47444537a3..a9b2d6876e430384cc3395f135d598efb5e2f086 100644 (file)
@@ -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