Add the tar-pax option to automake

This enables the tarball generated by "make dist" to contain file names longer
than 99 characters.
This commit is contained in:
Jack Grigg 2017-11-16 22:37:38 +00:00
parent fee8835388
commit 051698a05c
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ dnl faketime breaks configure and is only needed for make. Disable it here.
unset FAKETIME
dnl Automake init set-up and checks
AM_INIT_AUTOMAKE([no-define subdir-objects foreign])
AM_INIT_AUTOMAKE([no-define subdir-objects foreign tar-pax])
dnl faketime messes with timestamps and causes configure to be re-run.
dnl --disable-maintainer-mode can be used to bypass this.