]> Dogcows Code - chaz/tar/commitdiff
Allow installers to specify alternative program names for compression programs.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 10 Oct 2009 14:29:18 +0000 (17:29 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 10 Oct 2009 14:30:53 +0000 (17:30 +0300)
This adds --with-gzip, --with-bzip2 etc. switches to the configure, so that
one can do, e.g. ./configure --with-bzip2=lbzip2 and have lbzip2 executed
whenever user calls `tar --bzip2'.

* acinclude.m4: New file.
* configure.ac: Add TAR_COMPR_PROGRAM invocations for
the supported compressors.
* src/buffer.c (magic): Use *_COMPRESSOR defines instead
of hardcoded program names.
* src/suffix.c (compression_suffixes): Likewise.


No differences found
This page took 0.023978 seconds and 4 git commands to generate.