Update URLs of the latest version of config.guess and config.sub scripts

Prefer cgit URLs over gitweb as the former are usually served faster:
$ time -f %e wget -q 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess'
1.06
$ time -f %e wget -q 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess'
0.73

* config.guess: Prefer cgit URLs over gitweb.
(timestamp): Update.
* config.sub: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
This commit is contained in:
Dmitry V. Levin
2020-11-19 08:00:00 +00:00
parent 965e90c772
commit 888c8e3d5f
5 changed files with 16 additions and 10 deletions

View File

@ -1,5 +1,11 @@
2020-11-19 Dmitry V. Levin <ldv@altlinux.org>
* config.guess: Prefer cgit URLs over gitweb.
(timestamp): Update.
* config.sub: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
* doc/config.sub.x: New file.
* Makefile (HELP2MAN): New variable.
(doc/%.1): New rule.