From 051698a05c852793316810d3538fb4a84906d547 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 16 Nov 2017 22:37:38 +0000 Subject: [PATCH] Add the tar-pax option to automake This enables the tarball generated by "make dist" to contain file names longer than 99 characters. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c30efcfe..8d18fb2a9 100644 --- a/configure.ac +++ b/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.