]> git.draconx.ca Git - cdecl99.git/commit
Remove dist-xz Automake option.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Apr 2024 01:21:01 +0000 (21:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Apr 2024 01:26:11 +0000 (21:26 -0400)
commit901aa884ca82351d946ae0f6c9fb3f222f780a20
treecf4bd0e244204f4c912930e56c991243eba8a5ab
parent38231eba8be883fd54526d5bad7841c6fff90222
Remove dist-xz Automake option.

There is very little point in forcing dist-xz in the Automake options,
since it merely changes the formats produced by plain 'make dist'.
This just causes unnecessary failures when running 'make dist' on
systems without an xz program (gzip is much more widely available).

One can still explicitly run 'make dist-xz' when cutting a distribution
if this compression format is desired.
configure.ac