[giggle] configure.ac: Use tar-pax automake option



commit 574ea3342757ecc6cd2d36694074c454db6d3d8b
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Mar 29 14:47:54 2011 +0100

    configure.ac: Use tar-pax automake option
    
    So we use the tar format defined by POSIX.1-2001 specification to
    avoid problems with large files

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f42298b..800a7f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.11 check-news -Wall no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.11 check-news -Wall tar-pax no-dist-gzip dist-xz])
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1
 # to make



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]