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:
@@ -24,7 +24,7 @@ dnl faketime breaks configure and is only needed for make. Disable it here.
|
|||||||
unset FAKETIME
|
unset FAKETIME
|
||||||
|
|
||||||
dnl Automake init set-up and checks
|
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 faketime messes with timestamps and causes configure to be re-run.
|
||||||
dnl --disable-maintainer-mode can be used to bypass this.
|
dnl --disable-maintainer-mode can be used to bypass this.
|
||||||
|
|||||||
Reference in New Issue
Block a user