]> sourceware.org Git - libabigail.git/commitdiff
Use the POSIX 1003.1-1988 tar format for dist tar
authorDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 14:38:51 +0000 (15:38 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 19 Nov 2014 14:38:51 +0000 (15:38 +0100)
* 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>
configure.ac

index c360a83a6a4808de679e2f970c5749e4f749d647..da2c042b13271ba54298779e397dc17516913c12 100644 (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])
This page took 0.034381 seconds and 5 git commands to generate.