From 03eac9d394567d707a74826dfc9c305555946597 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Sep 2017 00:35:56 +0200 Subject: all: Replace many more http URLs by https URLs. Update stale URLs. * users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d9fb5f2d4..86eaab4b69 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ sc_prohibit_leading_TABs: sc_prohibit_augmenting_PATH_via_TESTS_ENVIRONMENT: @if test -d .git; then \ - url=http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/22874; \ + url=https://lists.gnu.org/archive/html/bug-gnulib/2010-09/msg00064.html; \ git grep '^[ ]*TESTS_ENVIRONMENT += PATH=' modules \ && { printf '%s\n' 'Do not augment PATH via TESTS_ENVIRONMENT;' \ " see <$$url>" 1>&2; exit 1; } || : \ @@ -95,7 +95,7 @@ allow_AC_LIBOBJ = \ allow_AC_LIBOBJ_or := $(shell echo $(allow_AC_LIBOBJ) | tr -s ' ' '|') sc_prohibit_AC_LIBOBJ_in_m4: - @url=http://article.gmane.org/gmane.comp.lib.gnulib.bugs/26995; \ + @url=https://lists.gnu.org/archive/html/bug-gnulib/2011-06/msg00051.html; \ if test -d .git; then \ git ls-files m4 \ | grep -Ev '^m4/($(allow_AC_LIBOBJ_or))\.m4$$' \ -- cgit v1.2.1