From 51c45abbd842c9bcb66692e4eadbf8c2b524b94a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Sep 2009 18:19:04 +0100 Subject: [PATCH] Use tar-ustar when disting (#596538) Otherwise files with long names don't get in the tarball. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 90bf593..2544104 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ m4_define([api_version], [1.2]) dnl Autoconf / Automake Initialization AC_PREREQ(2.58) AC_INIT([evolution-data-server],[eds_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server]) -AM_INIT_AUTOMAKE([gnu 1.9]) +AM_INIT_AUTOMAKE([gnu 1.9 tar-ustar]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(README) AC_CONFIG_HEADERS(config.h) -- 2.7.4