aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent749abc5fe11f672c1997c77739a175d160524f08 (diff)
downloaddejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.zip
dejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.tar.gz
dejagnu-28af7187e365f946e23c302cf6f53301ad3255b9.tar.bz2
Workaround Automake assumed default to actually produce v7 tarballs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \