Add lzip compression support.
authorAntonio Diaz Diaz <ant_diaz@teleline.es>
Wed, 24 Feb 2010 18:41:59 +0000 (19:41 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 24 Feb 2010 18:41:59 +0000 (19:41 +0100)
commit3c3ff958e5d692ec4ce9b025821abba103cc7b94
treeaf99ccbe597cad320c0ff75919bbda440055ff7a
parent64399ee8b02160fa03576c01f1dafb5bd5d07a5c
Add lzip compression support.

* automake.in (handle_dist): Recognize dist-lzip.
(make_paragraphs): Map LZIP to dist-lzip.
* doc/automake.texi (Dist): Add dist-lzip.
(Options): Likewise.
* lib/Automake/Options.pm (_process_option_list): Add dist-lzip.
* lib/am/distdir.am
(dist dist-all): Add command to create an lzip-compressed tarball.
(distcheck): Handle lzip-compressed tarballs just like the others.
* tests/defs.in: Test for lzip, too.
* tests/lzip.test: New file, based on nogzip.test.
* tests/Makefile.am (TESTS): Add lzip.test.
* NEWS: Update.

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/lzip.test [new file with mode: 0755]