From 28af7187e365f946e23c302cf6f53301ad3255b9 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 28 Apr 2021 22:34:10 -0500 Subject: Workaround Automake assumed default to actually produce v7 tarballs --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a03e2d..f149452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ * runtest.exp, configure.ac, doc/version.texi: Update version. + * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format + to work around Automake limitation of assuming that v7 is default. + 2021-04-20 Jacob Bachmeyer * configure.ac: Set Automake options to use the ancient and diff --git a/Makefile.am b/Makefile.am index db22e78..639a23d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ AUTOMAKE_OPTIONS = dejagnu export DEJAGNU # record all files in the distribution tarball as owned by root -TAR_OPTIONS = --owner=0 --group=0 +TAR_OPTIONS = --format=v7 --owner=0 --group=0 export TAR_OPTIONS EXTRA_DIST = ChangeLog-1992 MAINTAINERS dejagnu runtest \ -- cgit v1.1