[evolution] Update tar format to tar-ustar



commit be2acff4a4abeced775b1e38b4ddc02ac2e0400b
Author: Yanko Kaneti <yaneti declera com>
Date:   Tue May 20 13:13:12 2014 +0200

    Update tar format to tar-ustar
    
    "tar-ustar selects the ustar format defined by POSIX 1003.1-1988. This format is believed to be old 
enough to be
    portable. It fully supports empty directories. It can store file names with up to 256 characters, 
provided that the
    file name can be split at directory separator in two parts, first of them being at most 155 bytes long. 
So, in most
    cases the maximum file name length will be shorter than 256 characters."
    
    From http://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ca7df05..4be4ca0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ m4_define([base_version], [3.14])
 dnl Autoconf / Automake Initialization
 AC_PREREQ([2.64])
 
AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://wiki.gnome.org/Apps/Evolution/])
-AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Wno-portability foreign])
+AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Wno-portability foreign tar-ustar])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(README)


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