From 01298f5e9ab8baa1bedbe2c735a880687ab7e966 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 acab953c..ec09b1ea 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,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