]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
missing: Update displayed URLs
authorSimon Sobisch <simonsobisch@web.de>
Thu, 4 Jan 2018 22:09:34 +0000 (23:09 +0100)
committerMathieu Lirzin <mthl@gnu.org>
Thu, 4 Jan 2018 22:27:20 +0000 (23:27 +0100)
* lib/missing (perl_URL): Use HTTPS.
(flex_URL): Use new Github homepage.

Copyright-paperwork-exempt: yes

README
lib/missing

diff --git a/README b/README
index b71266907db2020f3009a3aa0953f65832ca38c5..4ac3570127a7b8360e2b33ee2449e3679cffdef1 100644 (file)
--- 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 <https://www.gnu.org/software/automake/#mailinglists>
index 3335b9d941a85dd8af5a03ec62209d719b6d1f90..38e4fcb799e725c662a3e5dea42ac22088f193e3 100755 (executable)
@@ -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 <pinard@iro.umontreal.ca>, 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 ()