summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignoreHEADv20221122masterSam James2022-11-221-0/+55
| | | | | | List grabbed from https://github.com/github/gitignore/blob/main/Autotools.gitignore Signed-off-by: Sam James <sam@gentoo.org>
* Tidy up configure.acSam James2022-11-221-3/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Add git-version-gen from gnulibSam James2022-11-225-2/+240
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Bump to version 1.31.3Sam James2022-11-221-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Produce xz dist tarballsSam James2022-11-221-1/+1
| | | | | | defacto in Gentoo nowadays. Signed-off-by: Sam James <sam@gentoo.org>
* Drop pointless autogen.shSam James2022-11-221-2/+0
| | | | | | | | | | | Just call 'autoreconf -fi'. The existence of autogen.sh is usually an antipattern as it implies the build system isn't using autotools correctly. In this case, autogen.sh was just calling a single command - which means all is well. Signed-off-by: Sam James <sam@gentoo.org>
* Add support for visSam James2022-11-221-0/+1
| | | | | Closes: https://bugs.gentoo.org/617774 Signed-off-by: Sam James <sam@gentoo.org>
* Add additional man page compressed suffixesSam James2022-11-221-4/+4
| | | | | | Just copy the list from Portage's ecompress. Signed-off-by: Sam James <sam@gentoo.org>
* Initial commit.1.2Patrice Clement2020-07-204-0/+201
Let's tag it to version 1.2 whilst at it. Signed-off-by: Patrice Clement <monsieurp@gentoo.org>