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