aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-28 22:34:10 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-28 22:34:10 -0500
commit28af7187e365f946e23c302cf6f53301ad3255b9 (patch)
tree016c07fa4c181e6c11d70e6aa2b4749b6cbc2dfd
parent749abc5fe11f672c1997c77739a175d160524f08 (diff)
downloaddejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.zip
dejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.tar.gz
dejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.tar.bz2
Workaround Automake assumed default to actually produce v7 tarballs
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am2
2 files changed, 4 insertions, 1 deletions
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 <jcb@gnu.org>
* 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 \