Browse Source

Add the tar-pax option to automake

This enables the tarball generated by "make dist" to contain file names longer
than 99 characters.
pull/4/head
Jack Grigg 7 years ago
parent
commit
051698a05c
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      configure.ac

2
configure.ac

@ -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.

Loading…
Cancel
Save