Use the POSIX 1003.1-1988 tar format for dist tar

* configure.ac: For the tar invocation made by make dist, make
	sure to use the POSIX 1003.1-1988 tar format that can support file
	names of more than 99 characters.  This is useful for the
	test-alt-dwarf-file test that has data made of a file which patch
	has more than 99 characters.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-11-19 15:38:51 +01:00
parent 1b4e3844e9
commit 479d8fa6d8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([README])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11.1 foreign subdir-objects])
AM_INIT_AUTOMAKE([1.11.1 foreign subdir-objects tar-ustar])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])