From 24fff4d236027ba8ad45c81dc7386d4a2b575f4d Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Fri, 11 May 2012 17:52:25 +0200 Subject: Use ustar format for the distribution tar archive in all components of the stack If we're not using ustar format for the tar archives we're getting problems when trying to package files with a path longer than 99 characters which isn't supported by the default tar format but by the ustart one. --- fsotdld/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fsotdld/configure.ac') diff --git a/fsotdld/configure.ac b/fsotdld/configure.ac index ae989924..4eb6b33f 100644 --- a/fsotdld/configure.ac +++ b/fsotdld/configure.ac @@ -9,7 +9,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip tar-ustar]) AM_MAINTAINER_MODE([enable]) AC_PROG_CC -- cgit v1.2.3