[PATCH 3/8] Use the ustar format with make dist

David Shea dshea at redhat.com
Thu Sep 5 14:42:40 UTC 2013


Automake uses tar-v7 by default. This sets a maximum file length of 99
characters, which would be problematic if we wanted to include the api
documentation in the dist tarball.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3faca73..af3c653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ m4_define(python_required_version, 2.5)
 
 AC_PREREQ([2.63])
 AC_INIT([anaconda], [20.10], [anaconda-devel-list at redhat.com])
-AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 tar-ustar])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
-- 
1.8.3.1



More information about the anaconda-patches mailing list