summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-23 12:45:22 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-23 12:49:23 -0700
commitb0ee838e1193899d28f0bfb51192a02d48e4b472 (patch)
tree5186431f950a9d5d5350e5be9a2904067436feb4 /lib
parentc5b290f6ae4d993b0218142b3a4cd8133c5a7756 (diff)
downloadautoconf-b0ee838e1193899d28f0bfb51192a02d48e4b472.tar.gz
maint: update URLs
Most of this is replacing http: with https: when either will do.
Diffstat (limited to 'lib')
-rw-r--r--lib/Autom4te/General.pm2
-rw-r--r--lib/autoconf/c.m43
-rw-r--r--lib/autoconf/headers.m42
-rw-r--r--lib/autoconf/specific.m42
4 files changed, 3 insertions, 6 deletions
diff --git a/lib/Autom4te/General.pm b/lib/Autom4te/General.pm
index 925b2531..6162fd52 100644
--- a/lib/Autom4te/General.pm
+++ b/lib/Autom4te/General.pm
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
package Autom4te::General;
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index e66b1580..42c6ac1b 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -1845,8 +1845,7 @@ fi
# AC_C_RESTRICT
# -------------
-# based on acx_restrict.m4, from the GNU Autoconf Macro Archive at:
-# http://autoconf-archive.cryp.to/acx_restrict.html
+# based on acx_restrict.m4, from the GNU Autoconf Macro Archive
#
# Determine whether the C/C++ compiler supports the "restrict" keyword
# introduced in ANSI C99, or an equivalent. Define "restrict" to the alternate
diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4
index c6e659c2..fbc3d07e 100644
--- a/lib/autoconf/headers.m4
+++ b/lib/autoconf/headers.m4
@@ -484,8 +484,6 @@ fi
# AC_HEADER_RESOLV
# ----------------
-# According to http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?resolver+3
-# (or http://www.chemie.fu-berlin.de/cgi-bin/man/sgi_irix?resolver+3),
# sys/types.h, netinet/in.h and arpa/nameser.h are required on IRIX.
# netinet/in.h is needed on Cygwin, too.
# With Solaris 9, netdb.h is required, to get symbols like HOST_NOT_FOUND.
diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4
index 573f017c..99cc6044 100644
--- a/lib/autoconf/specific.m4
+++ b/lib/autoconf/specific.m4
@@ -130,7 +130,7 @@ rm -rf conftest*[]dnl
# By default, many hosts won't let programs access large files;
# one must use special compiler options to get large-file access to work.
# For more details about this brain damage please see:
-# http://www.unix-systems.org/version2/whatsnew/lfs20mar.html
+# http://www.unix.org/version2/whatsnew/lfs20mar.html
AC_DEFUN([AC_SYS_LARGEFILE],
[AC_ARG_ENABLE(largefile,
[ --disable-largefile omit support for large files])