Add xz compression support.
commit7e2cfbf051cfa093df2c562989d297485e4f161b
authorJim Meyering <meyering@redhat.com>
Sat, 22 Nov 2008 11:02:36 +0000 (22 12:02 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 22 Nov 2008 11:08:39 +0000 (22 12:08 +0100)
treea29a0530c0e63d57a28efd6cc52ce745a3e78221
parent4c23b9a9810d05b5ac4369a55c840b20fb77649b
Add xz compression support.

* NEWS: Mention xz, as well as lzma (xz will displace lzma).
* automake.in (handle_dist): Recognize dist-xz.
(make_paragraphs): Map XZ to dist-xz.
* doc/automake.texi (Dist): Add dist-xz.
(Options): Likewise.
* lib/Automake/Options.pm (_process_option_list): Accept
dist-xz.
* lib/am/distdir.am (dist-xz): New rule.
(dist dist-all): Add command to create an xz-compressed tarball.
(distcheck): Handle xz-compressed tarballs just like the others.
* tests/xz.test: New file, based on nogzip.test.
* tests/Makefile.am (TESTS): Add xz.test.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
Makefile.in
NEWS
automake.in
doc/automake.texi
lib/Automake/Options.pm
lib/am/distdir.am
tests/Makefile.am
tests/Makefile.in
tests/xz.test [new file with mode: 0755]