aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanko Kaneti <yaneti@declera.com>2014-05-20 19:13:12 +0800
committerFabiano FidĂȘncio <fidencio@redhat.com>2014-05-20 19:19:09 +0800
commitbe2acff4a4abeced775b1e38b4ddc02ac2e0400b (patch)
tree9f2341a8605dee2891729d74badb411d9c02b95b
parentfd688bf25fc58455ae58a3f9d5754aab5af1e74c (diff)
downloadgsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar.gz
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar.bz2
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar.lz
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar.xz
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.tar.zst
gsoc2013-evolution-be2acff4a4abeced775b1e38b4ddc02ac2e0400b.zip
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca7df05b08..4be4ca068c 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)