From 2413cbd9bee54024ac25a44655b622bd793cb16b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 29 Apr 2016 16:58:14 -0400 Subject: [PATCH] Use tar-ustar format for dist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is required to support file names longuer than 99 characters when generating the dist tarball, which we require because of the sphinx theme files in the python bindings documentation. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d2245d1a..b26e6a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar]) AM_MAINTAINER_MODE([enable]) # Enable silent rules if available (Introduced in AM 1.11) -- 2.34.1