[libgnome-keyring] [dist] Use tar-ustar instead of an old tar-v7



commit b03d894c6858109fc6bcc24c53b0e5dba40a1ced
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Wed Apr 28 15:20:21 2010 +0000

    [dist] Use tar-ustar instead of an old tar-v7
    
    Certain file names were too long, and were being truncated.
    Update to newer tar version which supports longer file names.
    
    Fixes bug #613594

 configure.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 1b71727..16a5807 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,7 @@
-AC_INIT(library/gnome-keyring.h)
+AC_INIT([libgnome-keyring], [2.30.2])
+AC_CONFIG_SRCDIR([library/gnome-keyring.h])
+AM_INIT_AUTOMAKE([tar-ustar])
 
-AM_INIT_AUTOMAKE(libgnome-keyring, 2.30.2)
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
 



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