Prefer dist-xz to dist-bzip2. This requires automake 1.11.
authorRalph Giles <giles@xiph.org>
Tue, 2 Nov 2010 21:22:37 +0000 (21:22 +0000)
committerRalph Giles <giles@xiph.org>
Tue, 2 Nov 2010 21:22:37 +0000 (21:22 +0000)
commit31a853e093aa52060181f9a13bab97a7b2707824
treec6588d605cba3d223c0f668183441cd74d9cec03
parenta1f20a587a8c97edb1feca565c85c89a29e46d43
Prefer dist-xz to dist-bzip2. This requires automake 1.11.

The newer xz compression utility offers superiour compression
efficiency *and* speed over bzip2. Since adoption of bzip2
never became near universal, we still provide gzip for those
on older or more conservative systems. Furthermore, for smaller
archives the performance penalty often doesn't pay for the savings
in transfer time we might as well replace the 'smaller' bzip2
option with xz, which at least does better in this regard.

Since Automake 1.11 isn't available in all environments yes
(e.g. some scratchbox toolchains) we leave the old Makefile.am
AUTOMAKE_OPTIONS line commented out. Just uncomment this to
build on systems with older automakes.

svn path=/trunk/vorbis/; revision=17614
Makefile.am