[gnome-desktop] [build] Use tar-ustar when disting



commit 8947b354e617d0b93ef7ee6d33630556909bbe82
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Oct 22 15:04:18 2009 +0200

    [build] Use tar-ustar when disting
    
    Otherwise files with long names don't get in the tarball.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index f2e1def..9399f46 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT([gnome-desktop], [2.28.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop])
 AC_CONFIG_SRCDIR([libgnome-desktop])
 
-AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 tar-ustar])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_HEADERS([config.h])



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