Skip to content

Commit

Permalink
Workaround Automake assumed default to actually produce v7 tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Bachmeyer committed Apr 29, 2021
1 parent 749abc5 commit 28af718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

* configure.ac: Set Automake options to use the ancient and
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 28af718

Please sign in to comment.