[glib] configure.in: Use tar-ustar to avoid name length limitations



commit 3b9c8962dc470a451fa639067faa39fb8fc85f95
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jun 4 11:46:10 2011 -0400

    configure.in: Use tar-ustar to avoid name length limitations
    
    Also use dist-bzip2.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 79d2b0c..00213de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_CONFIG_MACRO_DIR([m4macros])
 # Save this value here, since automake will set cflags later
 cflags_set=${CFLAGS+set}
 
-AM_INIT_AUTOMAKE([1.10 no-define])
+AM_INIT_AUTOMAKE([1.10 no-define no-dist-gzip dist-bzip2 tar-ustar])
 
 # Support silent build rules, requires at least automake-1.11. Disable
 # by either passing --disable-silent-rules to configure or passing V=1



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