From: Simon Sobisch Date: Thu, 4 Jan 2018 22:09:34 +0000 (+0100) Subject: missing: Update displayed URLs X-Git-Tag: v1.16~16 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0186f3fccb9d1382acf6674f3ce385c447190d94;p=thirdparty%2Fautomake.git missing: Update displayed URLs * lib/missing (perl_URL): Use HTTPS. (flex_URL): Use new Github homepage. Copyright-paperwork-exempt: yes --- diff --git a/README b/README index b71266907..4ac357012 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ Automake also has three mailing lists: * automake-patches@gnu.org Where to send patches, and discuss the automake development process - and the design of new features. + and the design of new features. To obtain more information about these list, or to subscribe to them, refer to diff --git a/lib/missing b/lib/missing index 3335b9d94..38e4fcb79 100755 --- a/lib/missing +++ b/lib/missing @@ -1,7 +1,7 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2017-09-16.17; # UTC +scriptversion=2018-01-04.22; # UTC # Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. @@ -101,8 +101,8 @@ else exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex gnu_software_URL=https://www.gnu.org/software program_details ()