]> git.ipfire.org Git - thirdparty/automake.git/commit
dist: add bzip3 support.
authorKamila Szewczyk <kspalaiologos@gmail.com>
Fri, 21 Feb 2025 17:38:52 +0000 (09:38 -0800)
committerKarl Berry <karl@freefriends.org>
Fri, 21 Feb 2025 17:38:52 +0000 (09:38 -0800)
commit735a386e192bbeff5e931d92ee0cadb67784e670
treeab415c888ce57c6be4e42d07ad73fca59036f0db
parent9650164cdffe8c4bb2a0b53e0e2e9168270b943f
dist: add bzip3 support.

From https://bugs.gnu.org/73795 (automake-patches).

* bin/automake.in (handle_dist): add bzip3 support.
https://github.com/kspalaiologos/bzip3
* lib/Automake/Options.pm (_is_valid_easy_option): likewise.
* lib/am/distdir.am (dist-bzip3): likewise.
* t/dist-formats.tap: likewise.
* t/dist-bzip3.sh: new test.
* t/list-of-tests.mk (handwritten_TESTS): add it.
* NEWS: mention this.
* THANKS: add Kamila.
NEWS
THANKS
bin/automake.in
lib/Automake/Options.pm
lib/am/distdir.am
t/dist-bzip3.sh [new file with mode: 0644]
t/dist-formats.tap
t/list-of-tests.mk