summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
committerOlly Betts <olly@survex.com>2022-10-06 13:16:39 +1300
commit631b41ae7b454b8593af56c65c1451db9e174a52 (patch)
tree22499f36f96d4886553b05efd1897f6858cd44db /configure.ac
parent6f3f4fbdf163cef537960620e48190f36ad2c08b (diff)
downloadswig-631b41ae7b454b8593af56c65c1451db9e174a52.tar.gz
Use https for swig.org links
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db0856dcd..78ed6f7df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
-AC_INIT([swig],[4.1.0],[http://www.swig.org])
+AC_INIT([swig],[4.1.0],[https://www.swig.org])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([Source/Swig/swig.h])