dist: Use -9 instead of --best, and only for gzip, to pacify Alpine.
commit21ac11614d6613916c6ede1bf6b90edefe9f2e0d
authorBruno Haible <bruno@clisp.org>
Sat, 30 Dec 2023 23:37:05 +0000 (30 15:37 -0800)
committerKarl Berry <karl@freefriends.org>
Sat, 30 Dec 2023 23:37:05 +0000 (30 15:37 -0800)
treeee9f505aacc12adccd3b8a60ee058cde3c30d16c
parentb79e21c53b8e6899ad4616b422d1d1dd32d13d49
dist: Use -9 instead of --best, and only for gzip, to pacify Alpine.

From https://bugs.gnu.org/68151.

* lib/am/distdir.am (GZIP_ENV): Set to -9, not --best, since
Alpine does not support --best.
(distcheck): Don't use GZIP_ENV when invoking gzip for decompression,
since Alpine does not support -1..-9 with decompression.
* doc/automake.texi (The Types of Distributions): Document the change.
* NEWS: mention this. (En passant, add more change links.)
NEWS
doc/automake.texi
lib/am/distdir.am