diff options
author | JeremyRand <biolizard89@gmail.com> | 2019-09-20 07:58:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-13 10:42:46 -0400 |
commit | 0be80fb65003df21bece5d56e298b7fbf277b429 (patch) | |
tree | 4c081a3eb5ba3013161f372fa17956bc41211065 /m4 | |
parent | 20e278735267fa7bbd0475e4866c488581c9ea70 (diff) | |
download | tor-0be80fb65003df21bece5d56e298b7fbf277b429.tar.gz tor-0be80fb65003df21bece5d56e298b7fbf277b429.zip |
Bug 31812: Change http URL's to https
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_check_sign.m4 | 2 | ||||
-rw-r--r-- | m4/pkg.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_check_sign.m4 b/m4/ax_check_sign.m4 index d67e114dba..b6285012f2 100644 --- a/m4/ax_check_sign.m4 +++ b/m4/ax_check_sign.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_sign.html +# https://www.gnu.org/software/autoconf-archive/ax_check_sign.html # =========================================================================== # # SYNOPSIS @@ -148,7 +148,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl +To get pkg-config, see <https://pkg-config.freedesktop.org/>.])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |