summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-02-08 11:06:37 -0500
committerWerner Koch <wk@gnupg.org>2016-02-08 19:34:00 +0100
commitc58e487cbdd392c5ed80eef1abb2177970d19c4a (patch)
treeffef8b71027d4fab03c63f9c2b6ce5e8e8ea857f /m4
parent4135d1bb49777d41fcd556a7f1157b28b4d6a633 (diff)
downloadlibgpg-error-c58e487cbdd392c5ed80eef1abb2177970d19c4a.tar.gz
Convert http links to https where possible in the source.
-- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_prog_cc_for_build.m42
-rw-r--r--m4/libtool.m42
-rw-r--r--m4/threadlib.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/m4/ac_prog_cc_for_build.m4 b/m4/ac_prog_cc_for_build.m4
index 42c91ce..32329c7 100644
--- a/m4/ac_prog_cc_for_build.m4
+++ b/m4/ac_prog_cc_for_build.m4
@@ -1,5 +1,5 @@
dnl Available from the GNU Autoconf Macro Archive at:
-dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_prog_cc_for_build.html
+dnl https://www.gnu.org/software/ac-archive/htmldoc/ac_prog_cc_for_build.html
dnl
dnl All content of this archive is free software;
dnl you can redistribute it and/or modify it under the terms of the GNU
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 1d62b05..0cd84af 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -34,7 +34,7 @@ m4_define([_LT_COPYING], [dnl
#
# You should have received a copy of the GNU General Public License
# along with GNU Libtool; see the file COPYING. If not, a copy
-# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
+# can be downloaded from https://www.gnu.org/licenses/gpl.html, or
# obtained by writing to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
])
diff --git a/m4/threadlib.m4 b/m4/threadlib.m4
index b015365..32c2ea5 100644
--- a/m4/threadlib.m4
+++ b/m4/threadlib.m4
@@ -67,7 +67,7 @@ changequote(,)dnl
dnl child process gets an endless segmentation fault inside execvp().
dnl Disable multithreading by default on Cygwin 1.5.x, because it has
dnl bugs that lead to endless loops or crashes. See
- dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
+ dnl <https://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
osf*) gl_use_threads=no ;;
cygwin*)
case `uname -r` in