From: Michael Jeanson Date: Fri, 29 Apr 2016 20:58:14 +0000 (-0400) Subject: Use tar-ustar format for dist X-Git-Tag: v1.4.0-rc1~31 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2413cbd9bee54024ac25a44655b622bd793cb16b Use tar-ustar format for dist 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 --- 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)