]> granicus.if.org Git - re2c/commit
configure.ac: enable xz tarballs instead of gzip by default 222/head
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 16 Oct 2018 19:36:53 +0000 (20:36 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 16 Oct 2018 19:38:44 +0000 (20:38 +0100)
commit8cf9939c69f40846e87a00e381b9473d057f997f
tree1cb5f34ddaf94c1420256a877c10a04fbf48149e
parenteaa2ed61e3cffe6b92c15ab59d37f95cc5574222
configure.ac: enable xz tarballs instead of gzip by default

`xz` compresses twice as good as `gzip` on `re2c` sources:

```
$ ls -lh *1.1.1*
4,8M re2c-1.1.1.tar.gz
2,5M re2c-1.1.1.tar.xz
```

Switch `make dist` to `xz by default. `gzip` is still available
via `make dist-gzip`.

Reported-by: rofl0r
Bug: https://github.com/skvadrik/re2c/issues/221
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
re2c/configure.ac