summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 13:03:36 -0700
committerMathieu Lirzin <mthl@gnu.org>2017-09-19 13:10:44 +0200
commit3562e384f43bbd9d48598904a82a792039f4ce33 (patch)
tree0a45d82621c6ef569a78a80ff9deca518aeac56b
parent29408e8b1d6efec3a416a761742e5cceae381d19 (diff)
downloadautomake-3562e384f43bbd9d48598904a82a792039f4ce33.tar.gz
Prefer https: URLs
In Gnulib, Emacs, etc. we are changing ftp: and http: URLs to use https:, to discourage man-in-the-middle attacks when downloading software. The attached patch propagates these changes upstream to Automake. This patch does not affect files that Automake is downstream of, which I'll patch separately. Althouth the resources are not secret, plain HTTP is vulnerable to malicious routers that tamper with responses from GNU servers, and this sort of thing is all too common when people in some other countries browse US-based websites. See, for example: Aceto G, Botta A, Pescapé A, Awan MF, Ahmad T, Qaisar S. Analyzing internet censorship in Pakistan. RTSI 2016. https://dx.doi.org/10.1109/RTSI.2016.7740626 HTTPS is not a complete solution here, but it can be a significant help. The GNU project regularly serves up code to users, so we should take some care here.
-rw-r--r--GNUmakefile2
-rw-r--r--HACKING4
-rw-r--r--Makefile.am2
-rw-r--r--NEWS10
-rw-r--r--PLANS/obsolete-removed/am-prog-mkdir-p.txt10
-rw-r--r--PLANS/subdir-objects.txt8
-rw-r--r--PLANS/texi/drop-split-info-files.txt6
-rw-r--r--README8
-rw-r--r--bin/aclocal.in8
-rw-r--r--bin/automake.in6
-rw-r--r--bin/local.mk2
-rwxr-xr-xbootstrap2
-rw-r--r--configure.ac4
-rw-r--r--contrib/check-html.am2
-rw-r--r--contrib/multilib/README2
-rwxr-xr-xcontrib/t/help-multilib.sh2
-rw-r--r--contrib/t/local.mk2
-rwxr-xr-xcontrib/t/multilib.sh2
-rwxr-xr-xcontrib/t/parallel-tests-html-recursive.sh2
-rwxr-xr-xcontrib/t/parallel-tests-html.sh2
-rwxr-xr-xcontrib/tap-driver.pl2
-rw-r--r--doc/automake.texi16
-rwxr-xr-xdoc/help2man6
-rw-r--r--doc/local.mk2
-rwxr-xr-xgen-testsuite-part2
-rw-r--r--lib/Automake/ChannelDefs.pm2
-rw-r--r--lib/Automake/Channels.pm2
-rw-r--r--lib/Automake/Condition.pm2
-rw-r--r--lib/Automake/Config.in2
-rw-r--r--lib/Automake/Configure_ac.pm2
-rw-r--r--lib/Automake/DisjConditions.pm2
-rw-r--r--lib/Automake/FileUtils.pm2
-rw-r--r--lib/Automake/General.pm2
-rw-r--r--lib/Automake/Getopt.pm2
-rw-r--r--lib/Automake/Item.pm2
-rw-r--r--lib/Automake/ItemDef.pm2
-rw-r--r--lib/Automake/Language.pm2
-rw-r--r--lib/Automake/Location.pm2
-rw-r--r--lib/Automake/Options.pm2
-rw-r--r--lib/Automake/Rule.pm2
-rw-r--r--lib/Automake/RuleDef.pm2
-rw-r--r--lib/Automake/VarDef.pm2
-rw-r--r--lib/Automake/Variable.pm2
-rw-r--r--lib/Automake/Version.pm2
-rw-r--r--lib/Automake/Wrap.pm2
-rw-r--r--lib/Automake/XFile.pm2
-rw-r--r--lib/Automake/local.mk2
-rw-r--r--lib/am/check.am4
-rw-r--r--lib/am/check2.am2
-rw-r--r--lib/am/clean-hdr.am2
-rw-r--r--lib/am/clean.am2
-rw-r--r--lib/am/compile.am2
-rw-r--r--lib/am/configure.am2
-rw-r--r--lib/am/data.am2
-rw-r--r--lib/am/dejagnu.am2
-rw-r--r--lib/am/depend.am2
-rw-r--r--lib/am/depend2.am2
-rw-r--r--lib/am/distdir.am2
-rw-r--r--lib/am/footer.am2
-rw-r--r--lib/am/header-vars.am2
-rw-r--r--lib/am/header.am2
-rw-r--r--lib/am/inst-vars.am2
-rw-r--r--lib/am/install.am2
-rw-r--r--lib/am/java.am2
-rw-r--r--lib/am/lang-compile.am2
-rw-r--r--lib/am/lex.am2
-rw-r--r--lib/am/library.am2
-rw-r--r--lib/am/libs.am2
-rw-r--r--lib/am/libtool.am2
-rw-r--r--lib/am/lisp.am2
-rw-r--r--lib/am/local.mk2
-rw-r--r--lib/am/ltlib.am2
-rw-r--r--lib/am/ltlibrary.am2
-rw-r--r--lib/am/mans-vars.am2
-rw-r--r--lib/am/mans.am2
-rw-r--r--lib/am/program.am2
-rw-r--r--lib/am/progs.am2
-rw-r--r--lib/am/python.am2
-rw-r--r--lib/am/remake-hdr.am2
-rw-r--r--lib/am/scripts.am2
-rw-r--r--lib/am/subdirs.am3
-rw-r--r--lib/am/tags.am2
-rw-r--r--lib/am/texi-vers.am2
-rw-r--r--lib/am/texibuild.am6
-rw-r--r--lib/am/texinfos.am6
-rw-r--r--lib/am/vala.am2
-rw-r--r--lib/am/yacc.am2
-rwxr-xr-xlib/ar-lib2
-rwxr-xr-xlib/compile4
-rwxr-xr-xlib/depcomp4
-rw-r--r--lib/local.mk2
-rwxr-xr-xlib/mdate-sh4
-rwxr-xr-xlib/missing6
-rwxr-xr-xlib/py-compile4
-rwxr-xr-xlib/tap-driver.sh4
-rwxr-xr-xlib/test-driver4
-rwxr-xr-xlib/ylwrap4
-rw-r--r--m4/init.m42
-rw-r--r--m4/local.mk2
-rwxr-xr-xmaintainer/am-ft2
-rwxr-xr-xmaintainer/am-xft2
-rwxr-xr-xmaintainer/check-perl-protos2
-rw-r--r--maintainer/maint.mk6
-rwxr-xr-xmaintainer/rename-tests2
-rw-r--r--maintainer/syntax-checks.mk2
-rw-r--r--old/ChangeLog.034
-rw-r--r--old/ChangeLog.042
-rw-r--r--old/ChangeLog.0914
-rw-r--r--old/ChangeLog.1150
-rw-r--r--old/TODO6
-rw-r--r--pre-inst-env.in2
-rw-r--r--t/CheckListOfTests.am2
-rw-r--r--t/ac-output-old.tap2
-rw-r--r--t/aclocal-I-and-install.sh2
-rw-r--r--t/aclocal-I-order-1.sh2
-rw-r--r--t/aclocal-I-order-2.sh2
-rw-r--r--t/aclocal-I-order-3.sh2
-rw-r--r--t/aclocal-acdir.sh2
-rw-r--r--t/aclocal-amflags.sh2
-rw-r--r--t/aclocal-autoconf-version-check.sh2
-rw-r--r--t/aclocal-comments-respected.sh2
-rw-r--r--t/aclocal-deleted-header-aclocal-amflags.sh2
-rw-r--r--t/aclocal-deleted-header.sh2
-rw-r--r--t/aclocal-deps-subdir.sh2
-rw-r--r--t/aclocal-deps.sh2
-rw-r--r--t/aclocal-dirlist-abspath.sh2
-rw-r--r--t/aclocal-dirlist-globbing.sh2
-rw-r--r--t/aclocal-dirlist.sh2
-rw-r--r--t/aclocal-install-absdir.sh2
-rw-r--r--t/aclocal-install-fail.sh2
-rw-r--r--t/aclocal-install-mkdir.sh2
-rw-r--r--t/aclocal-m4-include-are-scanned-aclocal-amflags.sh2
-rw-r--r--t/aclocal-m4-include-are-scanned.sh2
-rw-r--r--t/aclocal-m4-sinclude.sh2
-rw-r--r--t/aclocal-macrodir.tap2
-rw-r--r--t/aclocal-macrodirs.tap2
-rw-r--r--t/aclocal-missing-macros.sh2
-rw-r--r--t/aclocal-no-extra-scan.sh2
-rw-r--r--t/aclocal-no-force.sh2
-rw-r--r--t/aclocal-no-install-no-mkdir.sh2
-rw-r--r--t/aclocal-no-symlinked-overwrite.sh2
-rw-r--r--t/aclocal-no-unused-required.sh2
-rw-r--r--t/aclocal-path-install-serial.sh2
-rw-r--r--t/aclocal-path-install.sh2
-rw-r--r--t/aclocal-path-nonexistent.sh2
-rw-r--r--t/aclocal-path-precedence.sh2
-rw-r--r--t/aclocal-path.sh2
-rw-r--r--t/aclocal-pr450.sh2
-rw-r--r--t/aclocal-print-acdir.sh2
-rw-r--r--t/aclocal-remake-misc.sh2
-rw-r--r--t/aclocal-req.sh2
-rw-r--r--t/aclocal-scan-configure-ac-pr319.sh2
-rw-r--r--t/aclocal-serial.sh2
-rw-r--r--t/aclocal-underquoted-defun.sh2
-rw-r--r--t/aclocal-verbose-install.sh2
-rw-r--r--t/aclocal.sh2
-rw-r--r--t/acsilent.sh2
-rw-r--r--t/acsubst.sh2
-rw-r--r--t/acsubst2.sh2
-rw-r--r--t/add-missing-install-sh.sh2
-rw-r--r--t/add-missing-multiple.sh2
-rw-r--r--t/add-missing.tap2
-rw-r--r--t/all.sh2
-rw-r--r--t/all2.sh2
-rw-r--r--t/alloca.sh2
-rw-r--r--t/alloca2.sh2
-rw-r--r--t/alpha.sh2
-rw-r--r--t/alpha2.sh2
-rw-r--r--t/am-config-header.sh2
-rw-r--r--t/am-default-source-ext.sh2
-rw-r--r--t/am-include-only-one-generated-fragment.sh2
-rw-r--r--t/am-macro-not-found.sh2
-rw-r--r--t/am-missing-prog.sh2
-rw-r--r--t/am-prog-cc-c-o.sh2
-rw-r--r--t/am-prog-cc-stdc.sh2
-rw-r--r--t/am-prog-mkdir-p.sh90
-rw-r--r--t/am-tests-environment.sh2
-rw-r--r--t/amassign.sh2
-rw-r--r--t/amhello-binpkg.sh2
-rw-r--r--t/amhello-cflags.sh2
-rw-r--r--t/amhello-cross-compile.sh2
-rw-r--r--t/aminit-moreargs-deprecation.sh2
-rw-r--r--t/aminit-trailing-dnl-comment-pr16841.sh2
-rw-r--r--t/amopt.sh2
-rw-r--r--t/amopts-location.sh2
-rw-r--r--t/amopts-variable-expansion.sh2
-rw-r--r--t/amsubst.sh2
-rw-r--r--t/ansi2knr-no-more.sh2
-rw-r--r--t/ar-lib.sh2
-rw-r--r--t/ar-lib2.sh2
-rw-r--r--t/ar-lib3.sh2
-rw-r--r--t/ar-lib4.sh2
-rw-r--r--t/ar-lib5a.sh2
-rw-r--r--t/ar-lib5b.sh2
-rw-r--r--t/ar-lib6a.sh2
-rw-r--r--t/ar-lib6b.sh2
-rw-r--r--t/ar-lib7.sh2
-rw-r--r--t/ar.sh2
-rw-r--r--t/ar2.sh2
-rw-r--r--t/ar3.sh2
-rw-r--r--t/ar4.sh2
-rw-r--r--t/ar5.sh2
-rw-r--r--t/asm.sh2
-rw-r--r--t/asm2.sh2
-rw-r--r--t/asm3.sh2
-rw-r--r--t/autodist-acconfig-no-subdir.sh2
-rw-r--r--t/autodist-acconfig.sh2
-rw-r--r--t/autodist-aclocal-m4.sh2
-rw-r--r--t/autodist-config-headers.sh2
-rw-r--r--t/autodist-configure-no-subdir.sh2
-rw-r--r--t/autodist-no-duplicate.sh2
-rw-r--r--t/autodist-stamp-vti.sh2
-rw-r--r--t/autodist-subdir.sh4
-rw-r--r--t/autodist.sh2
-rw-r--r--t/autohdr-subdir-pr12495.sh2
-rw-r--r--t/autohdr.sh2
-rw-r--r--t/autohdr3.sh2
-rw-r--r--t/autohdr4.sh2
-rw-r--r--t/autohdrdry.sh2
-rw-r--r--t/automake-cmdline.tap2
-rw-r--r--t/auxdir-autodetect.sh2
-rw-r--r--t/auxdir-cc-pr15981.sh2
-rw-r--r--t/auxdir-computed.tap2
-rw-r--r--t/auxdir-misplaced.sh2
-rw-r--r--t/auxdir-nonexistent.sh2
-rw-r--r--t/auxdir-pr15981.sh2
-rw-r--r--t/auxdir-pr19311.sh2
-rw-r--r--t/auxdir-unportable.tap2
-rw-r--r--t/auxdir.sh2
-rw-r--r--t/auxdir6.sh2
-rw-r--r--t/auxdir7.sh2
-rw-r--r--t/auxdir8.sh2
-rw-r--r--t/ax/am-test-lib.sh4
-rw-r--r--t/ax/cc-no-c-o.in2
-rw-r--r--t/ax/deltree.pl2
-rw-r--r--t/ax/depcomp.sh12
-rw-r--r--t/ax/distcheck-hook-m4.am2
-rw-r--r--t/ax/extract-testsuite-summary.pl2
-rwxr-xr-xt/ax/is2
-rwxr-xr-xt/ax/is_newest2
-rw-r--r--t/ax/runtest.in2
-rw-r--r--t/ax/shell-no-trail-bslash.in2
-rw-r--r--t/ax/tap-functions.sh2
-rw-r--r--t/ax/tap-setup.sh2
-rw-r--r--t/ax/tap-summary-aux.sh2
-rw-r--r--t/ax/test-defs.in4
-rw-r--r--t/ax/test-init.sh2
-rw-r--r--t/ax/test-lib.sh2
-rw-r--r--t/ax/testsuite-summary-checks.sh2
-rw-r--r--t/ax/trivial-test-driver2
-rw-r--r--t/backcompat-acout.sh2
-rw-r--r--t/backcompat.sh2
-rw-r--r--t/backcompat2.sh2
-rw-r--r--t/backcompat3.sh2
-rw-r--r--t/backcompat6.sh2
-rw-r--r--t/backslash-before-trailing-whitespace.sh2
-rw-r--r--t/backslash-issues.sh2
-rw-r--r--t/badline.sh2
-rw-r--r--t/badopt.sh2
-rw-r--r--t/badprog.sh2
-rw-r--r--t/built-sources-check.sh2
-rw-r--r--t/built-sources-cond.sh2
-rw-r--r--t/built-sources-fork-bomb.sh6
-rw-r--r--t/built-sources-install.sh2
-rw-r--r--t/built-sources-subdir.sh2
-rw-r--r--t/built-sources.sh2
-rw-r--r--t/c-demo.sh4
-rw-r--r--t/candist.sh2
-rw-r--r--t/canon-name.sh2
-rw-r--r--t/canon.sh2
-rw-r--r--t/canon2.sh2
-rw-r--r--t/canon3.sh2
-rw-r--r--t/canon4.sh2
-rw-r--r--t/canon5.sh2
-rw-r--r--t/canon6.sh2
-rw-r--r--t/canon7.sh2
-rw-r--r--t/canon8.sh2
-rwxr-xr-xt/ccnoco-deps.sh2
-rwxr-xr-xt/ccnoco-lib.sh2
-rwxr-xr-xt/ccnoco-lt.sh2
-rw-r--r--t/ccnoco.sh2
-rw-r--r--t/ccnoco3.sh2
-rw-r--r--t/ccnoco4.sh6
-rw-r--r--t/check-concurrency-bug9245.sh2
-rw-r--r--t/check-exported-srcdir.sh2
-rw-r--r--t/check-fd-redirect.sh2
-rw-r--r--t/check-no-test-driver.sh2
-rw-r--r--t/check-subst-prog.sh2
-rw-r--r--t/check-subst.sh2
-rw-r--r--t/check-tests-in-builddir.sh2
-rw-r--r--t/check.sh2
-rw-r--r--t/check10.sh2
-rw-r--r--t/check11.sh2
-rw-r--r--t/check12.sh2
-rw-r--r--t/check2.sh2
-rw-r--r--t/check4.sh2
-rw-r--r--t/check5.sh2
-rw-r--r--t/check6.sh2
-rw-r--r--t/check7.sh2
-rw-r--r--t/check8.sh2
-rw-r--r--t/checkall.sh2
-rw-r--r--t/clean.sh2
-rw-r--r--t/colneq.sh2
-rw-r--r--t/colneq2.sh2
-rw-r--r--t/colneq3.sh2
-rw-r--r--t/colon.sh2
-rw-r--r--t/colon2.sh2
-rw-r--r--t/colon3.sh2
-rw-r--r--t/colon4.sh2
-rw-r--r--t/colon5.sh2
-rw-r--r--t/colon6.sh2
-rw-r--r--t/colon7.sh2
-rw-r--r--t/color-tests-opt.sh2
-rw-r--r--t/color-tests.sh2
-rw-r--r--t/color-tests2.sh2
-rw-r--r--t/commen10.sh2
-rw-r--r--t/commen11.sh2
-rw-r--r--t/comment-block.sh2
-rw-r--r--t/comment.sh2
-rw-r--r--t/comment2.sh2
-rw-r--r--t/comment3.sh2
-rw-r--r--t/comment4.sh2
-rw-r--r--t/comment5.sh2
-rw-r--r--t/comment6.sh2
-rw-r--r--t/comment7.sh2
-rw-r--r--t/comment8.sh2
-rw-r--r--t/comment9.sh2
-rw-r--r--t/comments-in-var-def.sh2
-rw-r--r--t/compile.sh2
-rw-r--r--t/compile2.sh2
-rw-r--r--t/compile3.sh2
-rw-r--r--t/compile4.sh2
-rw-r--r--t/compile5.sh2
-rw-r--r--t/compile6.sh2
-rw-r--r--t/compile7.sh2
-rw-r--r--t/compile_f90_c_cxx.sh2
-rw-r--r--t/compile_f_c_cxx.sh2
-rw-r--r--t/cond-basic.sh2
-rw-r--r--t/cond.sh2
-rw-r--r--t/cond10.sh2
-rw-r--r--t/cond11.sh2
-rw-r--r--t/cond13.sh2
-rw-r--r--t/cond14.sh2
-rw-r--r--t/cond15.sh2
-rw-r--r--t/cond16.sh2
-rw-r--r--t/cond17.sh2
-rw-r--r--t/cond18.sh2
-rw-r--r--t/cond19.sh2
-rw-r--r--t/cond20.sh2
-rw-r--r--t/cond21.sh2
-rw-r--r--t/cond22.sh2
-rw-r--r--t/cond23.sh2
-rw-r--r--t/cond24.sh2
-rw-r--r--t/cond25.sh2
-rw-r--r--t/cond26.sh2
-rw-r--r--t/cond27.sh2
-rw-r--r--t/cond28.sh2
-rw-r--r--t/cond3.sh2
-rw-r--r--t/cond30.sh2
-rw-r--r--t/cond31.sh2
-rw-r--r--t/cond32.sh2
-rw-r--r--t/cond33.sh2
-rw-r--r--t/cond34.sh2
-rw-r--r--t/cond35.sh2
-rw-r--r--t/cond36.sh2
-rw-r--r--t/cond37.sh2
-rw-r--r--t/cond38.sh2
-rw-r--r--t/cond39.sh2
-rw-r--r--t/cond4.sh2
-rw-r--r--t/cond40.sh2
-rw-r--r--t/cond41.sh2
-rw-r--r--t/cond42.sh2
-rw-r--r--t/cond43.sh2
-rw-r--r--t/cond44.sh2
-rw-r--r--t/cond45.sh2
-rw-r--r--t/cond46.sh2
-rw-r--r--t/cond5.sh2
-rw-r--r--t/cond6.sh2
-rw-r--r--t/cond7.sh2
-rw-r--r--t/cond8.sh2
-rw-r--r--t/cond9.sh2
-rw-r--r--t/condd.sh2
-rw-r--r--t/condhook.sh2
-rw-r--r--t/condhook2.sh2
-rw-r--r--t/condinc.sh2
-rw-r--r--t/condinc2.sh2
-rw-r--r--t/condlib.sh2
-rw-r--r--t/condman2.sh2
-rw-r--r--t/condman3.sh2
-rw-r--r--t/confdeps.sh2
-rw-r--r--t/conff.sh2
-rw-r--r--t/conff2.sh2
-rw-r--r--t/conffile-leading-dot.sh2
-rw-r--r--t/confh-subdir-clean.sh2
-rw-r--r--t/confh.sh2
-rw-r--r--t/confh4.sh2
-rw-r--r--t/confh5.sh2
-rw-r--r--t/confh6.sh2
-rw-r--r--t/confh7.sh2
-rw-r--r--t/confh8.sh2
-rw-r--r--t/configure.sh2
-rw-r--r--t/confincl.sh2
-rw-r--r--t/conflnk.sh2
-rw-r--r--t/conflnk2.sh2
-rw-r--r--t/conflnk3.sh2
-rw-r--r--t/conflnk4.sh2
-rw-r--r--t/confsub.sh2
-rw-r--r--t/confvar.sh2
-rw-r--r--t/confvar2.sh2
-rw-r--r--t/copy.sh2
-rw-r--r--t/cscope.tap2
-rw-r--r--t/cscope2.sh2
-rw-r--r--t/cscope3.sh2
-rw-r--r--t/cxx-demo.sh2
-rw-r--r--t/cxx-lt-demo.sh2
-rw-r--r--t/cxx.sh2
-rw-r--r--t/cxx2.sh2
-rw-r--r--t/cxxcpp.sh2
-rw-r--r--t/cxxlibobj.sh2
-rw-r--r--t/cxxlink.sh2
-rw-r--r--t/cxxnoc.sh2
-rw-r--r--t/cygnus-no-more.sh2
-rw-r--r--t/cygwin32.sh2
-rw-r--r--t/dash.sh2
-rw-r--r--t/defun.sh2
-rw-r--r--t/defun2.sh2
-rw-r--r--t/dejagnu-absolute-builddir.sh2
-rw-r--r--t/dejagnu-relative-srcdir.sh2
-rw-r--r--t/dejagnu-siteexp-append.sh2
-rw-r--r--t/dejagnu-siteexp-extend.sh2
-rw-r--r--t/dejagnu-siteexp-useredit.sh2
-rw-r--r--t/dejagnu.sh2
-rw-r--r--t/dejagnu2.sh2
-rw-r--r--t/dejagnu3.sh2
-rw-r--r--t/dejagnu4.sh2
-rw-r--r--t/dejagnu5.sh2
-rw-r--r--t/dejagnu6.sh2
-rw-r--r--t/dejagnu7.sh2
-rw-r--r--t/deleted-am.sh2
-rw-r--r--t/deleted-m4.sh2
-rw-r--r--t/depacl2.sh2
-rw-r--r--t/depcomp-implicit-auxdir.sh2
-rw-r--r--t/depcomp.sh2
-rw-r--r--t/depcomp2.sh2
-rw-r--r--t/depcomp8a.sh2
-rw-r--r--t/depcomp8b.sh2
-rw-r--r--t/depdist.sh2
-rw-r--r--t/depend-postproc.sh2
-rw-r--r--t/depend.sh2
-rw-r--r--t/depend3.sh2
-rw-r--r--t/depend4.sh2
-rw-r--r--t/depend5.sh2
-rw-r--r--t/depend6.sh2
-rw-r--r--t/deprecated-acinit.sh2
-rw-r--r--t/destdir.sh2
-rw-r--r--t/dir-named-obj-is-bad.sh2
-rw-r--r--t/discover.sh2
-rw-r--r--t/dist-auxdir-many-subdirs.sh2
-rw-r--r--t/dist-auxfile-2.sh2
-rw-r--r--t/dist-auxfile.sh2
-rw-r--r--t/dist-formats.tap2
-rw-r--r--t/dist-included-parent-dir.sh2
-rw-r--r--t/dist-install-sh.sh2
-rw-r--r--t/dist-lzma.sh2
-rw-r--r--t/dist-missing-am.sh2
-rw-r--r--t/dist-missing-included-m4.sh2
-rw-r--r--t/dist-missing-m4.sh2
-rw-r--r--t/dist-pr109765.sh2
-rw-r--r--t/dist-readonly.sh2
-rw-r--r--t/dist-repeated.sh2
-rw-r--r--t/dist-shar.sh2
-rw-r--r--t/dist-tarZ.sh2
-rw-r--r--t/dist-with-unreadable-makefile-fails.sh2
-rw-r--r--t/distcheck-configure-flags-am.sh2
-rw-r--r--t/distcheck-configure-flags-subpkg.sh2
-rw-r--r--t/distcheck-configure-flags.sh2
-rw-r--r--t/distcheck-hook.sh2
-rw-r--r--t/distcheck-hook2.sh2
-rw-r--r--t/distcheck-missing-m4.sh2
-rw-r--r--t/distcheck-no-prefix-or-srcdir-override.sh2
-rw-r--r--t/distcheck-outdated-m4.sh2
-rw-r--r--t/distcheck-override-infodir.sh2
-rw-r--r--t/distcheck-pr10470.sh2
-rw-r--r--t/distcheck-pr18286.sh2
-rw-r--r--t/distcheck-pr9579.sh2
-rw-r--r--t/distcheck-writable-srcdir.sh2
-rw-r--r--t/distcleancheck.sh2
-rw-r--r--t/distcom-subdir.sh2
-rw-r--r--t/distcom2.sh2
-rw-r--r--t/distcom3.sh2
-rw-r--r--t/distcom4.sh2
-rw-r--r--t/distcom5.sh2
-rw-r--r--t/distdir.sh2
-rw-r--r--t/disthook.sh2
-rw-r--r--t/distlinks.sh2
-rw-r--r--t/distlinksbrk.sh2
-rw-r--r--t/distname.sh2
-rw-r--r--t/dmalloc.sh2
-rw-r--r--t/doc-parsing-buglets-colneq-subst.sh4
-rw-r--r--t/doc-parsing-buglets-tabs.sh2
-rw-r--r--t/dollar.sh2
-rw-r--r--t/dollarvar.sh2
-rw-r--r--t/dollarvar2.sh2
-rw-r--r--t/double.sh2
-rw-r--r--t/dup2.sh2
-rw-r--r--t/else.sh2
-rw-r--r--t/empty-data-primary.sh2
-rw-r--r--t/empty-sources-primary.tap2
-rw-r--r--t/exdir.sh2
-rw-r--r--t/exdir2.sh2
-rw-r--r--t/exdir3.sh2
-rw-r--r--t/exeext.sh2
-rw-r--r--t/exeext2.sh2
-rw-r--r--t/exeext3.sh2
-rw-r--r--t/exeext4.sh2
-rw-r--r--t/ext.sh2
-rw-r--r--t/ext2.sh2
-rw-r--r--t/ext3.sh2
-rw-r--r--t/extra-data.sh2
-rw-r--r--t/extra-deps-lt.sh2
-rw-r--r--t/extra-deps.sh2
-rw-r--r--t/extra-dist-dirs-and-subdirs.sh2
-rw-r--r--t/extra-dist-vpath-dir-merge.sh2
-rw-r--r--t/extra-dist-vpath-dir.sh2
-rw-r--r--t/extra-dist-wildcards-gnu.sh2
-rw-r--r--t/extra-dist-wildcards-vpath.sh2
-rw-r--r--t/extra-dist-wildcards.sh2
-rw-r--r--t/extra-portability.sh2
-rw-r--r--t/extra-portability2.sh2
-rw-r--r--t/extra-portability3.sh2
-rw-r--r--t/extra-programs-and-libs.sh2
-rw-r--r--t/extra-programs-empty.sh2
-rw-r--r--t/extra-programs-misc.sh2
-rw-r--r--t/extra-sources-no-spurious.sh2
-rw-r--r--t/extra-sources.sh2
-rw-r--r--t/extra.sh2
-rw-r--r--t/f90only.sh2
-rw-r--r--t/flavor.sh2
-rw-r--r--t/flibs.sh2
-rw-r--r--t/fn99.sh2
-rw-r--r--t/fn99subdir.sh2
-rw-r--r--t/fnoc.sh2
-rw-r--r--t/fonly.sh2
-rw-r--r--t/forcemiss.sh2
-rw-r--r--t/forcemiss2.sh2
-rw-r--r--t/fort1.sh2
-rw-r--r--t/fort2.sh2
-rw-r--r--t/fort4.sh2
-rw-r--r--t/fort5.sh2
-rw-r--r--t/fortdep.sh2
-rw-r--r--t/gcj.sh2
-rw-r--r--t/gcj2.sh2
-rw-r--r--t/gcj3.sh2
-rw-r--r--t/gcj4.sh2
-rw-r--r--t/gcj5.sh2
-rw-r--r--t/gcj6.sh2
-rw-r--r--t/get-sysconf.sh2
-rw-r--r--t/gettext-basics.sh2
-rw-r--r--t/gettext-config-rpath.sh2
-rw-r--r--t/gettext-external-pr338.sh2
-rw-r--r--t/gettext-intl-subdir.sh2
-rw-r--r--t/gettext-macros.sh4
-rw-r--r--t/gettext-pr381.sh2
-rw-r--r--t/gnits.sh2
-rw-r--r--t/gnits2.sh2
-rw-r--r--t/gnits3.sh2
-rw-r--r--t/gnumake.sh2
-rw-r--r--t/gnuwarn.sh2
-rw-r--r--t/gnuwarn2.sh2
-rw-r--r--t/hdr-vars-defined-once.sh2
-rw-r--r--t/header.sh2
-rw-r--r--t/help-depend.sh2
-rw-r--r--t/help-depend2.sh2
-rw-r--r--t/help-dmalloc.sh2
-rw-r--r--t/help-init.sh2
-rw-r--r--t/help-lispdir.sh2
-rw-r--r--t/help-python.sh2
-rw-r--r--t/help-silent.sh2
-rw-r--r--t/help-upc.sh2
-rw-r--r--t/help.sh2
-rw-r--r--t/help2.sh2
-rw-r--r--t/help3.sh2
-rw-r--r--t/help4.sh2
-rw-r--r--t/hfs.sh2
-rw-r--r--t/implicit.sh2
-rw-r--r--t/init.sh2
-rw-r--r--t/init2.sh2
-rw-r--r--t/install-info-dir.sh2
-rw-r--r--t/install-sh-option-C.sh2
-rw-r--r--t/install-sh-unittests.sh2
-rw-r--r--t/installdir.sh2
-rw-r--r--t/instdat.sh2
-rw-r--r--t/instdat2.sh2
-rw-r--r--t/instdir-cond.sh2
-rw-r--r--t/instdir-cond2.sh2
-rw-r--r--t/instdir-java.sh2
-rw-r--r--t/instdir-lisp.sh2
-rw-r--r--t/instdir-ltlib.sh2
-rw-r--r--t/instdir-no-empty.sh2
-rw-r--r--t/instdir-prog.sh2
-rw-r--r--t/instdir-python.sh2
-rw-r--r--t/instdir-texi.sh2
-rw-r--r--t/instdir.sh2
-rw-r--r--t/instdir2.sh2
-rw-r--r--t/instexec.sh2
-rw-r--r--t/instfail-info.sh2
-rw-r--r--t/instfail-java.sh2
-rw-r--r--t/instfail-libtool.sh2
-rw-r--r--t/instfail.sh2
-rw-r--r--t/insthook.sh2
-rw-r--r--t/instman.sh2
-rw-r--r--t/instman2.sh2
-rw-r--r--t/instmany-mans.sh2
-rw-r--r--t/instmany-python.sh2
-rw-r--r--t/instmany.sh2
-rw-r--r--t/instspc.tap2
-rw-r--r--t/interp.sh2
-rw-r--r--t/interp2.sh2
-rw-r--r--t/java-check.sh2
-rw-r--r--t/java-clean.sh2
-rw-r--r--t/java-compile-install.sh2
-rw-r--r--t/java-compile-run-flat.sh2
-rw-r--r--t/java-compile-run-nested.sh2
-rw-r--r--t/java-empty-classpath.sh2
-rw-r--r--t/java-extra.sh2
-rw-r--r--t/java-mix.sh2
-rw-r--r--t/java-no-duplicate.sh2
-rw-r--r--t/java-nobase.sh2
-rw-r--r--t/java-noinst.sh2
-rw-r--r--t/java-rebuild.sh2
-rw-r--r--t/java-sources.sh2
-rw-r--r--t/java-uninstall.sh2
-rw-r--r--t/java.sh2
-rw-r--r--t/java2.sh2
-rw-r--r--t/java3.sh2
-rw-r--r--t/javadir-undefined.sh2
-rw-r--r--t/javaflags.sh2
-rw-r--r--t/javaprim.sh2
-rw-r--r--t/javasubst.sh2
-rw-r--r--t/ldadd.sh2
-rw-r--r--t/ldflags.sh2
-rw-r--r--t/lex-clean-cxx.sh2
-rw-r--r--t/lex-clean.sh2
-rw-r--r--t/lex-depend-cxx.sh2
-rw-r--r--t/lex-depend-grep.sh2
-rw-r--r--t/lex-depend.sh2
-rw-r--r--t/lex-header.sh2
-rw-r--r--t/lex-lib-external.sh2
-rw-r--r--t/lex-lib.sh2
-rw-r--r--t/lex-libobj.sh2
-rw-r--r--t/lex-line.sh2
-rw-r--r--t/lex-multiple.sh6
-rw-r--r--t/lex-nodist.sh2
-rw-r--r--t/lex-noyywrap.sh2
-rw-r--r--t/lex-pr204.sh2
-rw-r--r--t/lex-subobj-nodep.sh2
-rw-r--r--t/lex.sh2
-rw-r--r--t/lex2.sh2
-rw-r--r--t/lex3.sh2
-rw-r--r--t/lex5.sh2
-rw-r--r--t/lexcpp.sh2
-rw-r--r--t/lexvpath.sh2
-rw-r--r--t/lflags-cxx.sh2
-rw-r--r--t/lflags.sh2
-rw-r--r--t/libexec.sh2
-rw-r--r--t/libobj-basic.sh2
-rw-r--r--t/libobj-no-dependency-tracking.sh2
-rw-r--r--t/libobj10.sh2
-rw-r--r--t/libobj12.sh2
-rw-r--r--t/libobj13.sh2
-rw-r--r--t/libobj14.sh2
-rw-r--r--t/libobj15a.sh2
-rw-r--r--t/libobj15b.sh4
-rw-r--r--t/libobj15c.sh4
-rw-r--r--t/libobj16a.sh2
-rw-r--r--t/libobj16b.sh2
-rw-r--r--t/libobj17.sh2
-rw-r--r--t/libobj18.sh2
-rw-r--r--t/libobj19.sh2
-rw-r--r--t/libobj2.sh2
-rw-r--r--t/libobj20a.sh2
-rw-r--r--t/libobj20b.sh4
-rw-r--r--t/libobj20c.sh2
-rw-r--r--t/libobj3.sh2
-rw-r--r--t/libobj4.sh2
-rw-r--r--t/libobj5.sh2
-rw-r--r--t/libobj7.sh2
-rw-r--r--t/library.sh2
-rw-r--r--t/library2.sh2
-rw-r--r--t/library3.sh2
-rw-r--r--t/libtoo10.sh2
-rw-r--r--t/libtoo11.sh2
-rw-r--r--t/libtool-macros.sh2
-rw-r--r--t/libtool.sh2
-rw-r--r--t/libtool2.sh2
-rw-r--r--t/libtool3.sh2
-rw-r--r--t/libtool4.sh2
-rw-r--r--t/libtool5.sh2
-rw-r--r--t/libtool6.sh2
-rw-r--r--t/libtool7.sh2
-rw-r--r--t/libtool8.sh2
-rw-r--r--t/libtool9.sh2
-rw-r--r--t/license.sh2
-rw-r--r--t/license2.sh2
-rw-r--r--t/link_c_cxx.sh2
-rw-r--r--t/link_cond.sh2
-rw-r--r--t/link_dist.sh2
-rw-r--r--t/link_f90_only.sh2
-rw-r--r--t/link_f_only.sh2
-rw-r--r--t/link_fc.sh2
-rw-r--r--t/link_fccxx.sh2
-rw-r--r--t/link_fcxx.sh2
-rw-r--r--t/link_override.sh2
-rw-r--r--t/lisp-flags.sh2
-rw-r--r--t/lisp-loadpath.sh2
-rw-r--r--t/lisp-pr11806.sh2
-rw-r--r--t/lisp-subdir-mix.sh2
-rw-r--r--t/lisp-subdir.sh2
-rw-r--r--t/lisp-subdir2.sh2
-rw-r--r--t/lisp2.sh2
-rw-r--r--t/lisp3.sh2
-rw-r--r--t/lisp4.sh2
-rw-r--r--t/lisp5.sh2
-rw-r--r--t/lisp6.sh2
-rw-r--r--t/lisp7.sh2
-rw-r--r--t/lisp8.sh2
-rw-r--r--t/lispdry.sh2
-rw-r--r--t/list-of-tests.mk2
-rw-r--r--t/listval.sh2
-rw-r--r--t/local.mk2
-rw-r--r--t/location.sh2
-rw-r--r--t/longlin2.sh2
-rw-r--r--t/longline.sh2
-rw-r--r--t/ltcond.sh2
-rw-r--r--t/ltcond2.sh2
-rw-r--r--t/ltconv.sh2
-rw-r--r--t/ltdeps.sh2
-rw-r--r--t/ltinit.sh2
-rw-r--r--t/ltinstloc.sh2
-rw-r--r--t/ltlibobjs.sh2
-rw-r--r--t/ltlibsrc.sh2
-rw-r--r--t/ltorder.sh2
-rw-r--r--t/m4-inclusion.sh2
-rw-r--r--t/maintclean-vpath.sh2
-rw-r--r--t/maintclean.sh2
-rw-r--r--t/maintmode-configure-msg.sh2
-rw-r--r--t/make-dryrun.tap2
-rw-r--r--t/make-is-gnu.sh2
-rw-r--r--t/make-keepgoing.tap2
-rw-r--r--t/make.sh2
-rw-r--r--t/makefile-deps.sh2
-rw-r--r--t/makej.sh2
-rw-r--r--t/makej2.sh2
-rw-r--r--t/maken.sh2
-rw-r--r--t/maken3.sh2
-rw-r--r--t/makevars.sh2
-rw-r--r--t/man.sh2
-rw-r--r--t/man2.sh2
-rw-r--r--t/man3.sh2
-rw-r--r--t/man5.sh2
-rw-r--r--t/man6.sh2
-rw-r--r--t/man7.sh2
-rw-r--r--t/man8.sh2
-rw-r--r--t/mdate.sh2
-rw-r--r--t/mdate2.sh2
-rw-r--r--t/mdate3.sh2
-rw-r--r--t/mdate4.sh2
-rw-r--r--t/mdate5.sh2
-rw-r--r--t/mdate6.sh2
-rw-r--r--t/missing-auxfile-stops-makefiles-creation.sh2
-rw-r--r--t/missing-version-mismatch.sh2
-rw-r--r--t/missing3.sh2
-rw-r--r--t/mkdir_p.sh2
-rw-r--r--t/mkdirp-deprecation.sh2
-rw-r--r--t/mkinst2.sh2
-rw-r--r--t/mkinst3.sh2
-rw-r--r--t/mkinstall.sh2
-rw-r--r--t/mmode.sh2
-rw-r--r--t/mmodely.sh2
-rw-r--r--t/no-extra-c-stuff.sh2
-rw-r--r--t/no-extra-makefile-code.sh4
-rw-r--r--t/no-spurious-install-recursive.sh2
-rw-r--r--t/nobase-libtool.sh2
-rw-r--r--t/nobase-nodist.sh2
-rw-r--r--t/nobase-python.sh2
-rw-r--r--t/nobase.sh2
-rw-r--r--t/nodef.sh2
-rw-r--r--t/nodef2.sh2
-rw-r--r--t/nodep.sh2
-rw-r--r--t/nodep2.sh2
-rw-r--r--t/nodepcomp.sh2
-rw-r--r--t/nodist.sh2
-rw-r--r--t/nodist2.sh2
-rw-r--r--t/nodist3.sh2
-rw-r--r--t/noinst.sh2
-rw-r--r--t/noinstdir.sh2
-rw-r--r--t/nolink.sh2
-rw-r--r--t/nostdinc.sh2
-rw-r--r--t/notrans.sh2
-rw-r--r--t/number.sh2
-rw-r--r--t/objc-deps.sh2
-rw-r--r--t/objc-flags.sh2
-rw-r--r--t/objc-megademo.sh2
-rw-r--r--t/objc-minidemo.sh2
-rw-r--r--t/objcxx-deps.sh2
-rw-r--r--t/objcxx-flags.sh2
-rw-r--r--t/objcxx-minidemo.sh2
-rw-r--r--t/objext-pr10128.sh2
-rw-r--r--t/oldvars.sh2
-rw-r--r--t/order.sh2
-rw-r--r--t/output-order.sh2
-rw-r--r--t/output.sh2
-rw-r--r--t/output10.sh2
-rw-r--r--t/output11.sh2
-rw-r--r--t/output12.sh2
-rw-r--r--t/output13.sh2
-rw-r--r--t/output2.sh2
-rw-r--r--t/output3.sh2
-rw-r--r--t/output4.sh2
-rw-r--r--t/output5.sh2
-rw-r--r--t/output6.sh2
-rw-r--r--t/output7.sh2
-rw-r--r--t/output8.sh2
-rw-r--r--t/output9.sh2
-rw-r--r--t/override-conditional-1.sh2
-rw-r--r--t/override-conditional-2.sh2
-rw-r--r--t/override-conditional-pr13940.sh2
-rw-r--r--t/override-html.sh2
-rw-r--r--t/override-suggest-local.sh2
-rw-r--r--t/parallel-am.sh2
-rw-r--r--t/parallel-am2.sh2
-rw-r--r--t/parallel-am3.sh2
-rw-r--r--t/parallel-tests-basics.sh2
-rw-r--r--t/parallel-tests-cmdline-override.sh2
-rw-r--r--t/parallel-tests-concurrency-2.sh2
-rw-r--r--t/parallel-tests-concurrency.sh2
-rw-r--r--t/parallel-tests-console-output.sh2
-rw-r--r--t/parallel-tests-driver-install.sh2
-rw-r--r--t/parallel-tests-dry-run-1.sh2
-rw-r--r--t/parallel-tests-dry-run-2.sh2
-rw-r--r--t/parallel-tests-empty-testlogs.sh2
-rw-r--r--t/parallel-tests-empty.sh2
-rw-r--r--t/parallel-tests-exeext.sh2
-rw-r--r--t/parallel-tests-exit-status-reported.sh2
-rw-r--r--t/parallel-tests-exit-statuses.sh2
-rw-r--r--t/parallel-tests-extra-programs.sh2
-rw-r--r--t/parallel-tests-fd-redirect-exeext.sh2
-rw-r--r--t/parallel-tests-fd-redirect.sh2
-rw-r--r--t/parallel-tests-fork-bomb.sh2
-rw-r--r--t/parallel-tests-generated-and-distributed.sh2
-rw-r--r--t/parallel-tests-harderror.sh2
-rw-r--r--t/parallel-tests-interrupt.tap2
-rw-r--r--t/parallel-tests-log-compiler-1.sh2
-rw-r--r--t/parallel-tests-log-compiler-2.sh2
-rw-r--r--t/parallel-tests-log-compiler-example.sh2
-rw-r--r--t/parallel-tests-log-override-1.sh2
-rw-r--r--t/parallel-tests-log-override-2.sh2
-rw-r--r--t/parallel-tests-log-override-recheck.sh2
-rw-r--r--t/parallel-tests-no-color-in-log.sh2
-rw-r--r--t/parallel-tests-no-spurious-summary.sh2
-rw-r--r--t/parallel-tests-once.sh2
-rw-r--r--t/parallel-tests-recheck-depends-on-all.sh2
-rw-r--r--t/parallel-tests-recheck-pr11791.sh2
-rw-r--r--t/parallel-tests-recheck.sh2
-rw-r--r--t/parallel-tests-reset-term.sh2
-rw-r--r--t/parallel-tests-subdir.sh2
-rw-r--r--t/parallel-tests-suffix-prog.sh2
-rw-r--r--t/parallel-tests-suffix.sh2
-rw-r--r--t/parallel-tests-trailing-whitespace.sh2
-rw-r--r--t/parallel-tests-unreadable.sh2
-rw-r--r--t/parse.sh2
-rw-r--r--t/per-target-flags.sh2
-rw-r--r--t/percent.sh2
-rw-r--r--t/percent2.sh2
-rwxr-xr-xt/perf/cond.sh2
-rwxr-xr-xt/perf/testsuite-recheck.sh2
-rwxr-xr-xt/perf/testsuite-summary.sh2
-rw-r--r--t/phony.sh2
-rw-r--r--t/pkg-config-macros.sh2
-rw-r--r--t/pluseq.sh2
-rw-r--r--t/pluseq10.sh2
-rw-r--r--t/pluseq11.sh2
-rw-r--r--t/pluseq2.sh2
-rw-r--r--t/pluseq3.sh2
-rw-r--r--t/pluseq4.sh2
-rw-r--r--t/pluseq5.sh2
-rw-r--r--t/pluseq6.sh2
-rw-r--r--t/pluseq7.sh2
-rw-r--r--t/pluseq8.sh2
-rw-r--r--t/pluseq9.sh2
-rw-r--r--t/pm/Cond2.pl2
-rw-r--r--t/pm/Cond3.pl2
-rw-r--r--t/pm/Condition-t.pl2
-rw-r--r--t/pm/Condition.pl2
-rw-r--r--t/pm/DisjCon2.pl2
-rw-r--r--t/pm/DisjCon3.pl2
-rw-r--r--t/pm/DisjConditions-t.pl2
-rw-r--r--t/pm/DisjConditions.pl2
-rw-r--r--t/pm/Version.pl2
-rw-r--r--t/pm/Version2.pl2
-rw-r--r--t/pm/Version3.pl2
-rw-r--r--t/pm/Wrap.pl2
-rw-r--r--t/posixsubst-data.sh2
-rw-r--r--t/posixsubst-extradist.sh2
-rw-r--r--t/posixsubst-ldadd.sh2
-rw-r--r--t/posixsubst-libraries.sh2
-rw-r--r--t/posixsubst-ltlibraries.sh2
-rw-r--r--t/posixsubst-programs.sh2
-rw-r--r--t/posixsubst-scripts.sh2
-rw-r--r--t/posixsubst-sources.sh2
-rw-r--r--t/posixsubst-tests.sh2
-rw-r--r--t/ppf77.sh2
-rw-r--r--t/pr2.sh2
-rw-r--r--t/pr211.sh2
-rw-r--r--t/pr220.sh2
-rw-r--r--t/pr224.sh2
-rw-r--r--t/pr229.sh2
-rw-r--r--t/pr243.sh2
-rw-r--r--t/pr266.sh2
-rw-r--r--t/pr279-2.sh2
-rw-r--r--t/pr279.sh2
-rw-r--r--t/pr287.sh2
-rw-r--r--t/pr300-lib.sh2
-rw-r--r--t/pr300-ltlib.sh2
-rw-r--r--t/pr300-prog.sh2
-rw-r--r--t/pr307.sh2
-rw-r--r--t/pr401.sh2
-rw-r--r--t/pr401b.sh2
-rw-r--r--t/pr401c.sh2
-rw-r--r--t/pr72.sh2
-rw-r--r--t/pr87.sh2
-rw-r--r--t/pr9.sh2
-rw-r--r--t/precious.sh2
-rw-r--r--t/prefix.sh2
-rw-r--r--t/preproc-basics.sh2
-rw-r--r--t/preproc-c-compile.sh2
-rw-r--r--t/preproc-demo.sh2
-rw-r--r--t/preproc-errmsg.sh2
-rw-r--r--t/primary-prefix-couples-documented-valid.sh2
-rw-r--r--t/primary-prefix-couples-force-valid.sh2
-rw-r--r--t/primary-prefix-invalid-couples.tap2
-rw-r--r--t/primary-prefix-valid-couples.sh2
-rw-r--r--t/primary.sh2
-rw-r--r--t/primary2.sh2
-rw-r--r--t/primary3.sh2
-rw-r--r--t/print-libdir.sh2
-rw-r--r--t/proginst.sh2
-rw-r--r--t/programs-primary-rewritten.sh2
-rw-r--r--t/py-compile-basedir.sh2
-rw-r--r--t/py-compile-basic.sh2
-rw-r--r--t/py-compile-destdir.sh2
-rw-r--r--t/py-compile-env.sh2
-rw-r--r--t/py-compile-option-terminate.sh2
-rw-r--r--t/py-compile-usage.sh2
-rw-r--r--t/python-am-path-iftrue.sh2
-rw-r--r--t/python-dist.sh2
-rw-r--r--t/python-missing.sh2
-rw-r--r--t/python-pr10995.sh2
-rw-r--r--t/python-too-old.sh2
-rw-r--r--t/python-vars.sh2
-rw-r--r--t/python-virtualenv.sh2
-rw-r--r--t/python.sh2
-rw-r--r--t/python10.sh2
-rw-r--r--t/python11.sh2
-rw-r--r--t/python12.sh2
-rw-r--r--t/python2.sh2
-rw-r--r--t/python3.sh2
-rw-r--r--t/recurs-user-deeply-nested.sh2
-rw-r--r--t/recurs-user-indir.sh2
-rw-r--r--t/recurs-user-keep-going.sh2
-rw-r--r--t/recurs-user-many.sh2
-rw-r--r--t/recurs-user-no-subdirs.sh2
-rw-r--r--t/recurs-user-no-top-level.sh2
-rw-r--r--t/recurs-user-override.sh2
-rw-r--r--t/recurs-user-phony.sh2
-rw-r--r--t/recurs-user-wrap.sh2
-rw-r--r--t/recurs-user.sh2
-rw-r--r--t/recurs-user2.sh2
-rw-r--r--t/relativize.tap2
-rw-r--r--t/remake-aclocal-version-mismatch.sh2
-rw-r--r--t/remake-after-acinclude-m4.sh2
-rw-r--r--t/remake-after-aclocal-m4.sh2
-rw-r--r--t/remake-after-configure-ac.sh2
-rw-r--r--t/remake-after-makefile-am.sh2
-rw-r--r--t/remake-all-1.sh2
-rw-r--r--t/remake-all-2.sh2
-rw-r--r--t/remake-am-pr10111.sh2
-rw-r--r--t/remake-config-status-dependencies.sh2
-rw-r--r--t/remake-configure-dependencies.sh2
-rw-r--r--t/remake-deeply-nested.sh2
-rw-r--r--t/remake-deleted-am-2.sh2
-rw-r--r--t/remake-deleted-am-subdir.sh2
-rw-r--r--t/remake-deleted-am.sh2
-rw-r--r--t/remake-deleted-m4-file.sh2
-rw-r--r--t/remake-fail.sh2
-rw-r--r--t/remake-gnulib-add-acsubst.sh4
-rw-r--r--t/remake-gnulib-add-header.sh4
-rw-r--r--t/remake-gnulib-remove-header.sh4
-rw-r--r--t/remake-include-aclocal.sh2
-rw-r--r--t/remake-include-configure.sh2
-rw-r--r--t/remake-include-makefile.sh2
-rw-r--r--t/remake-m4-pr10111.sh2
-rw-r--r--t/remake-macrodir.sh2
-rw-r--r--t/remake-maintainer-mode.sh2
-rw-r--r--t/remake-makefile-intree.sh2
-rw-r--r--t/remake-makefile-vpath.sh2
-rw-r--r--t/remake-mild-stress.sh2
-rw-r--r--t/remake-moved-m4-file.sh2
-rw-r--r--t/remake-not-after-make-dist.sh2
-rw-r--r--t/remake-recurs-user.sh2
-rw-r--r--t/remake-renamed-am.sh2
-rw-r--r--t/remake-renamed-m4-file.sh2
-rw-r--r--t/remake-renamed-m4-macro-and-file.sh2
-rw-r--r--t/remake-renamed-m4-macro.sh2
-rw-r--r--t/remake-subdir-from-subdir.sh2
-rw-r--r--t/remake-subdir-gnu.sh2
-rw-r--r--t/remake-subdir-grepping.sh2
-rw-r--r--t/remake-subdir-long-time.sh2
-rw-r--r--t/remake-subdir-no-makefile.sh2
-rw-r--r--t/remake-subdir-only.sh2
-rw-r--r--t/remake-subdir.sh2
-rw-r--r--t/remake-subdir2.sh2
-rw-r--r--t/remake-subdir3.sh2
-rw-r--r--t/remake-timing-bug-pr8365.sh2
-rw-r--r--t/repeated-options.sh2
-rw-r--r--t/reqd2.sh2
-rw-r--r--t/rm-f-probe.sh2
-rw-r--r--t/rulepat.sh2
-rw-r--r--t/sanity.sh2
-rw-r--r--t/seenc.sh2
-rw-r--r--t/self-check-cc-no-c-o.sh2
-rw-r--r--t/self-check-configure-help.sh4
-rw-r--r--t/self-check-dir.tap2
-rw-r--r--t/self-check-exit.tap4
-rw-r--r--t/self-check-explicit-skips.sh2
-rw-r--r--t/self-check-is-blocked-signal.tap2
-rw-r--r--t/self-check-is_newest.tap2
-rw-r--r--t/self-check-me.tap2
-rw-r--r--t/self-check-report.sh2
-rw-r--r--t/self-check-seq.tap2
-rw-r--r--t/self-check-shell-no-trail-bslash.sh2
-rw-r--r--t/self-check-unindent.tap2
-rw-r--r--t/serial-tests.sh2
-rw-r--r--t/silent-c.sh2
-rw-r--r--t/silent-configsite.sh2
-rw-r--r--t/silent-custom.sh2
-rw-r--r--t/silent-cxx.sh2
-rw-r--r--t/silent-f77.sh2
-rw-r--r--t/silent-f90.sh2
-rw-r--r--t/silent-gen.sh2
-rw-r--r--t/silent-lex.sh2
-rw-r--r--t/silent-lt.sh2
-rw-r--r--t/silent-many-languages.sh2
-rw-r--r--t/silent-nested-vars.sh2
-rw-r--r--t/silent-texi.sh2
-rw-r--r--t/silent-yacc-headers.sh2
-rw-r--r--t/silent-yacc.sh2
-rw-r--r--t/sourcefile-in-subdir.sh2
-rw-r--r--t/space.sh2
-rw-r--r--t/specflg-dummy.sh2
-rw-r--r--t/specflg6.sh2
-rw-r--r--t/specflg7.sh2
-rw-r--r--t/specflg8.sh2
-rw-r--r--t/specflg9.sh2
-rw-r--r--t/spell.sh2
-rw-r--r--t/spell2.sh2
-rw-r--r--t/spell3.sh2
-rw-r--r--t/spelling.sh2
-rw-r--r--t/spy-double-colon.sh2
-rw-r--r--t/spy-rm.tap4
-rw-r--r--t/src-acsubst.sh2
-rw-r--r--t/stamph2.sh2
-rw-r--r--t/stdinc.sh2
-rw-r--r--t/stdlib.sh2
-rw-r--r--t/stdlib2.sh2
-rw-r--r--t/strictness-override.sh2
-rw-r--r--t/strictness-precedence.sh2
-rw-r--r--t/strip.sh2
-rw-r--r--t/strip2.sh2
-rw-r--r--t/strip3.sh2
-rw-r--r--t/subdir-ac-subst.sh2
-rw-r--r--t/subdir-add-pr46.sh2
-rw-r--r--t/subdir-add2-pr46.sh2
-rw-r--r--t/subdir-am-cond.sh2
-rw-r--r--t/subdir-cond-err.sh2
-rw-r--r--t/subdir-cond-gettext.sh2
-rw-r--r--t/subdir-distclean.sh2
-rw-r--r--t/subdir-env-interference.sh2
-rw-r--r--t/subdir-keep-going-pr12554.sh2
-rw-r--r--t/subdir-order.sh2
-rw-r--r--t/subdir-subsub.sh2
-rw-r--r--t/subdir-with-slash.sh2
-rw-r--r--t/subdir.sh2
-rw-r--r--t/subobj-clean-lt-pr10697.sh2
-rw-r--r--t/subobj-clean-pr10697.sh2
-rw-r--r--t/subobj-indir-pr13928.sh2
-rw-r--r--t/subobj-objname-clash.sh2
-rw-r--r--t/subobj-pr13928-more-langs.sh2
-rw-r--r--t/subobj-vpath-pr13928.sh2
-rw-r--r--t/subobj.sh2
-rw-r--r--t/subobj10.sh2
-rw-r--r--t/subobj11a.sh2
-rw-r--r--t/subobj11b.sh2
-rw-r--r--t/subobj11c.sh2
-rw-r--r--t/subobj2.sh2
-rw-r--r--t/subobj4.sh2
-rw-r--r--t/subobj5.sh2
-rw-r--r--t/subobj6.sh2
-rw-r--r--t/subobj7.sh2
-rw-r--r--t/subobj8.sh2
-rw-r--r--t/subobj9.sh2
-rw-r--r--t/subobjname.sh2
-rw-r--r--t/subpkg-macrodir.sh2
-rw-r--r--t/subpkg-yacc.sh2
-rw-r--r--t/subpkg.sh2
-rw-r--r--t/subpkg2.sh2
-rw-r--r--t/subpkg3.sh2
-rw-r--r--t/subpkg4.sh2
-rw-r--r--t/subst-no-trailing-empty-line.sh2
-rw-r--r--t/subst.sh2
-rw-r--r--t/subst3.sh2
-rw-r--r--t/subst4.sh2
-rw-r--r--t/subst5.sh2
-rw-r--r--t/substre2.sh2
-rw-r--r--t/substref.sh2
-rw-r--r--t/substtarg.sh2
-rw-r--r--t/suffix-chain.tap2
-rw-r--r--t/suffix-custom-pr14441.sh2
-rw-r--r--t/suffix-custom-subobj-and-specflg.sh2
-rw-r--r--t/suffix-custom-subobj.sh2
-rw-r--r--t/suffix-extra-c-stuff-pr14560.sh2
-rw-r--r--t/suffix.sh2
-rw-r--r--t/suffix10.tap2
-rw-r--r--t/suffix11.tap2
-rw-r--r--t/suffix2.sh2
-rw-r--r--t/suffix3.tap2
-rw-r--r--t/suffix4.sh2
-rw-r--r--t/suffix5.sh2
-rw-r--r--t/suffix6.sh2
-rw-r--r--t/suffix6b.sh2
-rw-r--r--t/suffix6c.sh2
-rw-r--r--t/suffix7.sh2
-rw-r--r--t/suffix8.tap2
-rw-r--r--t/suffix9.sh2
-rw-r--r--t/symlink.sh2
-rw-r--r--t/symlink2.sh2
-rw-r--r--t/syntax.sh2
-rw-r--r--t/tags-pr12372.sh2
-rw-r--r--t/tags.sh2
-rw-r--r--t/tags2.sh2
-rw-r--r--t/tagsub.sh2
-rw-r--r--t/tap-ambiguous-directive.sh2
-rw-r--r--t/tap-autonumber.sh2
-rw-r--r--t/tap-bad-prog.tap2
-rw-r--r--t/tap-bailout-and-logging.sh2
-rw-r--r--t/tap-bailout-leading-space.sh2
-rw-r--r--t/tap-bailout-suppress-badexit.sh2
-rw-r--r--t/tap-bailout-suppress-later-diagnostic.sh2
-rw-r--r--t/tap-bailout-suppress-later-errors.sh2
-rw-r--r--t/tap-bailout.sh2
-rw-r--r--t/tap-basic.sh2
-rw-r--r--t/tap-color.sh2
-rw-r--r--t/tap-common-setup.sh2
-rw-r--r--t/tap-deps.sh2
-rw-r--r--t/tap-diagnostic-custom.sh2
-rw-r--r--t/tap-diagnostic.sh2
-rw-r--r--t/tap-doc.sh2
-rw-r--r--t/tap-doc2.sh2
-rw-r--r--t/tap-driver-stderr.sh2
-rw-r--r--t/tap-empty-diagnostic.sh2
-rw-r--r--t/tap-empty.sh2
-rw-r--r--t/tap-escape-directive-2.sh2
-rw-r--r--t/tap-escape-directive.sh2
-rw-r--r--t/tap-exit.sh2
-rw-r--r--t/tap-fancy.sh2
-rw-r--r--t/tap-fancy2.sh2
-rw-r--r--t/tap-global-log.sh2
-rw-r--r--t/tap-global-result.sh2
-rw-r--r--t/tap-log.sh2
-rw-r--r--t/tap-merge-stdout-stderr.sh2
-rw-r--r--t/tap-missing-plan-and-bad-exit.sh2
-rw-r--r--t/tap-more.sh2
-rw-r--r--t/tap-more2.sh2
-rw-r--r--t/tap-msg0-bailout.sh2
-rw-r--r--t/tap-msg0-directive.sh2
-rw-r--r--t/tap-msg0-misc.sh2
-rw-r--r--t/tap-msg0-planskip.sh2
-rw-r--r--t/tap-msg0-result.sh2
-rw-r--r--t/tap-negative-numbers.sh2
-rw-r--r--t/tap-no-disable-hard-error.sh2
-rw-r--r--t/tap-no-merge-stdout-stderr.sh2
-rw-r--r--t/tap-no-spurious-numbers.sh2
-rw-r--r--t/tap-no-spurious-summary.sh2
-rw-r--r--t/tap-no-spurious.sh2
-rw-r--r--t/tap-not-ok-skip.sh2
-rw-r--r--t/tap-number-wordboundary.sh2
-rw-r--r--t/tap-numbers-leading-zero.sh2
-rw-r--r--t/tap-numeric-description.sh2
-rw-r--r--t/tap-out-of-order.sh2
-rw-r--r--t/tap-passthrough-exit.sh2
-rw-r--r--t/tap-passthrough.sh2
-rw-r--r--t/tap-plan-corner.sh2
-rw-r--r--t/tap-plan-errors.sh2
-rw-r--r--t/tap-plan-leading-zero.sh2
-rw-r--r--t/tap-plan-malformed.sh2
-rw-r--r--t/tap-plan-middle.sh2
-rw-r--r--t/tap-plan-whitespace.sh2
-rw-r--r--t/tap-plan.sh2
-rw-r--r--t/tap-planskip-and-logging.sh2
-rw-r--r--t/tap-planskip-badexit.sh2
-rw-r--r--t/tap-planskip-bailout.sh2
-rw-r--r--t/tap-planskip-case-insensitive.sh2
-rw-r--r--t/tap-planskip-late.sh2
-rw-r--r--t/tap-planskip-later-errors.sh2
-rw-r--r--t/tap-planskip-unplanned-corner.sh2
-rw-r--r--t/tap-planskip-unplanned.sh2
-rw-r--r--t/tap-planskip-whitespace.sh2
-rw-r--r--t/tap-planskip.sh2
-rw-r--r--t/tap-recheck-logs.sh2
-rw-r--r--t/tap-recheck.sh2
-rw-r--r--t/tap-result-comment.sh2
-rw-r--r--t/tap-signal.tap2
-rw-r--r--t/tap-summary-color.sh2
-rw-r--r--t/tap-summary.sh2
-rw-r--r--t/tap-test-number-0.sh2
-rw-r--r--t/tap-todo-skip-together.sh2
-rw-r--r--t/tap-todo-skip-whitespace.sh2
-rw-r--r--t/tap-todo-skip.sh2
-rw-r--r--t/tap-unplanned.sh2
-rw-r--r--t/tap-whitespace-normalization.sh2
-rw-r--r--t/tap-with-and-without-number.sh2
-rw-r--r--t/tap-xfail-tests.sh2
-rw-r--r--t/tar-opts-errors.sh2
-rw-r--r--t/tar-override.sh2
-rw-r--r--t/tar-pax.sh2
-rw-r--r--t/tar-ustar-id-too-high.sh2
-rw-r--r--t/tar-ustar.sh2
-rw-r--r--t/target-cflags.sh2
-rw-r--r--t/targetclash.sh2
-rw-r--r--t/test-driver-acsubst.sh2
-rw-r--r--t/test-driver-cond.sh2
-rw-r--r--t/test-driver-create-log-dir.sh2
-rw-r--r--t/test-driver-custom-multitest-recheck.sh2
-rw-r--r--t/test-driver-custom-multitest-recheck2.sh2
-rw-r--r--t/test-driver-custom-multitest.sh2
-rw-r--r--t/test-driver-custom-no-extra-driver.sh2
-rw-r--r--t/test-driver-custom-xfail-tests.sh2
-rw-r--r--t/test-driver-custom.sh2
-rw-r--r--t/test-driver-fail.sh2
-rw-r--r--t/test-driver-is-distributed.sh2
-rw-r--r--t/test-driver-strip-vpath.sh2
-rw-r--r--t/test-driver-trs-suffix-registered.sh2
-rw-r--r--t/test-extensions-cond.sh2
-rw-r--r--t/test-extensions.sh2
-rw-r--r--t/test-harness-vpath-rewrite.sh2
-rw-r--r--t/test-log.sh2
-rw-r--r--t/test-logs-repeated.sh2
-rw-r--r--t/test-metadata-global-log.sh2
-rw-r--r--t/test-metadata-global-result.sh2
-rw-r--r--t/test-metadata-recheck.sh2
-rw-r--r--t/test-metadata-results.sh2
-rw-r--r--t/test-missing.sh2
-rw-r--r--t/test-missing2.sh2
-rw-r--r--t/test-trs-basic.sh2
-rw-r--r--t/test-trs-recover.sh2
-rw-r--r--t/test-trs-recover2.sh2
-rw-r--r--t/tests-environment-and-log-compiler.sh2
-rw-r--r--t/tests-environment-backcompat.sh2
-rw-r--r--t/tests-environment-fd-redirect.sh6
-rw-r--r--t/tests-environment.sh2
-rw-r--r--t/testsuite-summary-color.sh2
-rw-r--r--t/testsuite-summary-count-many.sh2
-rw-r--r--t/testsuite-summary-count.sh2
-rw-r--r--t/testsuite-summary-reference-log.sh2
-rw-r--r--t/transform.sh2
-rw-r--r--t/transform2.sh4
-rw-r--r--t/transform3.sh2
-rw-r--r--t/txinfo-absolute-srcdir-pr408.sh2
-rw-r--r--t/txinfo-add-missing-and-dist.sh2
-rw-r--r--t/txinfo-bsd-make-recurs.sh2
-rw-r--r--t/txinfo-builddir.sh2
-rw-r--r--t/txinfo-clean.sh2
-rw-r--r--t/txinfo-dvi-recurs.sh2
-rw-r--r--t/txinfo-include.sh2
-rw-r--r--t/txinfo-info-in-srcdir.sh2
-rw-r--r--t/txinfo-makeinfo-error-no-clobber.sh2
-rw-r--r--t/txinfo-many-output-formats-vpath.sh2
-rw-r--r--t/txinfo-many-output-formats.sh2
-rw-r--r--t/txinfo-no-clutter.sh2
-rw-r--r--t/txinfo-no-extra-dist.sh2
-rw-r--r--t/txinfo-no-installinfo.sh2
-rw-r--r--t/txinfo-no-repeated-targets.sh2
-rw-r--r--t/txinfo-no-split.sh101
-rw-r--r--t/txinfo-nodist-info.sh2
-rw-r--r--t/txinfo-other-suffixes.sh2
-rw-r--r--t/txinfo-override-infodeps.sh2
-rw-r--r--t/txinfo-override-texinfo-tex.sh2
-rw-r--r--t/txinfo-setfilename-repeated.sh2
-rw-r--r--t/txinfo-setfilename-suffix-strip.sh2
-rw-r--r--t/txinfo-subdir-pr343.sh2
-rw-r--r--t/txinfo-tex-dist.sh2
-rw-r--r--t/txinfo-unrecognized-extension.sh2
-rw-r--r--t/txinfo-unrecognized-info-suffix.sh2
-rw-r--r--t/txinfo-vtexi.sh2
-rw-r--r--t/txinfo-vtexi2.sh2
-rw-r--r--t/txinfo-vtexi3.sh2
-rw-r--r--t/txinfo-vtexi4.sh2
-rw-r--r--t/txinfo-without-info-suffix.sh2
-rw-r--r--t/txinfo19.sh2
-rw-r--r--t/txinfo23.sh2
-rw-r--r--t/txinfo24.sh2
-rw-r--r--t/txinfo25.sh2
-rw-r--r--t/txinfo28.sh2
-rw-r--r--t/uninstall-fail.sh2
-rw-r--r--t/uninstall-pr9578.sh2
-rw-r--r--t/unused.sh2
-rw-r--r--t/upc.sh2
-rw-r--r--t/upc2.sh2
-rw-r--r--t/upc3.sh2
-rw-r--r--t/vala-configure.sh2
-rw-r--r--t/vala-grepping.sh2
-rw-r--r--t/vala-headers.sh2
-rw-r--r--t/vala-libs.sh2
-rw-r--r--t/vala-mix.sh2
-rw-r--r--t/vala-mix2.sh2
-rw-r--r--t/vala-non-recursive-setup.sh4
-rw-r--r--t/vala-parallel.sh2
-rw-r--r--t/vala-per-target-flags.sh2
-rw-r--r--t/vala-recursive-setup.sh2
-rw-r--r--t/vala-vapi.sh2
-rw-r--r--t/vala-vpath.sh2
-rw-r--r--t/var-recurs.sh2
-rw-r--r--t/var-recurs2.sh2
-rw-r--r--t/vars.sh2
-rw-r--r--t/vars3.sh2
-rw-r--r--t/vartar.sh2
-rw-r--r--t/vartypo2.sh2
-rw-r--r--t/vartypos.sh2
-rw-r--r--t/version3.sh2
-rw-r--r--t/version4.sh2
-rw-r--r--t/version6.sh2
-rw-r--r--t/version7.sh2
-rw-r--r--t/version8.sh2
-rw-r--r--t/vpath.sh2
-rw-r--r--t/warning-groups-win-over-strictness.sh2
-rw-r--r--t/warnings-obsolete-default.sh2
-rw-r--r--t/warnings-override.sh2
-rw-r--r--t/warnings-precedence.sh2
-rw-r--r--t/warnings-strictness-interactions.sh2
-rw-r--r--t/warnings-unknown.sh2
-rw-r--r--t/warnings-win-over-strictness.sh2
-rw-r--r--t/warnopts.sh2
-rw-r--r--t/werror.sh2
-rw-r--r--t/werror2.sh2
-rw-r--r--t/werror3.sh2
-rw-r--r--t/werror4.sh2
-rw-r--r--t/whoami.sh2
-rw-r--r--t/xsource.sh2
-rw-r--r--t/yacc-auxdir.sh2
-rw-r--r--t/yacc-basic.sh2
-rw-r--r--t/yacc-bison-skeleton-cxx.sh2
-rw-r--r--t/yacc-bison-skeleton.sh2
-rw-r--r--t/yacc-clean-cxx.sh2
-rw-r--r--t/yacc-clean.sh2
-rw-r--r--t/yacc-cxx-grepping.sh2
-rw-r--r--t/yacc-cxx.sh2
-rw-r--r--t/yacc-d-basic.sh2
-rw-r--r--t/yacc-d-cxx.sh2
-rw-r--r--t/yacc-d-vpath.sh2
-rw-r--r--t/yacc-deleted-headers.sh2
-rw-r--r--t/yacc-depend.sh2
-rw-r--r--t/yacc-depend2.sh2
-rw-r--r--t/yacc-dist-nobuild-subdir.sh2
-rw-r--r--t/yacc-dist-nobuild.sh2
-rw-r--r--t/yacc-dry.sh2
-rw-r--r--t/yacc-grepping.sh2
-rw-r--r--t/yacc-grepping2.sh2
-rw-r--r--t/yacc-headers-and-dist-pr47.sh2
-rw-r--r--t/yacc-line.sh2
-rw-r--r--t/yacc-misc.sh2
-rw-r--r--t/yacc-mix-c-cxx.sh2
-rw-r--r--t/yacc-nodist.sh2
-rw-r--r--t/yacc-pr204.sh2
-rw-r--r--t/yacc-subdir.sh2
-rw-r--r--t/yacc-vpath.sh2
-rw-r--r--t/yacc-weirdnames.sh2
-rw-r--r--t/yflags-cmdline-override.sh2
-rw-r--r--t/yflags-conditional.sh2
-rw-r--r--t/yflags-cxx.sh2
-rw-r--r--t/yflags-d-false-positives.sh2
-rw-r--r--t/yflags-force-conditional.sh2
-rw-r--r--t/yflags-force-override.sh2
-rw-r--r--t/yflags-var-expand.sh2
-rw-r--r--t/yflags.sh2
1394 files changed, 1694 insertions, 1506 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aa52f603d..fc1e911ae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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/>.
ifeq ($(filter bootstrap,$(MAKECMDGOALS)),)
diff --git a/HACKING b/HACKING
index 3a0b22cca..21dab2a74 100644
--- a/HACKING
+++ b/HACKING
@@ -386,7 +386,7 @@
<https://savannah.gnu.org/projects/automake>.
Be sure to link a version to the complete announcement (from
the version you sent to the automake list, as get archived on
- <http://lists.gnu.org/archive/html/automake/>).
+ <https://lists.gnu.org/archive/html/automake/>).
-----
@@ -403,7 +403,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/>.
Local Variables:
mode: text
diff --git a/Makefile.am b/Makefile.am
index 89de362de..b780307f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,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/>.
## Might be updated later.
CLEANFILES =
diff --git a/NEWS b/NEWS
index c7a83a20c..04a285565 100644
--- a/NEWS
+++ b/NEWS
@@ -286,8 +286,8 @@ New in 1.14:
compiler is an inferior one that doesn't grasp the combined use of
both the "-c -o" options; see discussion about automake bug#13378 for
more details:
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
- The next major Automake version (2.0) will unconditionally activate
the 'subdir-objects' option. In order to smooth out the transition,
@@ -591,7 +591,7 @@ New in 1.13:
- Support for the "Cygnus-style" trees (once enabled by the 'cygnus'
option) has been removed. See discussion about automake bug#11034
- for more background: <http://debbugs.gnu.org/11034>.
+ for more background: <https://debbugs.gnu.org/11034>.
- The deprecated aclocal option '--acdir' has been removed. You
should use the options '--automake-acdir' and '--system-acdir'
@@ -1562,7 +1562,7 @@ New in 1.11:
- Automake development is done in a git repository on Savannah now, see
- http://git.sv.gnu.org/gitweb/?p=automake.git
+ https://git.sv.gnu.org/gitweb/?p=automake.git
A read-only CVS mirror is provided at
@@ -3010,4 +3010,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/>.
diff --git a/PLANS/obsolete-removed/am-prog-mkdir-p.txt b/PLANS/obsolete-removed/am-prog-mkdir-p.txt
index 20d5cf52c..c18f94571 100644
--- a/PLANS/obsolete-removed/am-prog-mkdir-p.txt
+++ b/PLANS/obsolete-removed/am-prog-mkdir-p.txt
@@ -8,14 +8,14 @@ Automake 1.13 -- see commit 'v1.12-20-g8a1c64f'.
Alas, it turned out the latest Gettext version at the time (0.18.1.1) was
still using that macro:
- <http://lists.gnu.org/archive/html/automake/2012-09/msg00010.html>
+ <https://lists.gnu.org/archive/html/automake/2012-09/msg00010.html>
And since the maintenance of Gettext was stalled, I couldn't get a fix
committed and released in time for the appearance of Automake 1.13:
- <http://lists.gnu.org/archive/html/bug-gettext/2012-04/msg00018.html>
- <http://lists.gnu.org/archive/html/bug-gettext/2012-06/msg00012.html>
- <http://lists.gnu.org/archive/html/bug-gettext/2012-10/msg00001.html>
+ <https://lists.gnu.org/archive/html/bug-gettext/2012-04/msg00018.html>
+ <https://lists.gnu.org/archive/html/bug-gettext/2012-06/msg00012.html>
+ <https://lists.gnu.org/archive/html/bug-gettext/2012-10/msg00001.html>
So, on strong advice by Jim Meyering, in commit 'v1.12.4-158-gdf23daf'
I re-introduced AM_PROG_MKDIR_P in Automake (thanks to Jim for having
@@ -41,7 +41,7 @@ calls), and of course, the pre-0.18.2 version of some of these files
still contains occurrences of AM_PROG_MKDIR_P -- so Automake 1.13 errors
out, and we lose. That already happened in practice:
- <http://lists.gnu.org/archive/html/bug-grep/2013-01/msg00003.html>
+ <https://lists.gnu.org/archive/html/bug-grep/2013-01/msg00003.html>
Moreover, while I might see it as not unreasonable to ask a developer
using Automake 2.0 to also update Gettext to 1.18.2, that would not
diff --git a/PLANS/subdir-objects.txt b/PLANS/subdir-objects.txt
index c849e338e..c6a046f52 100644
--- a/PLANS/subdir-objects.txt
+++ b/PLANS/subdir-objects.txt
@@ -3,7 +3,7 @@ Summary
We want to make the behaviour currently enabled by the 'subdir-objects'
the default one, and in fact the *only* one, in Automake 2.0.
-See automake bug#13378: <http://debbugs.gnu.org/13378>.
+See automake bug#13378: <https://debbugs.gnu.org/13378>.
Details
-------
@@ -29,8 +29,8 @@ DONE for automake 1.13.2
The bug spotted by Nick Bowler:
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
and exposed in test case 't/ccnoco4.sh' has been fixed (see commit
v1.13.1-56-g34001a9). The bug was due to the fact that Automake-generated
@@ -53,7 +53,7 @@ for suggesting this).
For automake 1.16 (*before* 2.0 can be released)
------------------------------------------------
-Submit the pending patch series that fixes http://debbugs.gnu.org/13928
+Submit the pending patch series that fixes https://debbugs.gnu.org/13928
For automake 2.0
----------------
diff --git a/PLANS/texi/drop-split-info-files.txt b/PLANS/texi/drop-split-info-files.txt
index a0a5636e7..f13a32419 100644
--- a/PLANS/texi/drop-split-info-files.txt
+++ b/PLANS/texi/drop-split-info-files.txt
@@ -2,12 +2,12 @@ For in Automake 2.0 (DONE)
--------------------------
We will drop split info files in Automake 2.0.
-See automake bug#13351: <http://debbugs.gnu.org/13351>.
+See automake bug#13351: <https://debbugs.gnu.org/13351>.
Basically, it has been confirmed that the original reason behind
the existence of split info files was indeed "efficiency,
especially memory size":
-<http://lists.gnu.org/archive/html/texinfo-devel/2012-08/msg00024.html>
+<https://lists.gnu.org/archive/html/texinfo-devel/2012-08/msg00024.html>
So split info files have lost their reason d'etre on modern systems
(where even Emacs has become a lightweight program ;-). And you are
@@ -16,7 +16,7 @@ not using an embedded system to read Info documentation, right?
In addition, it appears that the use of split info files (at least
the way Automake-generated rules have been handling them for a long
time) can cause real problems in some (admittedly quite corner-case)
-situations; see automake bug#12320: <http://debbugs.gnu.org/12320>.
+situations; see automake bug#12320: <https://debbugs.gnu.org/12320>.
This change should be completely transparent to the developer (no
adjustments needed to be made to Makefile.am or other parts of the
diff --git a/README b/README
index fdf25fa0c..b71266907 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ information, see the file t/README.
Automake has a page on the web. See:
- http://www.gnu.org/software/automake/
+ https://www.gnu.org/software/automake/
Automake also has three mailing lists:
@@ -41,11 +41,11 @@ Automake also has three mailing lists:
and the design of new features.
To obtain more information about these list, or to subscribe to them,
-refer to <http://www.gnu.org/software/automake/#mailinglists>
+refer to <https://www.gnu.org/software/automake/#mailinglists>
New releases are announced to autotools-announce@gnu.org. If you want to
be informed, subscribe to that list by following the instructions at
-<http://lists.gnu.org/mailman/listinfo/autotools-announce>.
+<https://lists.gnu.org/mailman/listinfo/autotools-announce>.
For any copyright year range specified as YYYY-ZZZZ in this package,
that the range specifies every single year in that closed interval.
@@ -65,4 +65,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/>.
diff --git a/bin/aclocal.in b/bin/aclocal.in
index 64fd66233..663b7fcb5 100644
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -20,7 +20,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# 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/>.
# Written by Tom Tromey <tromey@redhat.com>, and
# Alexandre Duret-Lutz <adl@gnu.org>.
@@ -664,7 +664,7 @@ sub scan_file ($$$)
{
msg ('syntax', "$file:$.", "underquoted definition of $2"
. "\n run info Automake 'Extending aclocal'\n"
- . " or see http://www.gnu.org/software/automake/manual/"
+ . " or see https://www.gnu.org/software/automake/manual/"
. "automake.html#Extending-aclocal")
unless $underquoted_manual_once;
$underquoted_manual_once = 1;
@@ -768,7 +768,7 @@ sub trace_used_macros ()
# When AC_CONFIG_MACRO_DIRS is used, avoid possible spurious warnings
# from autom4te about macros being "m4_require'd but not m4_defun'd";
# for more background, see:
- # http://lists.gnu.org/archive/html/autoconf-patches/2012-11/msg00004.html
+ # https://lists.gnu.org/archive/html/autoconf-patches/2012-11/msg00004.html
# as well as autoconf commit 'v2.69-44-g1ed0548', "warn: allow aclocal
# to silence m4_require warnings".
my $early_m4_code .= "m4_define([m4_require_silent_probe], [-])";
@@ -1062,7 +1062,7 @@ Warning categories include:
Report bugs to <@PACKAGE_BUGREPORT@>.
GNU Automake home page: <@PACKAGE_URL@>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
EOF
exit $status;
}
diff --git a/bin/automake.in b/bin/automake.in
index 9709f0638..462e1e256 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -19,7 +19,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
# 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/>.
# Originally written by David Mackenzie <djm@gnu.ai.mit.edu>.
# Perl reimplementation by Tom Tromey <tromey@redhat.com>, and
@@ -5418,7 +5418,7 @@ EOF
{
msg 'obsolete', $where, <<'EOF';
AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
-http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
+https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
EOF
$package_version = $args[2];
$package_version_location = $where;
@@ -8122,7 +8122,7 @@ Library files:
print '
Report bugs to <@PACKAGE_BUGREPORT@>.
GNU Automake home page: <@PACKAGE_URL@>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
';
# --help always returns 0 per GNU standards.
diff --git a/bin/local.mk b/bin/local.mk
index c63f670b8..b5617f50a 100644
--- a/bin/local.mk
+++ b/bin/local.mk
@@ -11,7 +11,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/>.
## ----------------------------------- ##
## The automake and aclocal scripts. ##
diff --git a/bootstrap b/bootstrap
index 82f3859a2..b57623798 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,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/>.
# Since Automake uses itself in its build process, we can't simply run
# 'autoreconf -i' which would require Automake to already be
diff --git a/configure.ac b/configure.ac
index 806dcce43..9a5cafd47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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/>.
AC_PREREQ([2.69])
AC_INIT([GNU Automake], [1.15a], [bug-automake@gnu.org])
@@ -422,7 +422,7 @@ AC_DEFUN([_AM_SKIP_COMP_TESTS],
# more testsuite coverage "in the wild".
# Note that we don't look for the MSVC C/C++ compiler here. This is
# deliberate; for more discussion and rationale, see:
-# <http://lists.gnu.org/archive/html/automake-patches/2012-01/msg00130.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2012-01/msg00130.html>
AC_MSG_NOTICE([will now look for generic compilers])
diff --git a/contrib/check-html.am b/contrib/check-html.am
index fc5db41ae..a12075e1b 100644
--- a/contrib/check-html.am
+++ b/contrib/check-html.am
@@ -12,7 +12,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/>.
## Makefile.am fragment to produce HTML output from RST-formatted
## log files produced by the parallel-tests output.
diff --git a/contrib/multilib/README b/contrib/multilib/README
index 35c726f84..c15d2b539 100644
--- a/contrib/multilib/README
+++ b/contrib/multilib/README
@@ -5,5 +5,5 @@ For a little more information, see:
The master (and probably more up-to-date) copies of the 'config-ml.in'
and 'symlink-tree' files are maintained in the GCC development tree
-at <http://gcc.gnu.org/svn.html>. The same is probably true also for
+at <https://gcc.gnu.org/svn.html>. The same is probably true also for
the 'multi.m4' file.
diff --git a/contrib/t/help-multilib.sh b/contrib/t/help-multilib.sh
index b58ca80d1..ead697381 100755
--- a/contrib/t/help-multilib.sh
+++ b/contrib/t/help-multilib.sh
@@ -12,7 +12,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/>.
# Make sure that our macro 'AM_ENABLE_MULTILIB' adds proper text to
# the configure help screen.
diff --git a/contrib/t/local.mk b/contrib/t/local.mk
index d55fb9583..b5e1b699b 100644
--- a/contrib/t/local.mk
+++ b/contrib/t/local.mk
@@ -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/>.
## -------------------------------- ##
## Tests for stuff in 'contrib/'. ##
diff --git a/contrib/t/multilib.sh b/contrib/t/multilib.sh
index 3899ce449..117aa93ff 100755
--- a/contrib/t/multilib.sh
+++ b/contrib/t/multilib.sh
@@ -12,7 +12,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/>.
# Check multilib support.
# Based on a test case from Ralf Corsepius.
diff --git a/contrib/t/parallel-tests-html-recursive.sh b/contrib/t/parallel-tests-html-recursive.sh
index f2d1fba08..d664b8d62 100755
--- a/contrib/t/parallel-tests-html-recursive.sh
+++ b/contrib/t/parallel-tests-html-recursive.sh
@@ -12,7 +12,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/>.
# Recursive use of 'check-html'. See Automake bug#11287.
diff --git a/contrib/t/parallel-tests-html.sh b/contrib/t/parallel-tests-html.sh
index 4d2f8e34e..9576b6232 100755
--- a/contrib/t/parallel-tests-html.sh
+++ b/contrib/t/parallel-tests-html.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - check-html
diff --git a/contrib/tap-driver.pl b/contrib/tap-driver.pl
index 637c14c3c..d631aba91 100755
--- a/contrib/tap-driver.pl
+++ b/contrib/tap-driver.pl
@@ -12,7 +12,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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/doc/automake.texi b/doc/automake.texi
index dbe222d20..050c9811d 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -2277,7 +2277,7 @@ support new architectures and fix probes broken by changes in new
kernel versions. Each new release of Automake comes with up-to-date
copies of these programs. If your copy of Automake is getting old,
you are encouraged to fetch the latest versions of these files from
-@url{http://savannah.gnu.org/git/?group=config} before making a
+@url{https://savannah.gnu.org/git/?group=config} before making a
release.
@item depcomp
@@ -2321,7 +2321,7 @@ testsuite harness.
Not a program, this file is required for @samp{make dvi}, @samp{make
ps} and @samp{make pdf} to work when Texinfo sources are in the
package. The latest version can be downloaded from
-@url{http://www.gnu.org/software/texinfo/}.
+@url{https://www.gnu.org/software/texinfo/}.
@item ylwrap
This program wraps @command{lex} and @command{yacc} to rename their
@@ -9857,7 +9857,7 @@ a Java-based project implementing both a TAP producer and a TAP consumer.
@node DejaGnu Tests
@section DejaGnu Tests
-If @uref{ftp://ftp.gnu.org/gnu/dejagnu/, @command{dejagnu}} appears in
+If @uref{https://ftp.gnu.org/gnu/dejagnu/, @command{dejagnu}} appears in
@code{AUTOMAKE_OPTIONS}, then a @command{dejagnu}-based test suite is
assumed. The variable @code{DEJATOOL} is a list of names that are
passed, one at a time, as the @option{--tool} argument to
@@ -10461,7 +10461,7 @@ performing @ref{Automatic Rule Rewriting, , VPATH rewrites, autoconf,
The Autoconf Manual}).
Finally, Automake also emits rules to support the
-@uref{http://www.gnu.org/software/global/, GNU Global Tags program}.
+@uref{https://www.gnu.org/software/global/, GNU Global Tags program}.
The @code{GTAGS} rule runs Global Tags and puts the
result in the top build directory. The variable @code{GTAGS_ARGS}
holds arguments that are passed to @command{gtags}.
@@ -11050,7 +11050,7 @@ If the @option{--add-missing} option is given, @command{automake} will
add a generic version of the @file{INSTALL} file as well as the
@file{COPYING} file containing the text of the current version of the
GNU General Public License existing at the time of this Automake release
-(version 3 as this is written, @uref{http://www.gnu.org/@/copyleft/@/gpl.html}).
+(version 3 as this is written, @uref{https://www.gnu.org/@/copyleft/@/gpl.html}).
However, an existing @file{COPYING} file will never be overwritten by
@command{automake}.
@@ -13077,8 +13077,8 @@ To make it possible for us to fix a bug, please report it. In order to
do so effectively, it helps to know when and how to do it.
Before reporting a bug, it is a good idea to see if it is already known.
-You can look at the @uref{http://debbugs.gnu.org/, GNU Bug Tracker}
-and the @uref{http://lists.gnu.org/@/archive/@/html/@/bug-automake/,
+You can look at the @uref{https://debbugs.gnu.org/, GNU Bug Tracker}
+and the @uref{https://lists.gnu.org/@/archive/@/html/@/bug-automake/,
bug-automake mailing list archives} for previous bug reports. We
previously used a
@uref{http://sourceware.org/@/cgi-bin/@/gnatsweb.pl?database=automake,
@@ -13097,7 +13097,7 @@ features.
For a bug report, a feature request or other suggestions, please send
email to @email{@value{PACKAGE_BUGREPORT}}. This will then open a new
-bug in the @uref{http://debbugs.gnu.org/@/automake, bug tracker}. Be
+bug in the @uref{https://debbugs.gnu.org/@/automake, bug tracker}. Be
sure to include the versions of Autoconf and Automake that you use.
Ideally, post a minimal @file{Makefile.am} and @file{configure.ac} that
reproduces the problem you encounter. If you have encountered test
diff --git a/doc/help2man b/doc/help2man
index 829a8713b..f7a9c455c 100755
--- a/doc/help2man
+++ b/doc/help2man
@@ -15,10 +15,10 @@
# 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/>.
# Written by Brendan O'Dea <bod@debian.org>
-# Available from ftp://ftp.gnu.org/gnu/help2man/
+# Available from https://ftp.gnu.org/gnu/help2man/
use 5.008;
use strict;
@@ -759,7 +759,7 @@ sub convert_option
}
# Insert spacing escape characters \, and \/ before and after italic text. See
-# http://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html
+# https://www.gnu.org/software/groff/manual/html_node/Ligatures-and-Kerning.html
sub fix_italic_spacing
{
local $_ = shift;
diff --git a/doc/local.mk b/doc/local.mk
index 807c29308..b6742e6aa 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -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/>.
## ---------------- ##
## Documentation. ##
diff --git a/gen-testsuite-part b/gen-testsuite-part
index 53b5f399b..3c5fc3852 100755
--- a/gen-testsuite-part
+++ b/gen-testsuite-part
@@ -16,7 +16,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/>.
#--------------------------------------------------------------------------
diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm
index 145ff47f0..a127b2f49 100644
--- a/lib/Automake/ChannelDefs.pm
+++ b/lib/Automake/ChannelDefs.pm
@@ -11,7 +11,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 Automake::ChannelDefs;
diff --git a/lib/Automake/Channels.pm b/lib/Automake/Channels.pm
index a98fb51b0..3fc4f6407 100644
--- a/lib/Automake/Channels.pm
+++ b/lib/Automake/Channels.pm
@@ -11,7 +11,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/>.
###############################################################
# The main copy of this file is in Automake's git repository. #
diff --git a/lib/Automake/Condition.pm b/lib/Automake/Condition.pm
index 7955f36ab..de50e3a08 100644
--- a/lib/Automake/Condition.pm
+++ b/lib/Automake/Condition.pm
@@ -11,7 +11,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 Automake::Condition;
diff --git a/lib/Automake/Config.in b/lib/Automake/Config.in
index a22fdc0f7..4abef3dbf 100644
--- a/lib/Automake/Config.in
+++ b/lib/Automake/Config.in
@@ -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 Automake::Config;
use strict;
diff --git a/lib/Automake/Configure_ac.pm b/lib/Automake/Configure_ac.pm
index fa20691e7..876576d49 100644
--- a/lib/Automake/Configure_ac.pm
+++ b/lib/Automake/Configure_ac.pm
@@ -11,7 +11,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/>.
###############################################################
# The main copy of this file is in Automake's git repository. #
diff --git a/lib/Automake/DisjConditions.pm b/lib/Automake/DisjConditions.pm
index 2f43391c8..c15fafe9e 100644
--- a/lib/Automake/DisjConditions.pm
+++ b/lib/Automake/DisjConditions.pm
@@ -11,7 +11,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 Automake::DisjConditions;
diff --git a/lib/Automake/FileUtils.pm b/lib/Automake/FileUtils.pm
index 1a4fbc73e..8a0ed5956 100644
--- a/lib/Automake/FileUtils.pm
+++ b/lib/Automake/FileUtils.pm
@@ -11,7 +11,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/>.
###############################################################
# The main copy of this file is in Automake's git repository. #
diff --git a/lib/Automake/General.pm b/lib/Automake/General.pm
index e0e4c60d8..9e797bc39 100644
--- a/lib/Automake/General.pm
+++ b/lib/Automake/General.pm
@@ -11,7 +11,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 Automake::General;
diff --git a/lib/Automake/Getopt.pm b/lib/Automake/Getopt.pm
index 0f4d85373..af6da77ad 100644
--- a/lib/Automake/Getopt.pm
+++ b/lib/Automake/Getopt.pm
@@ -11,7 +11,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 Automake::Getopt;
diff --git a/lib/Automake/Item.pm b/lib/Automake/Item.pm
index f220479ed..9e561eeb7 100644
--- a/lib/Automake/Item.pm
+++ b/lib/Automake/Item.pm
@@ -11,7 +11,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 Automake::Item;
diff --git a/lib/Automake/ItemDef.pm b/lib/Automake/ItemDef.pm
index b6d2655c1..a01b3c1fc 100644
--- a/lib/Automake/ItemDef.pm
+++ b/lib/Automake/ItemDef.pm
@@ -11,7 +11,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 Automake::ItemDef;
diff --git a/lib/Automake/Language.pm b/lib/Automake/Language.pm
index 995e8b5aa..0f90112df 100644
--- a/lib/Automake/Language.pm
+++ b/lib/Automake/Language.pm
@@ -11,7 +11,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 Automake::Language;
diff --git a/lib/Automake/Location.pm b/lib/Automake/Location.pm
index 9aa69ded3..5b5a597b8 100644
--- a/lib/Automake/Location.pm
+++ b/lib/Automake/Location.pm
@@ -11,7 +11,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 Automake::Location;
diff --git a/lib/Automake/Options.pm b/lib/Automake/Options.pm
index 426a157dd..a6bc795fa 100644
--- a/lib/Automake/Options.pm
+++ b/lib/Automake/Options.pm
@@ -11,7 +11,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 Automake::Options;
diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
index 58b2d4b20..37f6a2e65 100644
--- a/lib/Automake/Rule.pm
+++ b/lib/Automake/Rule.pm
@@ -11,7 +11,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 Automake::Rule;
diff --git a/lib/Automake/RuleDef.pm b/lib/Automake/RuleDef.pm
index b8a6bda7a..b87bd6fa6 100644
--- a/lib/Automake/RuleDef.pm
+++ b/lib/Automake/RuleDef.pm
@@ -11,7 +11,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 Automake::RuleDef;
diff --git a/lib/Automake/VarDef.pm b/lib/Automake/VarDef.pm
index 1948ef123..5acdb729b 100644
--- a/lib/Automake/VarDef.pm
+++ b/lib/Automake/VarDef.pm
@@ -11,7 +11,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 Automake::VarDef;
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm
index 6febf60ba..99a829e85 100644
--- a/lib/Automake/Variable.pm
+++ b/lib/Automake/Variable.pm
@@ -11,7 +11,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 Automake::Variable;
diff --git a/lib/Automake/Version.pm b/lib/Automake/Version.pm
index 282af77de..65a6f21ec 100644
--- a/lib/Automake/Version.pm
+++ b/lib/Automake/Version.pm
@@ -11,7 +11,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 Automake::Version;
diff --git a/lib/Automake/Wrap.pm b/lib/Automake/Wrap.pm
index 908b06e4b..f351ef1da 100644
--- a/lib/Automake/Wrap.pm
+++ b/lib/Automake/Wrap.pm
@@ -11,7 +11,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 Automake::Wrap;
diff --git a/lib/Automake/XFile.pm b/lib/Automake/XFile.pm
index a71fba8fb..bbdbd6d15 100644
--- a/lib/Automake/XFile.pm
+++ b/lib/Automake/XFile.pm
@@ -11,7 +11,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/>.
# Written by Akim Demaille <akim@freefriends.org>.
diff --git a/lib/Automake/local.mk b/lib/Automake/local.mk
index c0d8a4729..1a5b35a60 100644
--- a/lib/Automake/local.mk
+++ b/lib/Automake/local.mk
@@ -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/>.
## ---------------------------------------------------- ##
## Private perl modules used by automake and aclocal. ##
diff --git a/lib/am/check.am b/lib/am/check.am
index ff174191d..9b05fc2c4 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -12,7 +12,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/>.
am__tty_colors_dummy = \
mgn= red= grn= lgn= blu= brg= std=; \
@@ -390,7 +390,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
## Be sure to exit with the proper exit status. The use of "exit 1" below
## is required to work around a FreeBSD make bug (present only when running
## in concurrent mode). See automake bug#9245:
-## <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
+## <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
## and FreeBSD PR bin/159730:
## <http://www.freebsd.org/cgi/query-pr.cgi?pr=159730>.
$$success || exit 1
diff --git a/lib/am/check2.am b/lib/am/check2.am
index 1a1c34fe8..fbf4c7786 100644
--- a/lib/am/check2.am
+++ b/lib/am/check2.am
@@ -12,7 +12,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/>.
if %?FIRST%
## When BSD make is run in parallel mode, it apparently strips any
diff --git a/lib/am/clean-hdr.am b/lib/am/clean-hdr.am
index 9a12b6915..1de69a28b 100644
--- a/lib/am/clean-hdr.am
+++ b/lib/am/clean-hdr.am
@@ -12,7 +12,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/>.
.PHONY: distclean-hdr
distclean-am: distclean-hdr
diff --git a/lib/am/clean.am b/lib/am/clean.am
index 59d9544b0..e4a7fdb25 100644
--- a/lib/am/clean.am
+++ b/lib/am/clean.am
@@ -12,7 +12,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/>.
## We must test each macro because it might be empty, and an empty "rm
## -rf" command looks disturbing. Also, the Solaris 2.4 "rm" will
diff --git a/lib/am/compile.am b/lib/am/compile.am
index c45b04f62..c92e72d4f 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -12,7 +12,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/>.
DEFAULT_INCLUDES = %DEFAULT_INCLUDES%
diff --git a/lib/am/configure.am b/lib/am/configure.am
index ec0b293ad..6f0c50883 100644
--- a/lib/am/configure.am
+++ b/lib/am/configure.am
@@ -12,7 +12,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/>.
## This dummy rule is called from subdirectories whenever one of the
diff --git a/lib/am/data.am b/lib/am/data.am
index 6facf0acd..34b582f46 100644
--- a/lib/am/data.am
+++ b/lib/am/data.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/dejagnu.am b/lib/am/dejagnu.am
index 04e97e2b1..4aa8f9cc2 100644
--- a/lib/am/dejagnu.am
+++ b/lib/am/dejagnu.am
@@ -12,7 +12,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/>.
## Name of tool to use. Default is the same as the package.
DEJATOOL = $(PACKAGE)
diff --git a/lib/am/depend.am b/lib/am/depend.am
index 8ce0cd4c7..1538036c5 100644
--- a/lib/am/depend.am
+++ b/lib/am/depend.am
@@ -12,7 +12,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/>.
am__mv = mv -f
diff --git a/lib/am/depend2.am b/lib/am/depend2.am
index e7a90bf86..45dd88c5e 100644
--- a/lib/am/depend2.am
+++ b/lib/am/depend2.am
@@ -12,7 +12,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/>.
## This file is read several times:
## - once per *extension* (not per language) for generic compilation rules
diff --git a/lib/am/distdir.am b/lib/am/distdir.am
index 200bdba66..653966f0e 100644
--- a/lib/am/distdir.am
+++ b/lib/am/distdir.am
@@ -12,7 +12,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/>.
DIST_COMMON += $(am__DIST_COMMON)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
diff --git a/lib/am/footer.am b/lib/am/footer.am
index 07f538805..7291df1c8 100644
--- a/lib/am/footer.am
+++ b/lib/am/footer.am
@@ -12,7 +12,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/>.
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index 309468491..10066b397 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -12,7 +12,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/>.
VPATH = @srcdir@
diff --git a/lib/am/header.am b/lib/am/header.am
index f2a0e9559..d4dba1285 100644
--- a/lib/am/header.am
+++ b/lib/am/header.am
@@ -12,7 +12,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/>.
## Exactly the same as data.am.
diff --git a/lib/am/inst-vars.am b/lib/am/inst-vars.am
index 5581f679c..2f2824522 100644
--- a/lib/am/inst-vars.am
+++ b/lib/am/inst-vars.am
@@ -12,7 +12,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/>.
if %?FIRST%
diff --git a/lib/am/install.am b/lib/am/install.am
index 5adcb52c0..6ba28e732 100644
--- a/lib/am/install.am
+++ b/lib/am/install.am
@@ -12,7 +12,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/>.
## ----------------------------------------- ##
## installdirs -- Creating the installdirs. ##
diff --git a/lib/am/java.am b/lib/am/java.am
index 6398f0e6d..4f78e533d 100644
--- a/lib/am/java.am
+++ b/lib/am/java.am
@@ -12,7 +12,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/>.
## ---------- ##
diff --git a/lib/am/lang-compile.am b/lib/am/lang-compile.am
index 545e0cf4e..b6c5434b5 100644
--- a/lib/am/lang-compile.am
+++ b/lib/am/lang-compile.am
@@ -12,7 +12,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/>.
## This file is read once per *language*, not per extension.
diff --git a/lib/am/lex.am b/lib/am/lex.am
index c28674d11..b57bc5c90 100644
--- a/lib/am/lex.am
+++ b/lib/am/lex.am
@@ -12,7 +12,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/>.
## See the comment about am__skipyacc in yacc.am.
if %?MAINTAINER-MODE%
diff --git a/lib/am/library.am b/lib/am/library.am
index 8bb1390ae..19a7f1a01 100644
--- a/lib/am/library.am
+++ b/lib/am/library.am
@@ -12,7 +12,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/>.
%LIBRARY%: $(%XLIBRARY%_OBJECTS) $(%XLIBRARY%_DEPENDENCIES) $(EXTRA_%XLIBRARY%_DEPENDENCIES) %DIRSTAMP%
%SILENT%-rm -f %LIBRARY%
diff --git a/lib/am/libs.am b/lib/am/libs.am
index 77f91787b..377fdc552 100644
--- a/lib/am/libs.am
+++ b/lib/am/libs.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/libtool.am b/lib/am/libtool.am
index a2f1ae55e..9b882d918 100644
--- a/lib/am/libtool.am
+++ b/lib/am/libtool.am
@@ -12,7 +12,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/>.
.PHONY: mostlyclean-libtool clean-libtool distclean-libtool
mostlyclean-am: mostlyclean-libtool
diff --git a/lib/am/lisp.am b/lib/am/lisp.am
index 8085e3f0d..881bf3457 100644
--- a/lib/am/lisp.am
+++ b/lib/am/lisp.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/local.mk b/lib/am/local.mk
index 270bb7347..3c2d9ba39 100644
--- a/lib/am/local.mk
+++ b/lib/am/local.mk
@@ -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/>.
## --------------------- ##
## Makefile fragments. ##
diff --git a/lib/am/ltlib.am b/lib/am/ltlib.am
index 45f020327..b99f0bf0a 100644
--- a/lib/am/ltlib.am
+++ b/lib/am/ltlib.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/ltlibrary.am b/lib/am/ltlibrary.am
index ce4c1faf5..a7a2c380b 100644
--- a/lib/am/ltlibrary.am
+++ b/lib/am/ltlibrary.am
@@ -12,7 +12,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/>.
%LTLIBRARY%: $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_DEPENDENCIES) $(EXTRA_%XLTLIBRARY%_DEPENDENCIES) %DIRSTAMP%
%VERBOSE%$(%XLINK%) %RPATH% $(%XLTLIBRARY%_OBJECTS) $(%XLTLIBRARY%_LIBADD) $(LIBS)
diff --git a/lib/am/mans-vars.am b/lib/am/mans-vars.am
index 24b9e20c0..3b0f49dff 100644
--- a/lib/am/mans-vars.am
+++ b/lib/am/mans-vars.am
@@ -12,7 +12,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/>.
NROFF = nroff
## We don't really need this, but we use it in case we ever want to
diff --git a/lib/am/mans.am b/lib/am/mans.am
index 85c180821..59d9dd4a2 100644
--- a/lib/am/mans.am
+++ b/lib/am/mans.am
@@ -12,7 +12,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/>.
include inst-vars.am
man%SECTION%dir = $(mandir)/man%SECTION%
diff --git a/lib/am/program.am b/lib/am/program.am
index ba1bbb553..d2fe0e0a5 100644
--- a/lib/am/program.am
+++ b/lib/am/program.am
@@ -12,7 +12,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/>.
%PROGRAM%%EXEEXT%: $(%XPROGRAM%_OBJECTS) $(%XPROGRAM%_DEPENDENCIES) $(EXTRA_%XPROGRAM%_DEPENDENCIES) %DIRSTAMP%
## Remove program before linking. Otherwise the link will fail if the
diff --git a/lib/am/progs.am b/lib/am/progs.am
index 4c94b5b19..cbea73012 100644
--- a/lib/am/progs.am
+++ b/lib/am/progs.am
@@ -12,7 +12,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/>.
## ------------ ##
## Installing. ##
diff --git a/lib/am/python.am b/lib/am/python.am
index e20f602cf..5c438d51d 100644
--- a/lib/am/python.am
+++ b/lib/am/python.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am
index dd26e4ef5..52510abdc 100644
--- a/lib/am/remake-hdr.am
+++ b/lib/am/remake-hdr.am
@@ -12,7 +12,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/>.
%CONFIG_H%: %STAMP%
## Recover from removal of CONFIG_HEADER.
diff --git a/lib/am/scripts.am b/lib/am/scripts.am
index 5422392af..6a9a23e56 100644
--- a/lib/am/scripts.am
+++ b/lib/am/scripts.am
@@ -12,7 +12,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/>.
if %?INSTALL%
include inst-vars.am
diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am
index 84102493c..db681ba73 100644
--- a/lib/am/subdirs.am
+++ b/lib/am/subdirs.am
@@ -12,7 +12,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/>.
RECURSIVE_TARGETS += all-recursive check-recursive installcheck-recursive
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
@@ -73,4 +73,3 @@ mostlyclean: mostlyclean-recursive
clean: clean-recursive
distclean: distclean-recursive
maintainer-clean: maintainer-clean-recursive
-
diff --git a/lib/am/tags.am b/lib/am/tags.am
index 7a93cde93..151402e23 100644
--- a/lib/am/tags.am
+++ b/lib/am/tags.am
@@ -12,7 +12,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/>.
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
diff --git a/lib/am/texi-vers.am b/lib/am/texi-vers.am
index 1806c3eac..841f7d7cb 100644
--- a/lib/am/texi-vers.am
+++ b/lib/am/texi-vers.am
@@ -12,7 +12,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/>.
DIST_COMMON += %VTEXI% %STAMPVTI%
diff --git a/lib/am/texibuild.am b/lib/am/texibuild.am
index 6c9265bd2..e2d1b669f 100644
--- a/lib/am/texibuild.am
+++ b/lib/am/texibuild.am
@@ -12,7 +12,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/>.
?GENERIC_INFO?%SOURCE_SUFFIX%%DEST_SUFFIX%:
@@ -73,7 +73,7 @@ INFO_DEPS += %DEST_INFO_PREFIX%%DEST_SUFFIX%
## each file (and distinct from that of the corresponding PDF file) to
## avoid hitting a Texinfop bug that could cause low-probability racy
## failure when doing parallel builds; see:
-## http://lists.gnu.org/archive/html/automake-patches/2012-06/msg00073.html
+## https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00073.html
$(TEXI2DVI) %TEXIQUIET% --build-dir=$(@:.dvi=.t2d) -o $@ %TEXIDEVNULL% \
?GENERIC? %SOURCE%
?!GENERIC? `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
@@ -92,7 +92,7 @@ INFO_DEPS += %DEST_INFO_PREFIX%%DEST_SUFFIX%
## each file (and distinct from that of the corresponding DVI file) to
## avoid hitting a Texinfop bug that could cause low-probability racy
## failure when doing parallel builds; see:
-## http://lists.gnu.org/archive/html/automake-patches/2012-06/msg00073.html
+## https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00073.html
$(TEXI2PDF) %TEXIQUIET% --build-dir=$(@:.pdf=.t2p) -o $@ %TEXIDEVNULL% \
?GENERIC? %SOURCE%
?!GENERIC? `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am
index 2997a16b3..a2a21e667 100644
--- a/lib/am/texinfos.am
+++ b/lib/am/texinfos.am
@@ -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/>.
## ----------- ##
## Variables. ##
@@ -159,9 +159,9 @@ install-html-am: $(HTMLS)
$(am__strip_dir) \
## This indirection is required to work around a bug of the Solaris 10
## shell /usr/xpg4/bin/sh. The description of the bug can be found at
-## <http://lists.gnu.org/archive/html/bug-autoconf/2011-11/msg00005.html>
+## <https://lists.gnu.org/archive/html/bug-autoconf/2011-11/msg00005.html>
## and the report of the original failure can be found at automake
-## bug#10026 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10026#23>
+## bug#10026 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10026#23>
d2=$$d$$p; \
if test -d "$$d2"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
diff --git a/lib/am/vala.am b/lib/am/vala.am
index 836e12e87..f20b00c2c 100644
--- a/lib/am/vala.am
+++ b/lib/am/vala.am
@@ -12,6 +12,6 @@
## 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/>.
## There is no rule here. :-)
diff --git a/lib/am/yacc.am b/lib/am/yacc.am
index be1bf77a7..28f05d2de 100644
--- a/lib/am/yacc.am
+++ b/lib/am/yacc.am
@@ -12,7 +12,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/>.
## We want to disable the Yacc rebuild rule when
## 1. AM_MAINTAINER_MODE is used, and
diff --git a/lib/ar-lib b/lib/ar-lib
index 05094d34c..245e6f32f 100755
--- a/lib/ar-lib
+++ b/lib/ar-lib
@@ -18,7 +18,7 @@ scriptversion=2012-03-01.08; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/compile b/lib/compile
index 2ab71e4ea..f8e99f0fb 100755
--- a/lib/compile
+++ b/lib/compile
@@ -1,7 +1,7 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
@@ -17,7 +17,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/depcomp b/lib/depcomp
index b39f98f9a..5ff3c6feb 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -1,7 +1,7 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
@@ -16,7 +16,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/local.mk b/lib/local.mk
index 50035de60..5aae1cfb6 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -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/>.
## -------------------------------------------------------------------- ##
## Auxiliary scripts and files for use with "automake --add-missing". ##
diff --git a/lib/mdate-sh b/lib/mdate-sh
index b6a116f92..6dd5b21e7 100755
--- a/lib/mdate-sh
+++ b/lib/mdate-sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-scriptversion=2017-09-15.09; # UTC
+scriptversion=2017-09-19.11; # UTC
# Copyright (C) 1995-2017 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
@@ -17,7 +17,7 @@ scriptversion=2017-09-15.09; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/missing b/lib/missing
index c6e379584..46d7c7e23 100755
--- a/lib/missing
+++ b/lib/missing
@@ -1,7 +1,7 @@
#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
@@ -17,7 +17,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -103,7 +103,7 @@ fi
perl_URL=http://www.perl.org/
flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
+gnu_software_URL=https://www.gnu.org/software
program_details ()
{
diff --git a/lib/py-compile b/lib/py-compile
index 3693d96b0..b44214004 100755
--- a/lib/py-compile
+++ b/lib/py-compile
@@ -1,7 +1,7 @@
#!/bin/sh
# py-compile - Compile a Python program
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 2000-2017 Free Software Foundation, Inc.
@@ -16,7 +16,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh
index 82efa96c0..a6219472a 100755
--- a/lib/tap-driver.sh
+++ b/lib/tap-driver.sh
@@ -12,7 +12,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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -132,7 +132,7 @@ fi
# last `echo $?' statement), and would thus die reporting an internal
# error.
# For more information, see the Autoconf manual and the threads:
- # <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+ # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
# <http://mail.opensolaris.org/pipermail/ksh93-integration-discuss/2009-February/004121.html>
trap : 1 3 2 13 15
if test $merge -gt 0; then
diff --git a/lib/test-driver b/lib/test-driver
index 0218a01f6..4783bd990 100755
--- a/lib/test-driver
+++ b/lib/test-driver
@@ -1,7 +1,7 @@
#! /bin/sh
# test-driver - basic testsuite driver script.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 2011-2017 Free Software Foundation, Inc.
#
@@ -16,7 +16,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/lib/ylwrap b/lib/ylwrap
index d788f2da5..5ca021feb 100755
--- a/lib/ylwrap
+++ b/lib/ylwrap
@@ -1,7 +1,7 @@
#! /bin/sh
# ylwrap - wrapper for lex/yacc invocations.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2017-09-16.17; # UTC
# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
@@ -18,7 +18,7 @@ scriptversion=2016-01-11.22; # UTC
# 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/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/m4/init.m4 b/m4/init.m4
index c84892778..f788134a1 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -155,7 +155,7 @@ END
Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
+that behaves properly: <https://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
diff --git a/m4/local.mk b/m4/local.mk
index eb5702742..e56d6a211 100644
--- a/m4/local.mk
+++ b/m4/local.mk
@@ -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/>.
## ------------------------------ ##
## Automake-provided m4 macros. ##
diff --git a/maintainer/am-ft b/maintainer/am-ft
index 6bb7d97e5..48eb5ba54 100755
--- a/maintainer/am-ft
+++ b/maintainer/am-ft
@@ -15,7 +15,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/>.
# TODO: some documentation would be nice ...
diff --git a/maintainer/am-xft b/maintainer/am-xft
index 98263babb..958a21a96 100755
--- a/maintainer/am-xft
+++ b/maintainer/am-xft
@@ -12,7 +12,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/>.
MAKE=${MAKE-make} GIT=${GIT-git}
$GIT clean -fdx && $MAKE bootstrap && $MAKE dist && exec am-ft "$@"
diff --git a/maintainer/check-perl-protos b/maintainer/check-perl-protos
index b1d6a72b5..649aafb34 100755
--- a/maintainer/check-perl-protos
+++ b/maintainer/check-perl-protos
@@ -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/>.
use warnings;
use strict;
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 1cfd2e870..51907193c 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -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/>.
# Avoid CDPATH issues.
unexport CDPATH
@@ -286,7 +286,7 @@ announcement: NEWS
$(AM_V_GEN): \
&& rm -f $@ $@-t \
&& $(determine_release_type) \
- && ftp_base="ftp://$$dest.gnu.org/gnu/$(PACKAGE)" \
+ && ftp_base="https://$$dest.gnu.org/gnu/$(PACKAGE)" \
&& X () { printf '%s\n' "$$*" >> $@-t; } \
&& X "We are pleased to announce the $(PACKAGE_NAME) $(VERSION)" \
"$$announcement_type." \
@@ -502,7 +502,7 @@ update-copyright:
# Run the testsuite with the least supported autoconf version. #
# -------------------------------------------------------------- #
-gnu-ftp = http://ftp.gnu.org/gnu
+gnu-ftp = https://ftp.gnu.org/gnu
# Various shorthands: version, name, package name, tarball name,
# tarball location, installation directory.
diff --git a/maintainer/rename-tests b/maintainer/rename-tests
index 8c643872b..b933016f3 100755
--- a/maintainer/rename-tests
+++ b/maintainer/rename-tests
@@ -14,7 +14,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/>.
set -e -u
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 07a12ab6f..411f995ec 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -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/>.
# We also have to take into account VPATH builds (where some generated
# tests might be in '$(builddir)' rather than in '$(srcdir)'), TAP-based
diff --git a/old/ChangeLog.03 b/old/ChangeLog.03
index 77c4ecbe3..75128f14a 100644
--- a/old/ChangeLog.03
+++ b/old/ChangeLog.03
@@ -777,7 +777,7 @@
* lib/Automake/XFile.pm: Use Errno.
(lock): Ignore ENOLCK errors. Problem reported Andreas Schwab in
- <http://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
+ <https://mail.gnu.org/archive/html/bug-autoconf/2003-09/msg00141.html>.
2003-09-30 Tom Tromey <tromey@redhat.com>
@@ -1743,7 +1743,7 @@
* lib/install-sh (dsttmp, rmtmp): Do not use '#' in file names;
it's not guaranteed by POSIX and it doesn't work on OpenVMS.
Bug reported by Bernard Giroud in:
- http://mail.gnu.org/archive/html/autoconf-patches/2003-06/msg00013.html
+ https://mail.gnu.org/archive/html/autoconf-patches/2003-06/msg00013.html
2003-06-05 Alexandre Duret-Lutz <adl@gnu.org>
diff --git a/old/ChangeLog.04 b/old/ChangeLog.04
index 0bbd2b028..2220adbad 100644
--- a/old/ChangeLog.04
+++ b/old/ChangeLog.04
@@ -147,7 +147,7 @@
* lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
the spaces inside $ls_command. Problem reported by Loulou Pouchet in
- <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
+ <https://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
2004-12-05 Toshio Kuratomi <toshio@tiki-lounge.com>
diff --git a/old/ChangeLog.09 b/old/ChangeLog.09
index 748bfcb81..601550d85 100644
--- a/old/ChangeLog.09
+++ b/old/ChangeLog.09
@@ -3559,7 +3559,7 @@
* tests/output13.test: New test.
* tests/Makefile.am: Adjust.
Prompted by report from Bruno Haible in
- <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00479.html>.
+ <https://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00479.html>.
Fix signal handling in aclocal.
* aclocal.in (unlink_tmp): If invoked by a signal, note so
@@ -3801,7 +3801,7 @@
* tests/missing4.test: Adjust.
* NEWS: Update.
Problem reported by Bruno Haible in
- <http://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>.
+ <https://lists.gnu.org/archive/html/bug-automake/2007-06/msg00010.html>.
2007-05-03 Stepan Kasal <kasal@ucw.cz>
@@ -3917,7 +3917,7 @@
* lib/install-sh: Implement install-sh -C.
(This patch is the remaining part of the patch proposed in
- <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
+ <https://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
(usage): Document it.
(copy_on_change): New var.
* tests/defs.in (is_younger): New function.
@@ -3934,7 +3934,7 @@
Simplify install-sh and its test. This shouldn't change any behavior.
(This patch is a subset of the patch proposed in
- <http://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
+ <https://lists.gnu.org/archive/html/automake-patches/2006-10/msg00077.html>.)
* lib/install-sh (usage): Use usual GNU style.
(dstarg): Rename as...
(dst_arg): this for consistency.
@@ -4131,7 +4131,7 @@
equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
system. We hope this is rare in practice, but it's clearly worth
fixing. Problem reported by Alex Unleashed in
- <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
+ <https://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
Also, don't bother to check for -m bugs unless we're using -m;
suggested by Stepan Kasal.
@@ -4393,7 +4393,7 @@
likely to work with older operating systems since Automake uses
octal modes, and also works around a bug with HP-UX 11.23
'mkdir -p -m u=rwx,g=rx,o=rx,u+wx' reported by Ralf Wildenhues in
- <http://lists.gnu.org/archive/html/bug-automake/2006-06/msg00024.html>.
+ <https://lists.gnu.org/archive/html/bug-automake/2006-06/msg00024.html>.
(cp_umask, mkdir_umask): New variables, to avoid
temporarily creating files or directories with too-permissive modes.
(mkdir_mode): Use the FreeBSD 'install' method for computing modes of
@@ -4412,7 +4412,7 @@
* tests/defs.in (AUTOMAKE_run): Redirect stdout before stderr,
for consistency with the recommendation prompted by this report:
- <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
+ <https://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00225.html>.
2006-06-24 Stepan Kasal <kasal@ucw.cz>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
diff --git a/old/ChangeLog.11 b/old/ChangeLog.11
index f7ec2c5e1..6b01cec1f 100644
--- a/old/ChangeLog.11
+++ b/old/ChangeLog.11
@@ -21,7 +21,7 @@
regex: remove obsolete macro AM_WITH_REGEX
Today, practically nobody uses the GNU rx library, which, according
- to its own website <http://www.gnu.org/software/rx/rx.html>, has
+ to its own website <https://www.gnu.org/software/rx/rx.html>, has
been "decommissioned". Consequently, the automake-provided macro
AM_WITH_REGEX is not used nor required anymore.
* m4/regex.m4: Delete.
@@ -98,7 +98,7 @@
We have actually verified that the new version of the test case
catches the Automake 1.7 it is intended to check against, using
the Automake 1.7.9 tarball downloaded from:
- <http://ftp.gnu.org/gnu/automake/automake-1.7.9.tar.gz>
+ <https://ftp.gnu.org/gnu/automake/automake-1.7.9.tar.gz>
Reported by Jim Meyering in automake bug#10374.
2011-12-27 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -396,7 +396,7 @@
* tests/libtool-macros.test: Likewise.
See also:
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-12/msg00001.html>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-12/msg00001.html>
2011-12-22 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -443,7 +443,7 @@
regex: deprecate the obsolete macro AM_WITH_REGEX
This is a backport of commit v1.11-433-g37b0aee.
Today, practically nobody uses the GNU rx library, which, according
- to its own website <http://www.gnu.org/software/rx/rx.html>, has
+ to its own website <https://www.gnu.org/software/rx/rx.html>, has
been "decommissioned". Consequently, the automake-provided macro
AM_WITH_REGEX is not used nor required anymore. Deprecate it, so
that it will be possible to safely remove it in the next major
@@ -458,7 +458,7 @@
* tests/Makefile.am (TESTS): Add it.
* NEWS: Update.
See also:
- <http://lists.gnu.org/archive/html/automake-patches/2010-11/msg00131.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2010-11/msg00131.html>
2011-12-22 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -767,7 +767,7 @@
($AUTOHEADER, $AUTORECONF): Likewise, but for autoheader and
autoreconf respectively.
Reported by Bruno Haible:
- <http://lists.gnu.org/archive/html/automake/2011-12/msg00039.html>
+ <https://lists.gnu.org/archive/html/automake/2011-12/msg00039.html>
2011-12-16 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -964,7 +964,7 @@
spurious failures experienced when cross-compiling.
From a report by Jim Meyering:
- <http://lists.gnu.org/archive/html/automake-patches/2011-10/msg00092.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2011-10/msg00092.html>
* tests/cond35.test: Provide a dummy `yywrap' function.
* tests/lex3.test: Likewise.
@@ -1033,8 +1033,8 @@
* lib/am/texinfos.am (install-html-am): Use an extra variable
indirection to work around a bug in Solaris 10 /usr/xpg4/bin/sh.
Bug revealed by a failure of `txinfo21.test'. See also:
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-11/msg00005.html>
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10026#23>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-11/msg00005.html>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10026#23>
2011-11-17 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -1663,7 +1663,7 @@
spurious failures experienced when cross-compiling.
Reported by Jim Meyering:
- <http://lists.gnu.org/archive/html/automake-patches/2011-10/msg00092.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2011-10/msg00092.html>
* tests/cond35.test: Provide a dummy `yywrap' function.
* tests/lex3.test: Likewise.
@@ -2395,7 +2395,7 @@
signal is trapped, since trying to do it portably within the shell
means opening a nasty can of worms.
For more information and background, see:
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
<http://mail.opensolaris.org/pipermail/ksh93-integration-discuss/2009-February/004121.html>
<http://www.cons.org/cracauer/sigint.html>
@@ -3562,7 +3562,7 @@
make was run in concurrent mode (as in, e.g., "make -j2
check"). The bug is not present in NetBSD make.
This change fixes automake bug#9245:
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=9245>
See also FreeBSD PR bin/159730:
<http://www.freebsd.org/cgi/query-pr.cgi?pr=159730>
* lib/am/check.am [%?PARALLEL_TESTS%] $(TEST_SUITE_LOG): Use a
@@ -5286,8 +5286,8 @@
simple tests: support developer-defined fd redirections
Motivated by coreutils bug#8846, and related discussions:
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
In those threads it has been shown how problematic it can be to do
portable file descriptor redirections in the testsuite when using
the Automake testsuite harness. This change should remedy to that
@@ -5541,7 +5541,7 @@
This change introduces a new special `:test-result:' "END", that,
when seen, prevents the rest of the log file from being parsed.
For more information, refer to the thread:
- <http://lists.gnu.org/archive/html/automake-patches/2011-06/msg00199.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2011-06/msg00199.html>
* lib/am/check.am ($(TEST_SUITE_LOG)): Stop the parsing of a log
file as soon as the special ":test-result:END" directive is seen.
Related changes and enhancements.
@@ -6178,9 +6178,9 @@
* tests/tests-environment-fd-redirect.test: New test.
* tests/Makefile.am (TESTS): Update.
Motivated by coreutils bug#8846:
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
See also following CC:ed thread on bug-autoconf list:
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
2011-06-16 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -6215,9 +6215,9 @@
Based on commit v8.12-82-g6b68745 "tests: accommodate HP-UX and
ksh-derived shells" in GNU coreutils.
Further references, with lots of discussion:
- <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
+ <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/22488>
- <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
+ <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
2011-06-13 Stefano Lattarini <stefano.lattarini@gmail.com>
@@ -6478,7 +6478,7 @@
The described spurious failures have already occurred in practice,
for examples on Solaris systems which also had GNU Bash installed.
From a suggestion by Peter Rosin. See discussion at:
- <http://lists.gnu.org/archive/html/automake-patches/2011-06/msg00016.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2011-06/msg00016.html>
* tests/defs (xsi-shell): Now check that $SHELL, rather than the
shell currently running the test script, is an XSI shell.
(xsi-bin-sh): New requirement, checking that /bin/sh (which can
@@ -6772,7 +6772,7 @@
caused inconsistencies in the test suite, brining to spurious
failures.
Problem reported by Graham Reitz on the automake list; see thread:
- <http://lists.gnu.org/archive/html/automake/2011-05/msg00022.html>
+ <https://lists.gnu.org/archive/html/automake/2011-05/msg00022.html>
* automake.in ($traces): Use `@am_AUTOCONF', not simply `autoconf'.
* aclocal.in ($traces): Use `@am_AUTOM4TE', not simply `autom4te'.
* Makefile.am (do_subst): Substitute also `@am_AUTOCONF' and
@@ -8180,7 +8180,7 @@
check: new developer-reserved AM_TESTS_SETUP variable
For reference, see the discussion at:
- <http://lists.gnu.org/archive/html/automake-patches/2011-01/msg00213.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2011-01/msg00213.html>
* lib/am/check.am [%?PARALLEL_TESTS%] (am__check_pre): Pass also
$(AM_TESTS_SETUP). Comments updated, and some typos fixed.
* doc/automake.texi (Simple Tests using parallel-tests): Document
@@ -10051,7 +10051,7 @@
the $(TEST_LOG_COMPILER).
For more information, please refer to the thread "Fix parallel
testsuite run with zsh" on automake-patches, dated 2010-12-22:
- <http://lists.gnu.org/archive/html/automake-patches/2010-12/msg00135.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2010-12/msg00135.html>
This change works around the problems described above for Zsh 4.3
or later, and offers better error messages (instead of random
failures) for earlier Zsh version.
@@ -10088,9 +10088,9 @@
implementations with limited (broken?) `-k' support; for more
information, see these subthreads on the automake-patches list:
- 2010-11-15, "Testsuite failures on HP-UX 11.23",
- <http://lists.gnu.org/archive/html/automake-patches/2010-11/msg00162.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2010-11/msg00162.html>
- 2010-11-15, "Testsuite failures on IRIX 6.5",
- <http://lists.gnu.org/archive/html/automake-patches/2010-11/msg00166.html>
+ <https://lists.gnu.org/archive/html/automake-patches/2010-11/msg00166.html>
2010-12-21 Stefano Lattarini <stefano.lattarini@gmail.com>
diff --git a/old/TODO b/old/TODO
index 1276a883f..5d78c6b34 100644
--- a/old/TODO
+++ b/old/TODO
@@ -266,7 +266,7 @@ distribution. Also allow "html_DATA", for raw .html files.
[ when will texinfo directly support html? ]
See also Karl Berry's message on a roadmap for a "info -> html"
transition:
-<http://lists.gnu.org/archive/html/texinfo-devel/2012-03/msg00018.html>
+<https://lists.gnu.org/archive/html/texinfo-devel/2012-03/msg00018.html>
uninstall and pkg-dirs should rm -rf the dir.
@@ -400,7 +400,7 @@ with all the different package utilities somehow. Lately I've been
hearing good things about the RedHat packaging utilities. Why are
there so many of these? Are they fun to write or something?
The RedHat package utility is called RPM; see
- ftp://ftp.redhat.com/pub/code/rpm
+ http://rpm.org/
It actually has problems, like no configure script and no documentation.
For Cygnus it would probably be good to be able to handle the native
@@ -496,7 +496,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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/>.
Local Variables:
diff --git a/pre-inst-env.in b/pre-inst-env.in
index f285ca62c..3f895075f 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -12,7 +12,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/>.
abs_top_srcdir="@abs_top_srcdir@"
abs_top_builddir="@abs_top_builddir@"
diff --git a/t/CheckListOfTests.am b/t/CheckListOfTests.am
index ca29b4762..b741a2176 100644
--- a/t/CheckListOfTests.am
+++ b/t/CheckListOfTests.am
@@ -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/>.
##
## Temporary files used in the 'check-list-of-tests' recipe.
diff --git a/t/ac-output-old.tap b/t/ac-output-old.tap
index d5e17ab78..2022681b5 100644
--- a/t/ac-output-old.tap
+++ b/t/ac-output-old.tap
@@ -12,7 +12,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/>.
# Test for various older bugs related to quoting, escaping and
# line breaking in the use of AC_OUTPUT. Synthesised by a bunch
diff --git a/t/aclocal-I-and-install.sh b/t/aclocal-I-and-install.sh
index d906de7d7..33f7bb15b 100644
--- a/t/aclocal-I-and-install.sh
+++ b/t/aclocal-I-and-install.sh
@@ -12,7 +12,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/>.
# Make sure aclocal define macros in the same order as -I's.
# This is the similar to aclocal-I-order-1.sh, with the macro calls
diff --git a/t/aclocal-I-order-1.sh b/t/aclocal-I-order-1.sh
index 46263ccfe..c844079c4 100644
--- a/t/aclocal-I-order-1.sh
+++ b/t/aclocal-I-order-1.sh
@@ -12,7 +12,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/>.
# Make sure aclocal define macros in the same order as -I's.
diff --git a/t/aclocal-I-order-2.sh b/t/aclocal-I-order-2.sh
index b6790e472..096b4fdb6 100644
--- a/t/aclocal-I-order-2.sh
+++ b/t/aclocal-I-order-2.sh
@@ -12,7 +12,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/>.
# Make sure that when two files define the same macro in the same
# directory, the macro from the lexically greatest file is used.
diff --git a/t/aclocal-I-order-3.sh b/t/aclocal-I-order-3.sh
index a5d0d8fbc..c0a5f6d7d 100644
--- a/t/aclocal-I-order-3.sh
+++ b/t/aclocal-I-order-3.sh
@@ -12,7 +12,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/>.
# Make sure that when two files define the same macro in the same
# directory, the macro from the lexically greatest file is used.
diff --git a/t/aclocal-acdir.sh b/t/aclocal-acdir.sh
index 6e0251c1d..07c624430 100644
--- a/t/aclocal-acdir.sh
+++ b/t/aclocal-acdir.sh
@@ -12,7 +12,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/>.
# Test aclocal's '--automake-acdir' and '--system-acdir' options. Also
# check that stuff in the automake acdir takes precedence over stuff in
diff --git a/t/aclocal-amflags.sh b/t/aclocal-amflags.sh
index 09e34583f..ca89b21a6 100644
--- a/t/aclocal-amflags.sh
+++ b/t/aclocal-amflags.sh
@@ -12,7 +12,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/>.
# Check that the obsolescent idiom of setting $(ACLOCAL_AMFLAGS) in
# Makefile.am still works. Remove this test once support for this
diff --git a/t/aclocal-autoconf-version-check.sh b/t/aclocal-autoconf-version-check.sh
index 0709de003..00f68b02b 100644
--- a/t/aclocal-autoconf-version-check.sh
+++ b/t/aclocal-autoconf-version-check.sh
@@ -12,7 +12,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/>.
# Make sure autoconf version checks in aclocal.m4 are robust.
diff --git a/t/aclocal-comments-respected.sh b/t/aclocal-comments-respected.sh
index 41c12a9cf..364bb82ca 100644
--- a/t/aclocal-comments-respected.sh
+++ b/t/aclocal-comments-respected.sh
@@ -12,7 +12,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/>.
# Make sure aclocal ignores include() commands in comments.
# Report from Mike Frysinger.
diff --git a/t/aclocal-deleted-header-aclocal-amflags.sh b/t/aclocal-deleted-header-aclocal-amflags.sh
index 5bdfbcfd1..098c9558b 100644
--- a/t/aclocal-deleted-header-aclocal-amflags.sh
+++ b/t/aclocal-deleted-header-aclocal-amflags.sh
@@ -12,7 +12,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/>.
# Make sure the "deleted header file" issue is fixed wrt. aclocal.m4
# dependencies.
diff --git a/t/aclocal-deleted-header.sh b/t/aclocal-deleted-header.sh
index 918f92951..c33f461b5 100644
--- a/t/aclocal-deleted-header.sh
+++ b/t/aclocal-deleted-header.sh
@@ -12,7 +12,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/>.
# Make sure the "deleted header file" issue is fixed w.r.t. aclocal.m4
# dependencies. See also related the tests 'remake-deleted-m4-file.sh'
diff --git a/t/aclocal-deps-subdir.sh b/t/aclocal-deps-subdir.sh
index ec53bf91c..77ec5a460 100644
--- a/t/aclocal-deps-subdir.sh
+++ b/t/aclocal-deps-subdir.sh
@@ -12,7 +12,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/>.
# Test to make sure that aclocal.m4's dependencies are honored in
# sub-directories. See also related tests 'remake-subdir*.sh'.
diff --git a/t/aclocal-deps.sh b/t/aclocal-deps.sh
index edb5beeed..18adc213c 100644
--- a/t/aclocal-deps.sh
+++ b/t/aclocal-deps.sh
@@ -12,7 +12,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/>.
# Make sure dependencies on aclocal.m4 are set correctly.
# Report from Jim Meyering.
diff --git a/t/aclocal-dirlist-abspath.sh b/t/aclocal-dirlist-abspath.sh
index 9e1f0416f..ec65299c5 100644
--- a/t/aclocal-dirlist-abspath.sh
+++ b/t/aclocal-dirlist-abspath.sh
@@ -12,7 +12,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/>.
# Check use of absolute paths in dirlist.
diff --git a/t/aclocal-dirlist-globbing.sh b/t/aclocal-dirlist-globbing.sh
index 0451efcea..9479ea55f 100644
--- a/t/aclocal-dirlist-globbing.sh
+++ b/t/aclocal-dirlist-globbing.sh
@@ -12,7 +12,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/>.
# Check dirlist globbing support.
diff --git a/t/aclocal-dirlist.sh b/t/aclocal-dirlist.sh
index 79563e888..7cea8f9fa 100644
--- a/t/aclocal-dirlist.sh
+++ b/t/aclocal-dirlist.sh
@@ -12,7 +12,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/>.
# Check dirlist support.
diff --git a/t/aclocal-install-absdir.sh b/t/aclocal-install-absdir.sh
index 973d7421f..c71935f41 100644
--- a/t/aclocal-install-absdir.sh
+++ b/t/aclocal-install-absdir.sh
@@ -12,7 +12,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/>.
# Make sure "aclocal --install" install files also in directories
# passed to '-I' as absolute paths. Now that we support the
diff --git a/t/aclocal-install-fail.sh b/t/aclocal-install-fail.sh
index d9651ca0f..ac6810681 100644
--- a/t/aclocal-install-fail.sh
+++ b/t/aclocal-install-fail.sh
@@ -12,7 +12,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/>.
# Check that "aclocal --install" fails when it should.
# FIXME: this is a good candidate for a conversion to TAP.
diff --git a/t/aclocal-install-mkdir.sh b/t/aclocal-install-mkdir.sh
index 556cff6c3..24f1da71c 100644
--- a/t/aclocal-install-mkdir.sh
+++ b/t/aclocal-install-mkdir.sh
@@ -12,7 +12,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/>.
# Check that "aclocal --install" creates the local m4 directory if
# necessary.
diff --git a/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh b/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh
index 2fe9cc8d7..333d5d1ce 100644
--- a/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh
+++ b/t/aclocal-m4-include-are-scanned-aclocal-amflags.sh
@@ -12,7 +12,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/>.
# Make sure m4_included files are also scanned for definitions.
# Report from Phil Edwards.
diff --git a/t/aclocal-m4-include-are-scanned.sh b/t/aclocal-m4-include-are-scanned.sh
index 96e70b90b..0d340f6b8 100644
--- a/t/aclocal-m4-include-are-scanned.sh
+++ b/t/aclocal-m4-include-are-scanned.sh
@@ -12,7 +12,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/>.
# Make sure m4_included files are also scanned for definitions.
# Report from Phil Edwards.
diff --git a/t/aclocal-m4-sinclude.sh b/t/aclocal-m4-sinclude.sh
index 507230fb2..f4c850e67 100644
--- a/t/aclocal-m4-sinclude.sh
+++ b/t/aclocal-m4-sinclude.sh
@@ -12,7 +12,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/>.
# Make sure changes to m4_included files also cause aclocal.m4 to change.
diff --git a/t/aclocal-macrodir.tap b/t/aclocal-macrodir.tap
index 877dccd4f..823268423 100644
--- a/t/aclocal-macrodir.tap
+++ b/t/aclocal-macrodir.tap
@@ -12,7 +12,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/>.
# Several tests on the use of the m4 macro AC_CONFIG_MACRO_DIR with
# aclocal. See also related test 'aclocal-macrodir.tap'.
diff --git a/t/aclocal-macrodirs.tap b/t/aclocal-macrodirs.tap
index b43410a84..b6bb946bd 100644
--- a/t/aclocal-macrodirs.tap
+++ b/t/aclocal-macrodirs.tap
@@ -12,7 +12,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/>.
# Several tests on the use of the m4 macro AC_CONFIG_MACRO_DIRS with
# aclocal. See also related test 'aclocal-macrodir.tap'.
diff --git a/t/aclocal-missing-macros.sh b/t/aclocal-missing-macros.sh
index 92fde75f7..4bc00986a 100644
--- a/t/aclocal-missing-macros.sh
+++ b/t/aclocal-missing-macros.sh
@@ -12,7 +12,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/>.
# Test to make sure include of include detects missing macros
diff --git a/t/aclocal-no-extra-scan.sh b/t/aclocal-no-extra-scan.sh
index eb629f04e..91f93aed0 100644
--- a/t/aclocal-no-extra-scan.sh
+++ b/t/aclocal-no-extra-scan.sh
@@ -12,7 +12,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/>.
# Make sure aclocal does not include definitions that are not actually
# evaluated.
diff --git a/t/aclocal-no-force.sh b/t/aclocal-no-force.sh
index 4c15d0191..e0d558221 100644
--- a/t/aclocal-no-force.sh
+++ b/t/aclocal-no-force.sh
@@ -12,7 +12,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/>.
# Make sure aclocal does not overwrite aclocal.m4 needlessly.
# Also make sure automake --no-force does not overwrite Makefile.in needlessly.
diff --git a/t/aclocal-no-install-no-mkdir.sh b/t/aclocal-no-install-no-mkdir.sh
index bbcf624f6..51c99305c 100644
--- a/t/aclocal-no-install-no-mkdir.sh
+++ b/t/aclocal-no-install-no-mkdir.sh
@@ -12,7 +12,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/>.
# Check that aclocal does not create a non-existent local m4 directory
# if the '--install' option is not given.
diff --git a/t/aclocal-no-symlinked-overwrite.sh b/t/aclocal-no-symlinked-overwrite.sh
index c0f0140dd..d0450aa57 100644
--- a/t/aclocal-no-symlinked-overwrite.sh
+++ b/t/aclocal-no-symlinked-overwrite.sh
@@ -12,7 +12,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/>.
# Make sure aclocal does not write into symlinked aclocal.m4.
diff --git a/t/aclocal-no-unused-required.sh b/t/aclocal-no-unused-required.sh
index eb8ae39f9..cdac63d2e 100644
--- a/t/aclocal-no-unused-required.sh
+++ b/t/aclocal-no-unused-required.sh
@@ -12,7 +12,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/>.
# Make sure aclocal does not require unused macros.
diff --git a/t/aclocal-path-install-serial.sh b/t/aclocal-path-install-serial.sh
index ccbdb16ce..5ebcb1b58 100644
--- a/t/aclocal-path-install-serial.sh
+++ b/t/aclocal-path-install-serial.sh
@@ -12,7 +12,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/>.
# ACLOCAL_PATH, acdir and '--install' interactions when serial number
# are involved.
diff --git a/t/aclocal-path-install.sh b/t/aclocal-path-install.sh
index 6b5815032..3ff7d4196 100644
--- a/t/aclocal-path-install.sh
+++ b/t/aclocal-path-install.sh
@@ -12,7 +12,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/>.
# ACLOCAL_PATH and '--install' interactions.
diff --git a/t/aclocal-path-nonexistent.sh b/t/aclocal-path-nonexistent.sh
index 88451b28d..caf365873 100644
--- a/t/aclocal-path-nonexistent.sh
+++ b/t/aclocal-path-nonexistent.sh
@@ -12,7 +12,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/>.
# Non-existent directories in ACLOCAL_PATH are ok.
diff --git a/t/aclocal-path-precedence.sh b/t/aclocal-path-precedence.sh
index 36cfe4f46..cefdad87c 100644
--- a/t/aclocal-path-precedence.sh
+++ b/t/aclocal-path-precedence.sh
@@ -12,7 +12,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/>.
# Check precedence rules for ACLOCAL_PATH.
diff --git a/t/aclocal-path.sh b/t/aclocal-path.sh
index d10b30a83..cbaa4ac3c 100644
--- a/t/aclocal-path.sh
+++ b/t/aclocal-path.sh
@@ -12,7 +12,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/>.
# Check basic ACLOCAL_PATH support.
diff --git a/t/aclocal-pr450.sh b/t/aclocal-pr450.sh
index 7c52de56a..4c9d22f43 100644
--- a/t/aclocal-pr450.sh
+++ b/t/aclocal-pr450.sh
@@ -12,7 +12,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/>.
# Make sure aclocal does not fail on configure.ac inclusions that do
# more than just variable definitions.
diff --git a/t/aclocal-print-acdir.sh b/t/aclocal-print-acdir.sh
index c6fa41450..abaee0afc 100644
--- a/t/aclocal-print-acdir.sh
+++ b/t/aclocal-print-acdir.sh
@@ -12,7 +12,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/>.
# Test on aclocal's '--print-ac-dir' option.
diff --git a/t/aclocal-remake-misc.sh b/t/aclocal-remake-misc.sh
index c1f01dd13..fe7385f8d 100644
--- a/t/aclocal-remake-misc.sh
+++ b/t/aclocal-remake-misc.sh
@@ -12,7 +12,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/>.
# Make sure aclocal.m4 is rebuilt whenever a configure
# dependency changes. Test for acinclude.m4 and VPATH too.
diff --git a/t/aclocal-req.sh b/t/aclocal-req.sh
index 92cf333b8..dd46a85a6 100644
--- a/t/aclocal-req.sh
+++ b/t/aclocal-req.sh
@@ -12,7 +12,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/>.
# Test to make sure macro used in m4 file is included.
diff --git a/t/aclocal-scan-configure-ac-pr319.sh b/t/aclocal-scan-configure-ac-pr319.sh
index 8de0897e7..2e7e10080 100644
--- a/t/aclocal-scan-configure-ac-pr319.sh
+++ b/t/aclocal-scan-configure-ac-pr319.sh
@@ -12,7 +12,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/>.
# Make sure aclocal scans configure.ac for macro definitions.
# PR/319.
diff --git a/t/aclocal-serial.sh b/t/aclocal-serial.sh
index e256cd020..17ed7d359 100644
--- a/t/aclocal-serial.sh
+++ b/t/aclocal-serial.sh
@@ -12,7 +12,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/>.
# Test for --install with #serial numbers.
diff --git a/t/aclocal-underquoted-defun.sh b/t/aclocal-underquoted-defun.sh
index 2f07c03e9..2770011c5 100644
--- a/t/aclocal-underquoted-defun.sh
+++ b/t/aclocal-underquoted-defun.sh
@@ -12,7 +12,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/>.
# Ensure we diagnose underquoted AC_DEFUN's.
diff --git a/t/aclocal-verbose-install.sh b/t/aclocal-verbose-install.sh
index de6ea9139..bcbbcfa6b 100644
--- a/t/aclocal-verbose-install.sh
+++ b/t/aclocal-verbose-install.sh
@@ -12,7 +12,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/>.
# Check verbose messages by 'aclocal --install'.
diff --git a/t/aclocal.sh b/t/aclocal.sh
index 64e1aa847..171a179e3 100644
--- a/t/aclocal.sh
+++ b/t/aclocal.sh
@@ -12,7 +12,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/>.
# Test on some aclocal options. Report from Alexandre Oliva.
diff --git a/t/acsilent.sh b/t/acsilent.sh
index 215763055..cae24ba59 100644
--- a/t/acsilent.sh
+++ b/t/acsilent.sh
@@ -12,7 +12,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/>.
# Test to make sure there are no spurious acinclude warnings.
diff --git a/t/acsubst.sh b/t/acsubst.sh
index c05e890b1..3ebc5ed5f 100644
--- a/t/acsubst.sh
+++ b/t/acsubst.sh
@@ -12,7 +12,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/>.
. test-init.sh
diff --git a/t/acsubst2.sh b/t/acsubst2.sh
index 60ccf29ba..fd5d62841 100644
--- a/t/acsubst2.sh
+++ b/t/acsubst2.sh
@@ -12,7 +12,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/>.
. test-init.sh
diff --git a/t/add-missing-install-sh.sh b/t/add-missing-install-sh.sh
index ba21c87d3..12ba626e6 100644
--- a/t/add-missing-install-sh.sh
+++ b/t/add-missing-install-sh.sh
@@ -12,7 +12,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/>.
# Test for this bug:
# automake: Makefile.am: required file "../../install-sh" not found; installing
diff --git a/t/add-missing-multiple.sh b/t/add-missing-multiple.sh
index 5f0772b1d..7d8e7b9b6 100644
--- a/t/add-missing-multiple.sh
+++ b/t/add-missing-multiple.sh
@@ -12,7 +12,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/>.
# Make sure Automake will install several copies of required files if needed.
# Reported by Marius Vollmer.
diff --git a/t/add-missing.tap b/t/add-missing.tap
index 512602c7d..4276f3fb1 100644
--- a/t/add-missing.tap
+++ b/t/add-missing.tap
@@ -12,7 +12,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/>.
# Test that automake complains when required auxiliary files are not
# found, and that 'automake --add-missing' installs the files (and only
diff --git a/t/all.sh b/t/all.sh
index 70b1abf38..bb908940f 100644
--- a/t/all.sh
+++ b/t/all.sh
@@ -12,7 +12,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/>.
# Test to make sure several *-local's in a single rule work.
diff --git a/t/all2.sh b/t/all2.sh
index d80b62b3c..a24e16cdc 100644
--- a/t/all2.sh
+++ b/t/all2.sh
@@ -12,7 +12,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/>.
# Test to make sure all-local and other -local targets work correctly.
diff --git a/t/alloca.sh b/t/alloca.sh
index b56ce89c9..f5d654bdc 100644
--- a/t/alloca.sh
+++ b/t/alloca.sh
@@ -12,7 +12,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/>.
# Make sure we complain if @ALLOCA@ is used without being set in configure.ac
diff --git a/t/alloca2.sh b/t/alloca2.sh
index 8be2c56b0..cf05f9632 100644
--- a/t/alloca2.sh
+++ b/t/alloca2.sh
@@ -12,7 +12,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/>.
# Make sure we complain if @LTALLOCA@ is used without being set in configure.ac
diff --git a/t/alpha.sh b/t/alpha.sh
index 35df26e88..9fb704b59 100644
--- a/t/alpha.sh
+++ b/t/alpha.sh
@@ -12,7 +12,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/>.
# Make sure README-alpha is distributed when appropriate. Report from
# Jim Meyering.
diff --git a/t/alpha2.sh b/t/alpha2.sh
index 0f3fb1702..ca7d0177a 100644
--- a/t/alpha2.sh
+++ b/t/alpha2.sh
@@ -12,7 +12,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/>.
# Another check for README-alpha support. This time it is requested
# from configure.ac. Report from Akim Demaille.
diff --git a/t/am-config-header.sh b/t/am-config-header.sh
index 945cf237c..af7d6226f 100644
--- a/t/am-config-header.sh
+++ b/t/am-config-header.sh
@@ -12,7 +12,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/>.
# Check that the obsolete macro AM_CONFIG_HEADER still works.
diff --git a/t/am-default-source-ext.sh b/t/am-default-source-ext.sh
index d42193d85..082c7a1fb 100644
--- a/t/am-default-source-ext.sh
+++ b/t/am-default-source-ext.sh
@@ -12,7 +12,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/>.
# AM_DEFAULT_SOURCE_EXT
diff --git a/t/am-include-only-one-generated-fragment.sh b/t/am-include-only-one-generated-fragment.sh
index f0c6834e4..99c8cb85a 100644
--- a/t/am-include-only-one-generated-fragment.sh
+++ b/t/am-include-only-one-generated-fragment.sh
@@ -12,7 +12,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/>.
# Check that inclusion of only one '.am' that can be regenerated via
# a user-defined Makefile rule does not incur in spurious automake
diff --git a/t/am-macro-not-found.sh b/t/am-macro-not-found.sh
index aed653563..e5480d992 100644
--- a/t/am-macro-not-found.sh
+++ b/t/am-macro-not-found.sh
@@ -12,7 +12,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/>.
# Test to see if aclocal correctly reports missing AM_ macro.
diff --git a/t/am-missing-prog.sh b/t/am-missing-prog.sh
index b76b8f3b0..59a61b24d 100644
--- a/t/am-missing-prog.sh
+++ b/t/am-missing-prog.sh
@@ -12,7 +12,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/>.
# Test AM_MISSING_PROG.
diff --git a/t/am-prog-cc-c-o.sh b/t/am-prog-cc-c-o.sh
index b5439c83f..74e973214 100644
--- a/t/am-prog-cc-c-o.sh
+++ b/t/am-prog-cc-c-o.sh
@@ -12,7 +12,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/>.
# Check that uses of the obsolescent AM_PROG_CC_C_O macro doesn't
# cause spurious warnings or errors. Suggested by Eric Blake.
diff --git a/t/am-prog-cc-stdc.sh b/t/am-prog-cc-stdc.sh
index 6f9903fa4..4f01f70ec 100644
--- a/t/am-prog-cc-stdc.sh
+++ b/t/am-prog-cc-stdc.sh
@@ -12,7 +12,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/>.
# Check that the obsolete macro the obsolete macro AM_PROG_CC_STDC
# still works.
diff --git a/t/am-prog-mkdir-p.sh b/t/am-prog-mkdir-p.sh
new file mode 100644
index 000000000..a99dd5aa2
--- /dev/null
+++ b/t/am-prog-mkdir-p.sh
@@ -0,0 +1,90 @@
+#! /bin/sh
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# 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 <https://www.gnu.org/licenses/>.
+
+# Check that the AM_PROG_MKDIR_P macro is deprecated, but still works.
+# We should should also still define $(mkdir_p), for backward
+# compatibility.
+
+. test-init.sh
+
+cat >> configure.ac <<'END'
+AC_CONFIG_FILES([sub/Makefile])
+AM_PROG_MKDIR_P
+AC_OUTPUT
+END
+
+cat > Makefile.am << 'END'
+SUBDIRS = sub
+all-local:
+ $(MKDIR_P) . dir1/a
+ $(mkdir_p) . dir2/b
+ @MKDIR_P@ . dir3/c
+ @mkdir_p@ . dir4/d
+check-local: all
+ test -d dir1/a
+ test -d dir2/b
+ test -d dir3/c
+ test -d dir4/d
+ test -d dir5/e
+ test -d dir5/f
+ test -d dir5/g
+END
+
+mkdir sub
+cat > sub/Makefile.am << 'END'
+# Even '$(mkdir_p)' should continue to work also in subdir makefiles.
+all-local:
+ $(MKDIR_P) .. ../dir5/d
+ $(mkdir_p) .. ../dir5/e
+ @MKDIR_P@ .. ../dir5/f
+ @mkdir_p@ .. ../dir5/g
+END
+
+$ACLOCAL
+$AUTOCONF -Wnone -Wobsolete -Werror 2>stderr && { cat stderr >&2; exit 1; }
+cat stderr >&2
+grep "^configure\\.ac:5:.*'AM_PROG_MKDIR_P'.*deprecated" stderr
+grep "[Aa]utoconf-provided 'AC_PROG_MKDIR_P'.* instead" stderr
+grep "'\$(MKDIR_P)' instead of '\$(mkdir_p)'" stderr
+
+$AUTOCONF -Wno-obsolete
+$AUTOMAKE
+
+./configure
+$MAKE check-local
+$MAKE distcheck
+
+# Now try using AC_PROG_MKDIR_P, but keeping the occurrences of
+# $(mkdir_p) and @mkdir_p@. This is to check against a regression
+# that hit us with Gettext 0.18.2.
+$MAKE maintainer-clean
+rm -rf autom4te*.cache
+
+sed 's/AM_PROG_MKDIR/AC_PROG_MKDIR/' configure.ac > t
+diff configure.ac t && fatal_ "failed to edit configure.ac"
+mv -f t configure.ac
+
+$ACLOCAL 2>stderr \
+ && $AUTOCONF -Wall -Werror 2>>stderr \
+ && test ! -s stderr \
+ || { cat stderr >&2; exit 1; }
+
+$AUTOMAKE
+./configure
+$MAKE check-local
+$MAKE distcheck
+
+:
diff --git a/t/am-tests-environment.sh b/t/am-tests-environment.sh
index d29c99577..1e900ae02 100644
--- a/t/am-tests-environment.sh
+++ b/t/am-tests-environment.sh
@@ -12,7 +12,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/>.
# parallel-tests: check AM_TESTS_ENVIRONMENT support, and its
# interactions with TESTS_ENVIRONMENT.
diff --git a/t/amassign.sh b/t/amassign.sh
index 9d89101ed..76c2c58b0 100644
--- a/t/amassign.sh
+++ b/t/amassign.sh
@@ -12,7 +12,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/>.
# Test to see if AM_ name can be assigned to in configure.ac.
# Report from Steve Robbins.
diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh
index 5f2501ca9..7f4ad58d7 100644
--- a/t/amhello-binpkg.sh
+++ b/t/amhello-binpkg.sh
@@ -12,7 +12,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/>.
# Test an example from the manual about the 'amhello' package:
# using DESTDIR to build simple, no-frills binary packages.
diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh
index 9d1cfc757..a5bc7dbfd 100644
--- a/t/amhello-cflags.sh
+++ b/t/amhello-cflags.sh
@@ -12,7 +12,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/>.
# Test an example from the manual about the 'amhello' package:
# using VPATH builds to configure the same package with different
diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh
index 556fd46a9..7bc91c90e 100644
--- a/t/amhello-cross-compile.sh
+++ b/t/amhello-cross-compile.sh
@@ -12,7 +12,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/>.
# Test an example from the manual about the 'amhello' package:
# cross-compiling a package from Linux/Unix to MinGW.
diff --git a/t/aminit-moreargs-deprecation.sh b/t/aminit-moreargs-deprecation.sh
index 045d9f35b..64aa18509 100644
--- a/t/aminit-moreargs-deprecation.sh
+++ b/t/aminit-moreargs-deprecation.sh
@@ -12,7 +12,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/>.
# Check that automake warns against old-style usages of AM_INIT_AUTOMAKE
# (i.e., calls with two or three arguments).
diff --git a/t/aminit-trailing-dnl-comment-pr16841.sh b/t/aminit-trailing-dnl-comment-pr16841.sh
index a238eee76..aa5c2e0a5 100644
--- a/t/aminit-trailing-dnl-comment-pr16841.sh
+++ b/t/aminit-trailing-dnl-comment-pr16841.sh
@@ -12,7 +12,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/>.
# Check that a trailing 'dnl' m4 comment automake after the
# AM_INIT_AUTOMAKE invocation doesn't produce a syntactically
diff --git a/t/amopt.sh b/t/amopt.sh
index d70cdea8a..28042462e 100644
--- a/t/amopt.sh
+++ b/t/amopt.sh
@@ -12,7 +12,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/>.
# Make Automake diagnose a conditional AUTOMAKE_OPTIONS.
# Report from Bas Wijnen.
diff --git a/t/amopts-location.sh b/t/amopts-location.sh
index 9c1ad3655..39a30c3c3 100644
--- a/t/amopts-location.sh
+++ b/t/amopts-location.sh
@@ -12,7 +12,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/>.
# Check that errors about AUTOMAKE_OPTIONS refers to correct
# locations.
diff --git a/t/amopts-variable-expansion.sh b/t/amopts-variable-expansion.sh
index bae72d60c..0a4a767ff 100644
--- a/t/amopts-variable-expansion.sh
+++ b/t/amopts-variable-expansion.sh
@@ -12,7 +12,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/>.
# Check that AUTOMAKE_OPTIONS support variable expansion.
diff --git a/t/amsubst.sh b/t/amsubst.sh
index d8fda789b..800e99b71 100644
--- a/t/amsubst.sh
+++ b/t/amsubst.sh
@@ -12,7 +12,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/>.
# Check for _AM_SUBST_NOTMAKE.
diff --git a/t/ansi2knr-no-more.sh b/t/ansi2knr-no-more.sh
index 8c13cd0a3..a3436750c 100644
--- a/t/ansi2knr-no-more.sh
+++ b/t/ansi2knr-no-more.sh
@@ -12,7 +12,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/>.
# Check that any attempt to use the obsolete de-ANSI-fication support
# is diagnosed.
diff --git a/t/ar-lib.sh b/t/ar-lib.sh
index b59470bc7..02d059deb 100644
--- a/t/ar-lib.sh
+++ b/t/ar-lib.sh
@@ -12,7 +12,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/>.
# Make sure 'ar-lib' wraps the Microsoft Library Manager (lib) correctly.
diff --git a/t/ar-lib2.sh b/t/ar-lib2.sh
index e144a3ae7..212123a1b 100644
--- a/t/ar-lib2.sh
+++ b/t/ar-lib2.sh
@@ -12,7 +12,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/>.
# Test if AM_PROG_AR installs ar-lib.
diff --git a/t/ar-lib3.sh b/t/ar-lib3.sh
index 836da72e0..5392f734b 100644
--- a/t/ar-lib3.sh
+++ b/t/ar-lib3.sh
@@ -12,7 +12,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/>.
# Test if lib_LIBRARIES requests AM_PROG_AR.
diff --git a/t/ar-lib4.sh b/t/ar-lib4.sh
index 867571b87..b7f45fd98 100644
--- a/t/ar-lib4.sh
+++ b/t/ar-lib4.sh
@@ -12,7 +12,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/>.
# Test if lib_LTLIBRARIES requests AM_PROG_AR.
diff --git a/t/ar-lib5a.sh b/t/ar-lib5a.sh
index 1b19d14a5..11de4b267 100644
--- a/t/ar-lib5a.sh
+++ b/t/ar-lib5a.sh
@@ -12,7 +12,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/>.
# Test if AM_PROG_AR triggers the use of the ar-lib script.
# This test requires Microsoft lib.
diff --git a/t/ar-lib5b.sh b/t/ar-lib5b.sh
index 675745a31..d7a9dc44c 100644
--- a/t/ar-lib5b.sh
+++ b/t/ar-lib5b.sh
@@ -12,7 +12,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/>.
# Test if AM_PROG_AR triggers the use of the ar-lib script.
# This test does not require Microsoft lib.
diff --git a/t/ar-lib6a.sh b/t/ar-lib6a.sh
index 6fd1e400b..76a4329c7 100644
--- a/t/ar-lib6a.sh
+++ b/t/ar-lib6a.sh
@@ -12,7 +12,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/>.
# Test AM_PROG_AR ordering requirements
# Keep this test in sync with sister test 'ar-lib6b.sh'.
diff --git a/t/ar-lib6b.sh b/t/ar-lib6b.sh
index 53fb1cf21..47938561e 100644
--- a/t/ar-lib6b.sh
+++ b/t/ar-lib6b.sh
@@ -12,7 +12,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/>.
# Test AM_PROG_AR ordering requirements for older Libtools
# Keep this test in sync with sister test 'ar-lib6a.sh'.
diff --git a/t/ar-lib7.sh b/t/ar-lib7.sh
index fdea9d862..d7c21f16e 100644
--- a/t/ar-lib7.sh
+++ b/t/ar-lib7.sh
@@ -12,7 +12,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/>.
# Test if automake warns if ar-lib is missing when AM_PROG_AR is used.
diff --git a/t/ar.sh b/t/ar.sh
index b2eba8eb8..08bcb72a0 100644
--- a/t/ar.sh
+++ b/t/ar.sh
@@ -12,7 +12,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/>.
# Make sure that AR, ARFLAGS, and RANLIB can be substituted from configure.ac.
diff --git a/t/ar2.sh b/t/ar2.sh
index b6a98891b..1c3f4d6d3 100644
--- a/t/ar2.sh
+++ b/t/ar2.sh
@@ -12,7 +12,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/>.
# Make sure AR and ARFLAGS are defined for EXTRA_LIBRARIES.
# Report from Kevin Ryde.
diff --git a/t/ar3.sh b/t/ar3.sh
index 2fd66ab70..fc4f9fa99 100644
--- a/t/ar3.sh
+++ b/t/ar3.sh
@@ -12,7 +12,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/>.
# Make sure that AR, ARFLAGS, etc. works also when the macro AM_PROG_AR
# is used.
diff --git a/t/ar4.sh b/t/ar4.sh
index 34e6fd8a1..2a98fb574 100644
--- a/t/ar4.sh
+++ b/t/ar4.sh
@@ -12,7 +12,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/>.
# Test if configure bails out if $AR does not work and AM_PROG_AR is used.
diff --git a/t/ar5.sh b/t/ar5.sh
index 2c1660bbe..3cd7328f7 100644
--- a/t/ar5.sh
+++ b/t/ar5.sh
@@ -12,7 +12,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/>.
# Test the optional argument of AM_PROG_AR.
diff --git a/t/asm.sh b/t/asm.sh
index bc0121fa1..f3e6b5759 100644
--- a/t/asm.sh
+++ b/t/asm.sh
@@ -12,7 +12,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/>.
# Test of basic assembly functionality.
# Keep this in sync with sister tests 'asm2.sh' and 'asm3.sh'.
diff --git a/t/asm2.sh b/t/asm2.sh
index 02e2a3cd9..6a38d25a5 100644
--- a/t/asm2.sh
+++ b/t/asm2.sh
@@ -12,7 +12,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/>.
# Test of basic preprocessed assembly functionality.
# Keep this in sync with sister tests 'asm.sh' and 'asm3.sh'.
diff --git a/t/asm3.sh b/t/asm3.sh
index 97d12e1d1..925710617 100644
--- a/t/asm3.sh
+++ b/t/asm3.sh
@@ -12,7 +12,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/>.
# Test of basic preprocessed assembly functionality with extension '.sx'.
# Keep this in sync with sister tests 'asm.sh' and 'asm2.sh'.
diff --git a/t/autodist-acconfig-no-subdir.sh b/t/autodist-acconfig-no-subdir.sh
index 1a193ae5a..42a043c3c 100644
--- a/t/autodist-acconfig-no-subdir.sh
+++ b/t/autodist-acconfig-no-subdir.sh
@@ -12,7 +12,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/>.
# Check that 'acconfig.h' is *not* automatically distributed when
# placed in a subdirectory.
diff --git a/t/autodist-acconfig.sh b/t/autodist-acconfig.sh
index 12f2c457d..f22a09ec5 100644
--- a/t/autodist-acconfig.sh
+++ b/t/autodist-acconfig.sh
@@ -12,7 +12,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/>.
# Check that 'acconfig.h' is automatically distributed if it exists
# (at automake runtime).
diff --git a/t/autodist-aclocal-m4.sh b/t/autodist-aclocal-m4.sh
index 1a5c705f8..a605333c3 100644
--- a/t/autodist-aclocal-m4.sh
+++ b/t/autodist-aclocal-m4.sh
@@ -12,7 +12,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/>.
# Check that 'aclocal.m4' is not automatically distributed if not
# required to build 'configure'. This is *really* a corner-case
diff --git a/t/autodist-config-headers.sh b/t/autodist-config-headers.sh
index 69ba829e8..f3fb5e35b 100644
--- a/t/autodist-config-headers.sh
+++ b/t/autodist-config-headers.sh
@@ -12,7 +12,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/>.
# Check that config.h.bot and config.h.top are automatically
# distributed if the AC_CONFIG_HADERS macro is used and they
diff --git a/t/autodist-configure-no-subdir.sh b/t/autodist-configure-no-subdir.sh
index 7b52faa5d..f26ad9a33 100644
--- a/t/autodist-configure-no-subdir.sh
+++ b/t/autodist-configure-no-subdir.sh
@@ -12,7 +12,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/>.
# Check that 'configure', 'configure.ac' and 'configure.in' are *not*
# automatically distributed when placed in a subdirectory.
diff --git a/t/autodist-no-duplicate.sh b/t/autodist-no-duplicate.sh
index 03456b066..639cf7765 100644
--- a/t/autodist-no-duplicate.sh
+++ b/t/autodist-no-duplicate.sh
@@ -12,7 +12,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/>.
# Check that there are no duplicates in the list of files automatically
# distributed by automake.
diff --git a/t/autodist-stamp-vti.sh b/t/autodist-stamp-vti.sh
index 4710c3b6d..181df6694 100644
--- a/t/autodist-stamp-vti.sh
+++ b/t/autodist-stamp-vti.sh
@@ -12,7 +12,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/>.
# Check that 'stamp-vti' is automatically distributed when info_TEXINFOS
# and version.texi are involved.
diff --git a/t/autodist-subdir.sh b/t/autodist-subdir.sh
index cb4425821..6079e8f88 100644
--- a/t/autodist-subdir.sh
+++ b/t/autodist-subdir.sh
@@ -12,7 +12,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/>.
# Check that automake really automatically distributes all the files
# it advertises to do, even when in subdirectories.
@@ -20,7 +20,7 @@
# This behavior might be suboptimal, but it has been in place for quite
# a long time, and it would be risky to change it now. See also the
# discussion of automake bug#7819:
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7819>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7819>
#
# Keep this test in sync with sister test 'autodist.sh'.
diff --git a/t/autodist.sh b/t/autodist.sh
index 417363b96..0c2d2cacf 100644
--- a/t/autodist.sh
+++ b/t/autodist.sh
@@ -12,7 +12,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/>.
# Check that automake really automatically distributes all the files
# it advertises to do.
diff --git a/t/autohdr-subdir-pr12495.sh b/t/autohdr-subdir-pr12495.sh
index c98d44f3d..e392ba87d 100644
--- a/t/autohdr-subdir-pr12495.sh
+++ b/t/autohdr-subdir-pr12495.sh
@@ -12,7 +12,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/>.
# Related to automake bug#12495: Automake shouldn't generate useless
# remake rules for AC_CONFIG_HEADERS arguments after the first one,
diff --git a/t/autohdr.sh b/t/autohdr.sh
index 7cdd96cfc..585ef3e0d 100644
--- a/t/autohdr.sh
+++ b/t/autohdr.sh
@@ -12,7 +12,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/>.
# Check that autoheaders works, despite our AC_CONFIG_HEADERS hack.
diff --git a/t/autohdr3.sh b/t/autohdr3.sh
index 08f6ee778..36209bda3 100644
--- a/t/autohdr3.sh
+++ b/t/autohdr3.sh
@@ -12,7 +12,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/>.
# Check rebuild rules for autoheader.
diff --git a/t/autohdr4.sh b/t/autohdr4.sh
index 2dba7dfaf..ae35b7005 100644
--- a/t/autohdr4.sh
+++ b/t/autohdr4.sh
@@ -12,7 +12,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/>.
# Check rebuild rules for AC_CONFIG_HEADERS.
# (This should also work without GNU Make.)
diff --git a/t/autohdrdry.sh b/t/autohdrdry.sh
index 4c5d2e5a6..fb53ab81a 100644
--- a/t/autohdrdry.sh
+++ b/t/autohdrdry.sh
@@ -12,7 +12,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/>.
# Removal recovery rules for AC_CONFIG_HEADERS should not remove files
# with 'make -n'.
diff --git a/t/automake-cmdline.tap b/t/automake-cmdline.tap
index b94fbeba5..5f873cdd3 100644
--- a/t/automake-cmdline.tap
+++ b/t/automake-cmdline.tap
@@ -12,7 +12,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/>.
# Test Automake's command-line options.
diff --git a/t/auxdir-autodetect.sh b/t/auxdir-autodetect.sh
index 535efce47..16db5f1b0 100644
--- a/t/auxdir-autodetect.sh
+++ b/t/auxdir-autodetect.sh
@@ -12,7 +12,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/>.
# Make sure that, if AC_CONFIG_AUX_DIR is not specified, Automake tries
# to use '.', '..' and '../..', in precisely that order.
diff --git a/t/auxdir-cc-pr15981.sh b/t/auxdir-cc-pr15981.sh
index 0780ae6f5..5285382f2 100644
--- a/t/auxdir-cc-pr15981.sh
+++ b/t/auxdir-cc-pr15981.sh
@@ -12,7 +12,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/>.
# Test automake bug#15981: automake 1.14 may use $ac_aux_dir
# before it is defined, leading to error messages such as:
diff --git a/t/auxdir-computed.tap b/t/auxdir-computed.tap
index 6201fdbd4..0dae89c9f 100644
--- a/t/auxdir-computed.tap
+++ b/t/auxdir-computed.tap
@@ -12,7 +12,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/>.
# It should be possible to use a computed auxdir. This might seem
# bizarre, but it is actually used in multilib builds.
diff --git a/t/auxdir-misplaced.sh b/t/auxdir-misplaced.sh
index a82c9afd8..fb2cc7b01 100644
--- a/t/auxdir-misplaced.sh
+++ b/t/auxdir-misplaced.sh
@@ -12,7 +12,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/>.
# Test to make sure we diagnose misplaced AC_CONFIG_AUX_DIR.
diff --git a/t/auxdir-nonexistent.sh b/t/auxdir-nonexistent.sh
index f4da1f671..f7a5620f8 100644
--- a/t/auxdir-nonexistent.sh
+++ b/t/auxdir-nonexistent.sh
@@ -12,7 +12,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/>.
# Make sure we diagnose non-existent AC_CONFIG_AUX_DIR names.
diff --git a/t/auxdir-pr15981.sh b/t/auxdir-pr15981.sh
index c881f8efc..282867159 100644
--- a/t/auxdir-pr15981.sh
+++ b/t/auxdir-pr15981.sh
@@ -12,7 +12,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/>.
# AM_AUX_DIR_EXPAND should ensure $ac_aux_dir is properly initialized.
# Issue revealed by related automake bug#15981.
diff --git a/t/auxdir-pr19311.sh b/t/auxdir-pr19311.sh
index 0fcf5e634..61970cef7 100644
--- a/t/auxdir-pr19311.sh
+++ b/t/auxdir-pr19311.sh
@@ -12,7 +12,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/>.
# Automake bug#19311: AC_PROG_CC called before AC_CONFIG_AUX_DIR can
# silently force wrong $ac_aux_dir definition.
diff --git a/t/auxdir-unportable.tap b/t/auxdir-unportable.tap
index 4c465b5a3..1d21f5e07 100644
--- a/t/auxdir-unportable.tap
+++ b/t/auxdir-unportable.tap
@@ -12,7 +12,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/>.
# Make sure we diagnose unportable AC_CONFIG_AUX_DIR names.
diff --git a/t/auxdir.sh b/t/auxdir.sh
index c280a734b..f3dc58571 100644
--- a/t/auxdir.sh
+++ b/t/auxdir.sh
@@ -12,7 +12,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/>.
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
diff --git a/t/auxdir6.sh b/t/auxdir6.sh
index a9cba8ff7..964755ef4 100644
--- a/t/auxdir6.sh
+++ b/t/auxdir6.sh
@@ -12,7 +12,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/>.
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
# This test calls AC_CONFIG_AUX_DIR with an explicit literal argument,
diff --git a/t/auxdir7.sh b/t/auxdir7.sh
index 20c496d1a..3dcf6e0bf 100644
--- a/t/auxdir7.sh
+++ b/t/auxdir7.sh
@@ -12,7 +12,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/>.
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
# This test calls AC_CONFIG_AUX_DIR with a '.' argument, thus explicitly
diff --git a/t/auxdir8.sh b/t/auxdir8.sh
index de9c65199..8e584604a 100644
--- a/t/auxdir8.sh
+++ b/t/auxdir8.sh
@@ -12,7 +12,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/>.
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
# This test tries without an explicit call to AC_CONFIG_AUX_DIR;
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh
index f85c1b535..3c4bf0120 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -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/>.
########################################################
### IMPORTANT NOTE: keep this file 'set -e' clean. ###
@@ -102,7 +102,7 @@ is_blocked_signal ()
{
# Use perl, since trying to do this portably in the shell can be
# very tricky, if not downright impossible. For reference, see:
- # <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+ # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
if $PERL -w -e '
use strict;
use warnings FATAL => "all";
diff --git a/t/ax/cc-no-c-o.in b/t/ax/cc-no-c-o.in
index 9bc802acd..fd51482e4 100644
--- a/t/ax/cc-no-c-o.in
+++ b/t/ax/cc-no-c-o.in
@@ -12,7 +12,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/>.
# A "C compiler" that chokes when the '-c' and '-o' options are passed
# together to it on the command line. See also automake bug#13378.
diff --git a/t/ax/deltree.pl b/t/ax/deltree.pl
index 5148dc2d6..f239057aa 100644
--- a/t/ax/deltree.pl
+++ b/t/ax/deltree.pl
@@ -15,7 +15,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/>.
use strict;
use warnings FATAL => 'all';
diff --git a/t/ax/depcomp.sh b/t/ax/depcomp.sh
index 9d0036cdf..09cf99933 100644
--- a/t/ax/depcomp.sh
+++ b/t/ax/depcomp.sh
@@ -12,7 +12,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/>.
# Check dependency tracking in various flavours.
# Contains both libtool and non-libtool case.
@@ -22,7 +22,7 @@
# -------------------------------------------------------------------------
-# <http://lists.gnu.org/archive/html/automake-patches/2011-04/msg00028.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2011-04/msg00028.html>
#
# Here's the bug: makedepend will prefix VPATH to the object file name,
# thus the second make will invoke depcomp with object='../../src/foo.o',
@@ -34,8 +34,8 @@
# -------------------------------------------------------------------------
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8473>
-# <http://lists.gnu.org/archive/html/automake-patches/2011-04/msg00079.html>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8473>
+# <https://lists.gnu.org/archive/html/automake-patches/2011-04/msg00079.html>
#
# Here's the bug: hp depmode will prefix VPATH to the object file name,
# thus the second gmake will invoke depcomp with object='../../src/foo.o',
@@ -49,8 +49,8 @@
# -------------------------------------------------------------------------
-# <http://lists.gnu.org/archive/html/automake-patches/2011-04/msg00140.html>
-# <http://lists.gnu.org/archive/html/automake-patches/2011-05/msg00019.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2011-04/msg00140.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2011-05/msg00019.html>
#
# A partial failure of an earlier version of this test; some bad
# post-processing of the '*.Po' files led to the following broken
diff --git a/t/ax/distcheck-hook-m4.am b/t/ax/distcheck-hook-m4.am
index 68c34a09b..9442a9896 100644
--- a/t/ax/distcheck-hook-m4.am
+++ b/t/ax/distcheck-hook-m4.am
@@ -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/>.
distcheck-hook:
@fatal () { echo "$@: $$*" >&2; exit 1; }; \
diff --git a/t/ax/extract-testsuite-summary.pl b/t/ax/extract-testsuite-summary.pl
index 180f53926..284eefdcf 100644
--- a/t/ax/extract-testsuite-summary.pl
+++ b/t/ax/extract-testsuite-summary.pl
@@ -15,7 +15,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/>.
use warnings FATAL => 'all';
use strict;
diff --git a/t/ax/is b/t/ax/is
index c085793b5..ba6ea4445 100755
--- a/t/ax/is
+++ b/t/ax/is
@@ -12,7 +12,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/>.
# Test that two whitespace-separated lists are equal.
# Assumes the two lists are passed on the command line separated by
diff --git a/t/ax/is_newest b/t/ax/is_newest
index 1cf0da1c9..e62c132d1 100755
--- a/t/ax/is_newest
+++ b/t/ax/is_newest
@@ -12,7 +12,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/>.
# Usage: is_newest FILE FILES
# Fail if any file in FILES is newer than FILE, and print the list of
diff --git a/t/ax/runtest.in b/t/ax/runtest.in
index 7caceb2a9..80a6b1a29 100644
--- a/t/ax/runtest.in
+++ b/t/ax/runtest.in
@@ -14,7 +14,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/>.
# Run an Automake test from the command line.
diff --git a/t/ax/shell-no-trail-bslash.in b/t/ax/shell-no-trail-bslash.in
index eefd90ea3..fc7b54107 100644
--- a/t/ax/shell-no-trail-bslash.in
+++ b/t/ax/shell-no-trail-bslash.in
@@ -12,7 +12,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/>.
# A "shell" that chokes on '-c' commands and/or shell scripts having
# a trailing '\' character (possibly followed by whitespace only).
diff --git a/t/ax/tap-functions.sh b/t/ax/tap-functions.sh
index 17a6c11b3..efa85a42d 100644
--- a/t/ax/tap-functions.sh
+++ b/t/ax/tap-functions.sh
@@ -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/>.
# Helper functions used by TAP-producing tests of the Automake testsuite.
diff --git a/t/ax/tap-setup.sh b/t/ax/tap-setup.sh
index 0eae2a386..64580c4cf 100644
--- a/t/ax/tap-setup.sh
+++ b/t/ax/tap-setup.sh
@@ -12,7 +12,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/>.
# Auxiliary shell script that copies the common data and files used by
# many tests on TAP support into the current directory. It should be
diff --git a/t/ax/tap-summary-aux.sh b/t/ax/tap-summary-aux.sh
index 1f22f3fe7..f0c31aa63 100644
--- a/t/ax/tap-summary-aux.sh
+++ b/t/ax/tap-summary-aux.sh
@@ -12,7 +12,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/>.
# Auxiliary script for tests on TAP support: checking testsuite summary.
diff --git a/t/ax/test-defs.in b/t/ax/test-defs.in
index 8cace053b..04d952133 100644
--- a/t/ax/test-defs.in
+++ b/t/ax/test-defs.in
@@ -14,7 +14,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/>.
# Defines and minimal setup for Automake testing environment.
@@ -187,7 +187,7 @@ sleep='sleep ''@MODIFICATION_DELAY@'
# An old timestamp that can be given to a file, in "touch -t" format.
# The time stamp should be portable to all file systems of interest.
# Just for fun, choose the exact time of the announcement of the GNU project
-# in UTC; see <http://www.gnu.org/gnu/initial-announcement.html>.
+# in UTC; see <https://www.gnu.org/gnu/initial-announcement.html>.
old_timestamp=198309271735.59
# Make our wrapper script (or installed scripts, if running under
diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh
index bf9017f4c..4311fb7c9 100644
--- a/t/ax/test-init.sh
+++ b/t/ax/test-init.sh
@@ -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/>.
set -e
diff --git a/t/ax/test-lib.sh b/t/ax/test-lib.sh
index 2ed15dcf9..5882ef052 100644
--- a/t/ax/test-lib.sh
+++ b/t/ax/test-lib.sh
@@ -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/>.
########################################################
### IMPORTANT NOTE: keep this file 'set -e' clean. ###
diff --git a/t/ax/testsuite-summary-checks.sh b/t/ax/testsuite-summary-checks.sh
index 1d4b9f5cb..0078d1ccf 100644
--- a/t/ax/testsuite-summary-checks.sh
+++ b/t/ax/testsuite-summary-checks.sh
@@ -12,7 +12,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/>.
# Check the testsuite summary with the parallel test harness. This
# script is meant to be sourced by other test script, so that it can
diff --git a/t/ax/trivial-test-driver b/t/ax/trivial-test-driver
index 8885fb331..5745fe3d9 100644
--- a/t/ax/trivial-test-driver
+++ b/t/ax/trivial-test-driver
@@ -12,7 +12,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/>.
#
# Test driver for a very simple test protocol used by the Automake
diff --git a/t/backcompat-acout.sh b/t/backcompat-acout.sh
index bfe0a28bc..262f72997 100644
--- a/t/backcompat-acout.sh
+++ b/t/backcompat-acout.sh
@@ -12,7 +12,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/>.
# Backward-compatibility: AC_OUTPUT with arguments.
diff --git a/t/backcompat.sh b/t/backcompat.sh
index a61400cd3..83e605847 100644
--- a/t/backcompat.sh
+++ b/t/backcompat.sh
@@ -12,7 +12,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/>.
# Test usage of AM_INIT_AUTOMAKE with two or three arguments, for
# backward-compatibility.
diff --git a/t/backcompat2.sh b/t/backcompat2.sh
index 7f2e9e214..43a43868b 100644
--- a/t/backcompat2.sh
+++ b/t/backcompat2.sh
@@ -12,7 +12,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/>.
# Backward-compatibility test: check that AM_INIT_AUTOMAKE with two or
# three arguments does AC_DEFINE the symbols PACKAGE and VERSION iff the
diff --git a/t/backcompat3.sh b/t/backcompat3.sh
index 718d0ad4a..88047827d 100644
--- a/t/backcompat3.sh
+++ b/t/backcompat3.sh
@@ -12,7 +12,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/>.
# Backward-compatibility test: check what happens when AC_INIT and
# AM_INIT_AUTOMAKE are both given two or more arguments.
diff --git a/t/backcompat6.sh b/t/backcompat6.sh
index e871f5dfb..3c81a55f8 100644
--- a/t/backcompat6.sh
+++ b/t/backcompat6.sh
@@ -12,7 +12,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/>.
# Backward-compatibility test: try to build and distribute a package
# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT,
diff --git a/t/backslash-before-trailing-whitespace.sh b/t/backslash-before-trailing-whitespace.sh
index f024404e1..843c6ef2f 100644
--- a/t/backslash-before-trailing-whitespace.sh
+++ b/t/backslash-before-trailing-whitespace.sh
@@ -12,7 +12,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/>.
# Make sure we diagnose and fix white spaces following backslash.
# Report from Peter Muir.
diff --git a/t/backslash-issues.sh b/t/backslash-issues.sh
index c0c326272..21102346d 100644
--- a/t/backslash-issues.sh
+++ b/t/backslash-issues.sh
@@ -12,7 +12,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/>.
# Test for "\" problems.
# TODO: might be nice to convert this to TAP...
diff --git a/t/badline.sh b/t/badline.sh
index 5dd23ec26..c1dd4b0a7 100644
--- a/t/badline.sh
+++ b/t/badline.sh
@@ -12,7 +12,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/>.
# Test to make sure that line number and file name in error message
# referring to variable is always correct.
diff --git a/t/badopt.sh b/t/badopt.sh
index 1b2d09973..dad8b2a2d 100644
--- a/t/badopt.sh
+++ b/t/badopt.sh
@@ -12,7 +12,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/>.
# Test to make sure bad options cause error.
diff --git a/t/badprog.sh b/t/badprog.sh
index 8b2dbbd95..5620f3830 100644
--- a/t/badprog.sh
+++ b/t/badprog.sh
@@ -12,7 +12,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/>.
# Test to make sure that programs with bad names are properly
# transformed.
diff --git a/t/built-sources-check.sh b/t/built-sources-check.sh
index 170dafbc9..7b2de2569 100644
--- a/t/built-sources-check.sh
+++ b/t/built-sources-check.sh
@@ -12,7 +12,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/>.
# Make sure 'check:' honors $(BUILT_SOURCES).
# PR/359.
diff --git a/t/built-sources-cond.sh b/t/built-sources-cond.sh
index 5ec58fded..57b6abea4 100644
--- a/t/built-sources-cond.sh
+++ b/t/built-sources-cond.sh
@@ -12,7 +12,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/>.
# Interaction of BUILT_SOURCES with conditionals.
diff --git a/t/built-sources-fork-bomb.sh b/t/built-sources-fork-bomb.sh
index 4c58fcfc6..59ded6931 100644
--- a/t/built-sources-fork-bomb.sh
+++ b/t/built-sources-fork-bomb.sh
@@ -12,15 +12,15 @@
# 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/>.
# Due to how the handling of $(BUILT_SOURCES) is implemented in Automake-NG,
# a recursive make call in the recipe of any $(BUILT_SOURCES) (or of any of
# its prerequisites) might cause an infinite recursion (complete with fork
# bomb, yuck) if not handled correctly. Verify that this doesn't happen.
# For more background, see:
-# <http://lists.gnu.org/archive/html/help-smalltalk/2012-08/msg00027.html>
-# <http://lists.gnu.org/archive/html/automake-patches/2012-08/msg00052.html>
+# <https://lists.gnu.org/archive/html/help-smalltalk/2012-08/msg00027.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2012-08/msg00052.html>
# Backported to improve coverage of mainline Automake.
required=GNUmake
diff --git a/t/built-sources-install.sh b/t/built-sources-install.sh
index 6a59aa2fd..8f9103d36 100644
--- a/t/built-sources-install.sh
+++ b/t/built-sources-install.sh
@@ -12,7 +12,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/>.
# Make sure 'install:' honors $(BUILT_SOURCES).
# PR/359.
diff --git a/t/built-sources-subdir.sh b/t/built-sources-subdir.sh
index 04b529881..9f892fa46 100644
--- a/t/built-sources-subdir.sh
+++ b/t/built-sources-subdir.sh
@@ -12,7 +12,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/>.
# Make sure when using SUBDIRS that all BUILT_SOURCES are built.
# A bug occurred where subdirs do not have all-recursive or
diff --git a/t/built-sources.sh b/t/built-sources.sh
index 139cf4e6a..99d5bca03 100644
--- a/t/built-sources.sh
+++ b/t/built-sources.sh
@@ -12,7 +12,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/>.
# Basic test on BUILT_SOURCES.
diff --git a/t/c-demo.sh b/t/c-demo.sh
index 4a2c8d100..ff3616ca7 100644
--- a/t/c-demo.sh
+++ b/t/c-demo.sh
@@ -12,7 +12,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/>.
# Demo on C support, also testing automatic dependency tracking,
# conditional SUBDIRS and convenience libraries.
@@ -76,7 +76,7 @@ nodist_lib_convenience_a_SOURCES = foo.h
# ensure that cleaning rules work correctly; an older implementation
# of automatic dependency tracking support suffered of weaknesses in
# this situation, see the "historical comments" reported in:
-# http://lists.gnu.org/archive/html/automake-patches/2012-06/msg00033.html
+# https://lists.gnu.org/archive/html/automake-patches/2012-06/msg00033.html
foo.h: $(srcdir)/foo.c
sed -n 's/.*foo *(.*/&;/p' "$(srcdir)/foo.c" >$@-t
test 1 -eq `wc -l <$@-t`
diff --git a/t/candist.sh b/t/candist.sh
index d723b264b..19615aab0 100644
--- a/t/candist.sh
+++ b/t/candist.sh
@@ -12,7 +12,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/>.
# Test to make sure things that cannot be dist_'ed are diagnosed.
diff --git a/t/canon-name.sh b/t/canon-name.sh
index 520d5f0cf..c8a071fca 100644
--- a/t/canon-name.sh
+++ b/t/canon-name.sh
@@ -12,7 +12,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/>.
# PR 511: Make sure we warn about e.g. AC_CONFIG_FILES([./gmakefile]),
# as not all make implementations treat 'file' and './file' equally.
diff --git a/t/canon.sh b/t/canon.sh
index ca7c92b4e..9c0915330 100644
--- a/t/canon.sh
+++ b/t/canon.sh
@@ -12,7 +12,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/>.
# Test to make sure that name canonicalization error works.
diff --git a/t/canon2.sh b/t/canon2.sh
index b72c1b241..d6c451001 100644
--- a/t/canon2.sh
+++ b/t/canon2.sh
@@ -12,7 +12,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/>.
# Test to make sure name canonicalization happens for texinfo.
diff --git a/t/canon3.sh b/t/canon3.sh
index 853eb25af..20933039a 100644
--- a/t/canon3.sh
+++ b/t/canon3.sh
@@ -12,7 +12,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/>.
# Yet another canonicalization test.
diff --git a/t/canon4.sh b/t/canon4.sh
index e68419f99..44bf47b4c 100644
--- a/t/canon4.sh
+++ b/t/canon4.sh
@@ -12,7 +12,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/>.
# Test to make sure name canonicalization happens for static libraries.
# Keep this in sync with sister test 'canon6.sh'.
diff --git a/t/canon5.sh b/t/canon5.sh
index 098effcfb..e54877cff 100644
--- a/t/canon5.sh
+++ b/t/canon5.sh
@@ -12,7 +12,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/>.
# Test to make sure that we allow variable names starting in
# non-letters. Whatever that might mean.
diff --git a/t/canon6.sh b/t/canon6.sh
index 01b3939c4..ea832a080 100644
--- a/t/canon6.sh
+++ b/t/canon6.sh
@@ -12,7 +12,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/>.
# Test to make sure name canonicalization happens for libtool libraries.
# Keep this in sync with sister test 'canon4.sh'.
diff --git a/t/canon7.sh b/t/canon7.sh
index fe44e76a8..37c28f2f4 100644
--- a/t/canon7.sh
+++ b/t/canon7.sh
@@ -12,7 +12,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/>.
# Stress test on canonicalization.
diff --git a/t/canon8.sh b/t/canon8.sh
index 66e861649..ae9440c4b 100644
--- a/t/canon8.sh
+++ b/t/canon8.sh
@@ -12,7 +12,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/>.
# Check that canonicalization does not transliterate the '@' charactrer.
diff --git a/t/ccnoco-deps.sh b/t/ccnoco-deps.sh
index ea44a9158..d5264ae33 100755
--- a/t/ccnoco-deps.sh
+++ b/t/ccnoco-deps.sh
@@ -12,7 +12,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/>.
# Check that dependency tracking can also work with compilers that
# doesn't understand '-c -o', even if the AM_PROG_CC_C_O macro is not
diff --git a/t/ccnoco-lib.sh b/t/ccnoco-lib.sh
index 09a8835be..97146ba1c 100755
--- a/t/ccnoco-lib.sh
+++ b/t/ccnoco-lib.sh
@@ -12,7 +12,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/>.
# Test to make sure we can compile when the compiler doesn't
# understand '-c -o'.
diff --git a/t/ccnoco-lt.sh b/t/ccnoco-lt.sh
index 6cec96a66..3088b1a35 100755
--- a/t/ccnoco-lt.sh
+++ b/t/ccnoco-lt.sh
@@ -12,7 +12,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/>.
# Test to make sure we can compile libtool libraries when the compiler
# doesn't understand '-c -o'.
diff --git a/t/ccnoco.sh b/t/ccnoco.sh
index ac61ba62f..48fb86a15 100644
--- a/t/ccnoco.sh
+++ b/t/ccnoco.sh
@@ -12,7 +12,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/>.
# Test to make sure we can compile when the compiler doesn't
# understand '-c -o'.
diff --git a/t/ccnoco3.sh b/t/ccnoco3.sh
index 75c193cbe..4cd4443bf 100644
--- a/t/ccnoco3.sh
+++ b/t/ccnoco3.sh
@@ -12,7 +12,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/>.
# Test to make sure 'compile' doesn't call 'mv SRC SRC'.
diff --git a/t/ccnoco4.sh b/t/ccnoco4.sh
index eba300275..7b3a458a7 100644
--- a/t/ccnoco4.sh
+++ b/t/ccnoco4.sh
@@ -12,15 +12,15 @@
# 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/>.
# Check that Automake-generated C compilation rules don't mistakenly
# use the "-c -o" options combination unconditionally (even with losing
# compilers) when the 'subdir-objects' is used but sources are only
# present in the top-level directory. Reported by Nick Bowler in the
# discussion on automake bug#13378:
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#35>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13378#44>
required=gcc # For cc-no-c-o.
. test-init.sh
diff --git a/t/check-concurrency-bug9245.sh b/t/check-concurrency-bug9245.sh
index 78c274c99..28744ecce 100644
--- a/t/check-concurrency-bug9245.sh
+++ b/t/check-concurrency-bug9245.sh
@@ -12,7 +12,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/>.
# Look for a bug where FreeBSD make in concurrent mode reported success
# even when the Automake-generated parallel testsuite harness failed.
diff --git a/t/check-exported-srcdir.sh b/t/check-exported-srcdir.sh
index 688344d7e..5050fe032 100644
--- a/t/check-exported-srcdir.sh
+++ b/t/check-exported-srcdir.sh
@@ -12,7 +12,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/>.
# Check that the testsuite driver (either with or without the
# serial-tests option enabled) exports the 'srcdir' value in the
diff --git a/t/check-fd-redirect.sh b/t/check-fd-redirect.sh
index c668d4e50..8be88e8ec 100644
--- a/t/check-fd-redirect.sh
+++ b/t/check-fd-redirect.sh
@@ -12,7 +12,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/>.
# Simple Tests support: redirection of file descriptors with
# AM_TESTS_FD_REDIRECT.
diff --git a/t/check-no-test-driver.sh b/t/check-no-test-driver.sh
index 36f6f7352..a059616e5 100644
--- a/t/check-no-test-driver.sh
+++ b/t/check-no-test-driver.sh
@@ -12,7 +12,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/>.
# Check that auxiliary script 'test-driver' doesn't get needlessly
# installed or referenced when the 'serial-tests' option is used.
diff --git a/t/check-subst-prog.sh b/t/check-subst-prog.sh
index 237ad298d..d4a1e4d85 100644
--- a/t/check-subst-prog.sh
+++ b/t/check-subst-prog.sh
@@ -12,7 +12,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/>.
# Check @substituted@ TESTS, some of which are also PROGRAMS.
# See also sister test 'check-subst.sh'.
diff --git a/t/check-subst.sh b/t/check-subst.sh
index 77886d464..35a989464 100644
--- a/t/check-subst.sh
+++ b/t/check-subst.sh
@@ -12,7 +12,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/>.
# Check @substituted@ TESTS.
# Note that in this test, we rely on the .test extension for the
diff --git a/t/check-tests-in-builddir.sh b/t/check-tests-in-builddir.sh
index b9070bc5f..b09c336fe 100644
--- a/t/check-tests-in-builddir.sh
+++ b/t/check-tests-in-builddir.sh
@@ -12,7 +12,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/>.
# Check that the testsuite driver can find test in the srcdir as
# well as in builddir, and that is prefers those in the builddir.
diff --git a/t/check.sh b/t/check.sh
index b7956cc64..f6aa2d62a 100644
--- a/t/check.sh
+++ b/t/check.sh
@@ -12,7 +12,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/>.
# Test Automake style tests.
diff --git a/t/check10.sh b/t/check10.sh
index 92a023388..b9e577290 100644
--- a/t/check10.sh
+++ b/t/check10.sh
@@ -12,7 +12,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/>.
# Check singular and plural in test summaries.
diff --git a/t/check11.sh b/t/check11.sh
index 9f34405f6..fe6860017 100644
--- a/t/check11.sh
+++ b/t/check11.sh
@@ -12,7 +12,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/>.
# Check skip summary.
diff --git a/t/check12.sh b/t/check12.sh
index 9a63a43d6..4c4594a6d 100644
--- a/t/check12.sh
+++ b/t/check12.sh
@@ -12,7 +12,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/>.
# Test to make sure dejagnu tests, automake-style tests, and check-local
# target can coexist.
diff --git a/t/check2.sh b/t/check2.sh
index 9fa183715..bb6b1414f 100644
--- a/t/check2.sh
+++ b/t/check2.sh
@@ -12,7 +12,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/>.
# Test Automake style tests.
diff --git a/t/check4.sh b/t/check4.sh
index 73e488322..7ec30cf28 100644
--- a/t/check4.sh
+++ b/t/check4.sh
@@ -12,7 +12,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/>.
# Make sure 'make -k check' processes all directories.
diff --git a/t/check5.sh b/t/check5.sh
index a793c83c4..0d45cf76c 100644
--- a/t/check5.sh
+++ b/t/check5.sh
@@ -12,7 +12,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/>.
# Test TESTS = $(check_PROGRAMS)
diff --git a/t/check6.sh b/t/check6.sh
index 870aed9a1..2efeb0524 100644
--- a/t/check6.sh
+++ b/t/check6.sh
@@ -12,7 +12,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/>.
# Test for PR 400: XFAIL_TESTS delimited by TABs.
# Also test that Solaris make VPATH rewriting is honored
diff --git a/t/check7.sh b/t/check7.sh
index bdf6fcc7d..ff08a049f 100644
--- a/t/check7.sh
+++ b/t/check7.sh
@@ -12,7 +12,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/>.
# Check EXEEXT extension for XFAIL_TESTS.
diff --git a/t/check8.sh b/t/check8.sh
index cafcf4661..a37ad4e38 100644
--- a/t/check8.sh
+++ b/t/check8.sh
@@ -12,7 +12,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/>.
# Check subdir TESTS.
diff --git a/t/checkall.sh b/t/checkall.sh
index 8e2f54335..f8066b30d 100644
--- a/t/checkall.sh
+++ b/t/checkall.sh
@@ -12,7 +12,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/>.
# Test for bug where check target doesn't depend on all.
diff --git a/t/clean.sh b/t/clean.sh
index 4d27b911d..565ea904a 100644
--- a/t/clean.sh
+++ b/t/clean.sh
@@ -12,7 +12,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/>.
# Test to make sure a clean target depends on previous one.
diff --git a/t/colneq.sh b/t/colneq.sh
index bdef0ce5e..8a58e63c0 100644
--- a/t/colneq.sh
+++ b/t/colneq.sh
@@ -12,7 +12,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/>.
# Test that := definitions produce warnings, but otherwise work.
diff --git a/t/colneq2.sh b/t/colneq2.sh
index 44408b4dd..9172fca43 100644
--- a/t/colneq2.sh
+++ b/t/colneq2.sh
@@ -12,7 +12,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/>.
# Test that := in var substitutions works.
diff --git a/t/colneq3.sh b/t/colneq3.sh
index ced4ce3f9..36c05d96a 100644
--- a/t/colneq3.sh
+++ b/t/colneq3.sh
@@ -12,7 +12,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/>.
# Test that := definitions work as expected at make time.
diff --git a/t/colon.sh b/t/colon.sh
index 620a97384..6a72d7fe1 100644
--- a/t/colon.sh
+++ b/t/colon.sh
@@ -12,7 +12,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/>.
# Test for bug reported by Nyul Laszlo. When using the ":" syntax in
# AC_OUTPUT, Automake fails to find the correct file.
diff --git a/t/colon2.sh b/t/colon2.sh
index 17c9a418c..0453fa149 100644
--- a/t/colon2.sh
+++ b/t/colon2.sh
@@ -12,7 +12,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/>.
# Make sure ":" works with files automake generates.
# See also sister test 'colon3.sh'.
diff --git a/t/colon3.sh b/t/colon3.sh
index fcad75284..840fc313a 100644
--- a/t/colon3.sh
+++ b/t/colon3.sh
@@ -12,7 +12,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/>.
# Make sure ":" works with files automake generates.
# This test is for multiple ":"s.
diff --git a/t/colon4.sh b/t/colon4.sh
index f296346e0..6f01857fe 100644
--- a/t/colon4.sh
+++ b/t/colon4.sh
@@ -12,7 +12,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/>.
# Make sure multiple ":"s in AC_CONFIG_FILES do not generate broken
# rebuild rules.
diff --git a/t/colon5.sh b/t/colon5.sh
index 4ffa82009..50d014407 100644
--- a/t/colon5.sh
+++ b/t/colon5.sh
@@ -12,7 +12,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/>.
# Another multi-":" test, this time from Doug Evans.
diff --git a/t/colon6.sh b/t/colon6.sh
index 51d6819e4..f33f4fefe 100644
--- a/t/colon6.sh
+++ b/t/colon6.sh
@@ -12,7 +12,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/>.
# Yet another multi-":" test, this time from Ken Pizzini.
diff --git a/t/colon7.sh b/t/colon7.sh
index 1adf681de..a0ae9369d 100644
--- a/t/colon7.sh
+++ b/t/colon7.sh
@@ -12,7 +12,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/>.
# Another test for a failing ":" in AC_OUTPUT.
# Report from Maciej Stachowiak.
diff --git a/t/color-tests-opt.sh b/t/color-tests-opt.sh
index e930ae20e..6f8e543d0 100644
--- a/t/color-tests-opt.sh
+++ b/t/color-tests-opt.sh
@@ -12,7 +12,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/>.
# Check that the 'color-tests' option, now active by default, is
# nonetheless still silently accepted, for backward compatibility.
diff --git a/t/color-tests.sh b/t/color-tests.sh
index 34d41d39a..300c6bd85 100644
--- a/t/color-tests.sh
+++ b/t/color-tests.sh
@@ -12,7 +12,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/>.
# Test Automake TESTS color output, by forcing it.
# Keep this in sync with the sister test 'color-tests2.sh'.
diff --git a/t/color-tests2.sh b/t/color-tests2.sh
index f24e18447..7def8fa88 100644
--- a/t/color-tests2.sh
+++ b/t/color-tests2.sh
@@ -12,7 +12,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/>.
# Test Automake TESTS color output, using the expect(1) program.
# Keep this in sync with the sister test 'color-tests.sh'.
diff --git a/t/commen10.sh b/t/commen10.sh
index 205ba482d..a8e67ebd9 100644
--- a/t/commen10.sh
+++ b/t/commen10.sh
@@ -12,7 +12,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/>.
# Make sure comments following trailing backslashes are diagnosed.
# Report from Harald Dunkel.
diff --git a/t/commen11.sh b/t/commen11.sh
index 41a6a2766..0f9cf722d 100644
--- a/t/commen11.sh
+++ b/t/commen11.sh
@@ -12,7 +12,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/>.
# Make sure backslash-newline-hash combinations are diagnosed as
# comments following a trailing backslash, even when the combination
diff --git a/t/comment-block.sh b/t/comment-block.sh
index 34c46db22..7c3712f69 100644
--- a/t/comment-block.sh
+++ b/t/comment-block.sh
@@ -12,7 +12,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/>.
# Make sure block comments are not double-spaced.
# Report from François Pinard.
diff --git a/t/comment.sh b/t/comment.sh
index 412cc938f..fedf97ec0 100644
--- a/t/comment.sh
+++ b/t/comment.sh
@@ -12,7 +12,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/>.
# Make sure that '#' as start of word in AUTOMAKE_OPTIONS means
# comment.
diff --git a/t/comment2.sh b/t/comment2.sh
index 129396efc..e78d6e41f 100644
--- a/t/comment2.sh
+++ b/t/comment2.sh
@@ -12,7 +12,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/>.
# Make sure comment recognition works in PROGRAMS. Report from Mark
# Galassi.
diff --git a/t/comment3.sh b/t/comment3.sh
index 3f0e02301..7a595b46f 100644
--- a/t/comment3.sh
+++ b/t/comment3.sh
@@ -12,7 +12,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/>.
# Make sure that '#' after a tab is a failure.
# The Tru64 Unix V5.1 system make will pass these to the
diff --git a/t/comment4.sh b/t/comment4.sh
index cf7cc5ca8..eeb012e2e 100644
--- a/t/comment4.sh
+++ b/t/comment4.sh
@@ -12,7 +12,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/>.
# Make sure commented variables are output near their comments.
diff --git a/t/comment5.sh b/t/comment5.sh
index bcc8218f7..ac15884f0 100644
--- a/t/comment5.sh
+++ b/t/comment5.sh
@@ -12,7 +12,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/>.
# Test for PR/280.
# (Automake should complain about trailing backslashes in comments.)
diff --git a/t/comment6.sh b/t/comment6.sh
index 2593a2b6c..2e5455af9 100644
--- a/t/comment6.sh
+++ b/t/comment6.sh
@@ -12,7 +12,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/>.
# Test for PR/322.
# Automake 1.6.1 seems to have a problem parsing comments that use
diff --git a/t/comment7.sh b/t/comment7.sh
index b7bd9989c..d2efdfc96 100644
--- a/t/comment7.sh
+++ b/t/comment7.sh
@@ -12,7 +12,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/>.
# Make sure comment for conditional variables are output near the
# corresponding conditional definitions.
diff --git a/t/comment8.sh b/t/comment8.sh
index eac61b0ed..bee420e16 100644
--- a/t/comment8.sh
+++ b/t/comment8.sh
@@ -12,7 +12,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/>.
# Make sure += does not append to a comment.
# Report from Stepan Kasal.
diff --git a/t/comment9.sh b/t/comment9.sh
index 72eff4e8d..299a75ba2 100644
--- a/t/comment9.sh
+++ b/t/comment9.sh
@@ -12,7 +12,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/>.
# Make sure ##-comments are ignored in variable definitions.
# Report from Julien Sopena.
diff --git a/t/comments-in-var-def.sh b/t/comments-in-var-def.sh
index a8ec739b5..fc991dbe2 100644
--- a/t/comments-in-var-def.sh
+++ b/t/comments-in-var-def.sh
@@ -12,7 +12,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/>.
# Make sure Automake ignores in-line comments when using variables,
# but preserve them in the output.
diff --git a/t/compile.sh b/t/compile.sh
index ec1026182..086fdd963 100644
--- a/t/compile.sh
+++ b/t/compile.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' preserves spaces in its arguments.
diff --git a/t/compile2.sh b/t/compile2.sh
index 49eab5e23..602a66a22 100644
--- a/t/compile2.sh
+++ b/t/compile2.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' deals correctly with Windows-style paths.
diff --git a/t/compile3.sh b/t/compile3.sh
index d87953fbf..d8b5a28d1 100644
--- a/t/compile3.sh
+++ b/t/compile3.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' wraps the Microsoft C/C++ compiler (cl) correctly
diff --git a/t/compile4.sh b/t/compile4.sh
index d8020d6b6..630d8b681 100644
--- a/t/compile4.sh
+++ b/t/compile4.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' wraps the Microsoft C/C++ compiler (cl) correctly
# with respect to absolute paths.
diff --git a/t/compile5.sh b/t/compile5.sh
index ada706ba0..9e96083e7 100644
--- a/t/compile5.sh
+++ b/t/compile5.sh
@@ -12,7 +12,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/>.
# Make sure the file name translation in the 'compile' script works
# correctly
diff --git a/t/compile6.sh b/t/compile6.sh
index 6bcaf22f8..7a72eea4d 100644
--- a/t/compile6.sh
+++ b/t/compile6.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' searches libraries correctly
diff --git a/t/compile7.sh b/t/compile7.sh
index c6405d919..d2eb8f887 100644
--- a/t/compile7.sh
+++ b/t/compile7.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' wraps the Intel C/C++ compiler (icl) correctly
# with respect to absolute paths.
diff --git a/t/compile_f90_c_cxx.sh b/t/compile_f90_c_cxx.sh
index b65ae9c51..986683614 100644
--- a/t/compile_f90_c_cxx.sh
+++ b/t/compile_f90_c_cxx.sh
@@ -12,7 +12,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/>.
# Test to make sure rules to invoke all compilers are selected with
# mixed source objects.
diff --git a/t/compile_f_c_cxx.sh b/t/compile_f_c_cxx.sh
index b52c960d3..8fa80a4b5 100644
--- a/t/compile_f_c_cxx.sh
+++ b/t/compile_f_c_cxx.sh
@@ -12,7 +12,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/>.
# Test to make sure rules to invoke all compilers are selected with
# mixed source objects.
diff --git a/t/cond-basic.sh b/t/cond-basic.sh
index 4b03769b7..9ddeb1c5d 100644
--- a/t/cond-basic.sh
+++ b/t/cond-basic.sh
@@ -12,7 +12,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/>.
# Check basic use of conditionals.
diff --git a/t/cond.sh b/t/cond.sh
index feb971acb..f4a8b487f 100644
--- a/t/cond.sh
+++ b/t/cond.sh
@@ -12,7 +12,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/>.
# Check basic use of conditionals.
diff --git a/t/cond10.sh b/t/cond10.sh
index 5600c885d..8a1d68f89 100644
--- a/t/cond10.sh
+++ b/t/cond10.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals. From Raja R Harinath.
diff --git a/t/cond11.sh b/t/cond11.sh
index 921050209..20f4af783 100644
--- a/t/cond11.sh
+++ b/t/cond11.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals. From Richard Boulton.
# This checks that, if LDADD is set from a conditional variable
diff --git a/t/cond13.sh b/t/cond13.sh
index 02c31730e..c2e78e5a8 100644
--- a/t/cond13.sh
+++ b/t/cond13.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals.
# Report from Lars J. Aas.
diff --git a/t/cond14.sh b/t/cond14.sh
index 8ff22f61d..1cfd30233 100644
--- a/t/cond14.sh
+++ b/t/cond14.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals.
# Report from Robert Boehne.
diff --git a/t/cond15.sh b/t/cond15.sh
index 3186700cb..d11882ba4 100644
--- a/t/cond15.sh
+++ b/t/cond15.sh
@@ -12,7 +12,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/>.
# Regression test for conditionally defined overriding of automatic rules.
diff --git a/t/cond16.sh b/t/cond16.sh
index 6d63deaa3..e34b23f4b 100644
--- a/t/cond16.sh
+++ b/t/cond16.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals in SOURCES with variable substitution
# references.
diff --git a/t/cond17.sh b/t/cond17.sh
index 5f325712b..82405f05b 100644
--- a/t/cond17.sh
+++ b/t/cond17.sh
@@ -12,7 +12,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/>.
# Test for being able to define an object to be generated in different ways
# according to a conditional.
diff --git a/t/cond18.sh b/t/cond18.sh
index 8a1b1d716..70e2edab4 100644
--- a/t/cond18.sh
+++ b/t/cond18.sh
@@ -12,7 +12,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/>.
# Regression test for substitution references to conditional variables.
# Report from Richard Boulton.
diff --git a/t/cond19.sh b/t/cond19.sh
index feb3b2c32..ecdf014e1 100644
--- a/t/cond19.sh
+++ b/t/cond19.sh
@@ -12,7 +12,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/>.
# Regression test for substitution references to conditional variables.
# Report from Richard Boulton.
diff --git a/t/cond20.sh b/t/cond20.sh
index 395649512..dfbb6e3f7 100644
--- a/t/cond20.sh
+++ b/t/cond20.sh
@@ -12,7 +12,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/>.
# Regression test for recursion handling in substitution references to
# conditional variables.
diff --git a/t/cond21.sh b/t/cond21.sh
index 94d76f825..7aecdc24c 100644
--- a/t/cond21.sh
+++ b/t/cond21.sh
@@ -12,7 +12,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/>.
# Check for use of = and += in different conditions.
diff --git a/t/cond22.sh b/t/cond22.sh
index fd8b88466..3812f08c0 100644
--- a/t/cond22.sh
+++ b/t/cond22.sh
@@ -12,7 +12,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/>.
# Regression test for bug when sources listed in conditional.
# Report from Richard Boulton. PR/326.
diff --git a/t/cond23.sh b/t/cond23.sh
index 7af89964f..56518b3e0 100644
--- a/t/cond23.sh
+++ b/t/cond23.sh
@@ -12,7 +12,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/>.
# Check that conditional redefinitions of AC_SUBST'ed variables are detected.
# Report from Patrik Weiskircher.
diff --git a/t/cond24.sh b/t/cond24.sh
index 9fc4abb70..3cfda5a83 100644
--- a/t/cond24.sh
+++ b/t/cond24.sh
@@ -12,7 +12,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/>.
# Check that conditional redefinitions of AC_SUBST'ed variables are detected.
# Report from Patrik Weiskircher.
diff --git a/t/cond25.sh b/t/cond25.sh
index e654ce1c1..e93c0ef60 100644
--- a/t/cond25.sh
+++ b/t/cond25.sh
@@ -12,7 +12,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/>.
# Check that conditional primaries can use non-conditional directories.
# From Pavel Roskin.
diff --git a/t/cond26.sh b/t/cond26.sh
index 01af6c4a5..535a021ca 100644
--- a/t/cond26.sh
+++ b/t/cond26.sh
@@ -12,7 +12,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/>.
# Check that non-conditional primaries can use conditional directories.
# Reported by Juergen Keil.
diff --git a/t/cond27.sh b/t/cond27.sh
index b56973b06..a47f5de58 100644
--- a/t/cond27.sh
+++ b/t/cond27.sh
@@ -12,7 +12,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/>.
# Check that non-conditional primaries cannot use directories defined
# in some conditions (but not others).
diff --git a/t/cond28.sh b/t/cond28.sh
index 1f492884d..6238ab767 100644
--- a/t/cond28.sh
+++ b/t/cond28.sh
@@ -12,7 +12,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/>.
# Check that conditional primaries can use directories defined
# in the same conditions (but not others).
diff --git a/t/cond3.sh b/t/cond3.sh
index 647bafa96..421fd15ef 100644
--- a/t/cond3.sh
+++ b/t/cond3.sh
@@ -12,7 +12,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/>.
# Test sources listed in conditional.
# Report from Rob Savoye <rob@cygnus.com>, and Lars J. Aas.
diff --git a/t/cond30.sh b/t/cond30.sh
index cd0d113c1..3bfcd809e 100644
--- a/t/cond30.sh
+++ b/t/cond30.sh
@@ -12,7 +12,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/>.
# For PR/352: make sure we support bin_PROGRAMS being defined conditionally.
diff --git a/t/cond31.sh b/t/cond31.sh
index 77ad9b57f..1f4ebbdea 100644
--- a/t/cond31.sh
+++ b/t/cond31.sh
@@ -12,7 +12,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/>.
# Make sure we define conditional _DEPENDENCIES correctly.
diff --git a/t/cond32.sh b/t/cond32.sh
index 2e92d6aca..879dda9dd 100644
--- a/t/cond32.sh
+++ b/t/cond32.sh
@@ -12,7 +12,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/>.
# Make sure the user can override a conditional _DEPENDENCIES.
diff --git a/t/cond33.sh b/t/cond33.sh
index 99147d50c..b9e24dac1 100644
--- a/t/cond33.sh
+++ b/t/cond33.sh
@@ -12,7 +12,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/>.
# Check that conditionally-defined install directories are handled
# correctly.
diff --git a/t/cond34.sh b/t/cond34.sh
index 224a10d52..0682faf7b 100644
--- a/t/cond34.sh
+++ b/t/cond34.sh
@@ -12,7 +12,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/>.
# Check for _DEPENDENCIES definition with conditional _LDADD.
# Report from Elena A. Vengerova.
diff --git a/t/cond35.sh b/t/cond35.sh
index d6fffb29a..bfac89ec5 100644
--- a/t/cond35.sh
+++ b/t/cond35.sh
@@ -12,7 +12,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/>.
# Check rules output for parser defined conditionally.
# Report from Roman Fietze.
diff --git a/t/cond36.sh b/t/cond36.sh
index f913a087f..09e39690d 100644
--- a/t/cond36.sh
+++ b/t/cond36.sh
@@ -12,7 +12,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/>.
# Check rules output for parser defined conditionally.
diff --git a/t/cond37.sh b/t/cond37.sh
index 2fe057e31..96587aa01 100644
--- a/t/cond37.sh
+++ b/t/cond37.sh
@@ -12,7 +12,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/>.
# Check conditional local rules.
# Report from Simon Josefsson.
diff --git a/t/cond38.sh b/t/cond38.sh
index 2b0bef2b6..2e212ff62 100644
--- a/t/cond38.sh
+++ b/t/cond38.sh
@@ -12,7 +12,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/>.
# Check conditional variable ordering.
# Report from Ed Hartnett.
diff --git a/t/cond39.sh b/t/cond39.sh
index 210c8377a..57523bbc6 100644
--- a/t/cond39.sh
+++ b/t/cond39.sh
@@ -12,7 +12,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/>.
# Build either as CONFIG_FILE or as PROGRAM.
diff --git a/t/cond4.sh b/t/cond4.sh
index a40f66271..b37377249 100644
--- a/t/cond4.sh
+++ b/t/cond4.sh
@@ -12,7 +12,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/>.
# Another sources-in-conditional test. Report from Tim Goodwin.
diff --git a/t/cond40.sh b/t/cond40.sh
index a17c69935..dd737c513 100644
--- a/t/cond40.sh
+++ b/t/cond40.sh
@@ -12,7 +12,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/>.
# Test AM_COND_IF.
diff --git a/t/cond41.sh b/t/cond41.sh
index 7cdc99299..00a605eb1 100644
--- a/t/cond41.sh
+++ b/t/cond41.sh
@@ -12,7 +12,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/>.
# AM_COND_IF with an undefined condition should fail.
diff --git a/t/cond42.sh b/t/cond42.sh
index c4c3b5de8..0ac8e57f3 100644
--- a/t/cond42.sh
+++ b/t/cond42.sh
@@ -13,7 +13,7 @@ nfig
# 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/>.
# Ensure an error with inconsistent state of conditionals in configure.ac.
# This shouldn't happen with user input, as _AM_COND_* are not documented,
diff --git a/t/cond43.sh b/t/cond43.sh
index c1e832d85..0eb188d90 100644
--- a/t/cond43.sh
+++ b/t/cond43.sh
@@ -12,7 +12,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/>.
# Ensure an error with underquoted usage of AM_COND_IF in configure.ac.
diff --git a/t/cond44.sh b/t/cond44.sh
index b2afc612a..2cea626dd 100644
--- a/t/cond44.sh
+++ b/t/cond44.sh
@@ -12,7 +12,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/>.
# Check that redefinitions of AC_SUBST'ed AM_SUBST_NOTMAKE'd variables
# are not diagnosed. See 'cond23.sh'.
diff --git a/t/cond45.sh b/t/cond45.sh
index d4adbe3fc..e51d346a1 100644
--- a/t/cond45.sh
+++ b/t/cond45.sh
@@ -12,7 +12,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/>.
# Check that redefinitions of AC_SUBST'ed AM_SUBST_NOTMAKE'd variables
# are not diagnosed. See 'cond24.sh'.
diff --git a/t/cond46.sh b/t/cond46.sh
index d221903c4..de54c969e 100644
--- a/t/cond46.sh
+++ b/t/cond46.sh
@@ -12,7 +12,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/>.
# Ensure the right condition is listed after 'else' and 'endif'.
diff --git a/t/cond5.sh b/t/cond5.sh
index 2f3a4fa74..73cd39ebf 100644
--- a/t/cond5.sh
+++ b/t/cond5.sh
@@ -12,7 +12,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/>.
# Yet another sources-in-conditional test. Report from Tim Goodwin.
diff --git a/t/cond6.sh b/t/cond6.sh
index 4a3ce2d48..834aa32fd 100644
--- a/t/cond6.sh
+++ b/t/cond6.sh
@@ -12,7 +12,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/>.
# Test for an odd conditional bug. Report from Matt Leach.
diff --git a/t/cond7.sh b/t/cond7.sh
index 9d0660402..4accccd68 100644
--- a/t/cond7.sh
+++ b/t/cond7.sh
@@ -12,7 +12,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/>.
# Test for an odd conditional bug. Report from Pavel Roskin.
diff --git a/t/cond8.sh b/t/cond8.sh
index 716294005..76353f785 100644
--- a/t/cond8.sh
+++ b/t/cond8.sh
@@ -12,7 +12,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/>.
# Test to make sure _PROGRAMS conditionals can be written in a useful
# way.
diff --git a/t/cond9.sh b/t/cond9.sh
index d9fd2dbb7..1c5fa2a5c 100644
--- a/t/cond9.sh
+++ b/t/cond9.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals. From Raja R Harinath.
diff --git a/t/condd.sh b/t/condd.sh
index fe9d5e3ac..64e874632 100644
--- a/t/condd.sh
+++ b/t/condd.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals.
diff --git a/t/condhook.sh b/t/condhook.sh
index 3885db748..2e817c8eb 100644
--- a/t/condhook.sh
+++ b/t/condhook.sh
@@ -12,7 +12,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/>.
# Test install when a conditional install-*-hook is not defined.
# Keep this in sync with sister test 'condhook2.sh'.
diff --git a/t/condhook2.sh b/t/condhook2.sh
index e96da111c..4901897c4 100644
--- a/t/condhook2.sh
+++ b/t/condhook2.sh
@@ -12,7 +12,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/>.
# Test install when a conditional install-*-hook is defined.
# Keep this in sync with sister test 'condhook.sh'.
diff --git a/t/condinc.sh b/t/condinc.sh
index db73a3c6d..ba2d8636e 100644
--- a/t/condinc.sh
+++ b/t/condinc.sh
@@ -12,7 +12,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/>.
# Make sure a conditional include statement is handled properly.
diff --git a/t/condinc2.sh b/t/condinc2.sh
index f92a57b95..5983d262d 100644
--- a/t/condinc2.sh
+++ b/t/condinc2.sh
@@ -12,7 +12,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/>.
# Another test of conditional include statements.
diff --git a/t/condlib.sh b/t/condlib.sh
index a1bfff1eb..1a6966757 100644
--- a/t/condlib.sh
+++ b/t/condlib.sh
@@ -12,7 +12,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/>.
# Test for bug with conditional library.
# From Harlan Stenn.
diff --git a/t/condman2.sh b/t/condman2.sh
index e06f63d04..7229b588d 100644
--- a/t/condman2.sh
+++ b/t/condman2.sh
@@ -12,7 +12,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/>.
# Make sure appropriate man install targets generated in all cases.
diff --git a/t/condman3.sh b/t/condman3.sh
index 1be709569..59d33266e 100644
--- a/t/condman3.sh
+++ b/t/condman3.sh
@@ -12,7 +12,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/>.
# Make sure conditionals work with man pages.
diff --git a/t/confdeps.sh b/t/confdeps.sh
index fbd1c770d..dde90b41e 100644
--- a/t/confdeps.sh
+++ b/t/confdeps.sh
@@ -12,7 +12,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/>.
# Make sure that config* files are properly regenerated.
diff --git a/t/conff.sh b/t/conff.sh
index d62b3eab8..3512a9025 100644
--- a/t/conff.sh
+++ b/t/conff.sh
@@ -12,7 +12,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/>.
# Make sure rebuild rules work even when AC_CONFIG_FILES uses colons.
# Report from Alexander Turbov.
diff --git a/t/conff2.sh b/t/conff2.sh
index c0b41eaa5..6aff1eb38 100644
--- a/t/conff2.sh
+++ b/t/conff2.sh
@@ -12,7 +12,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/>.
# Make sure empty calls to AC_CONFIG_FILES or AC_CONFIG_HEADERS are diagnosed.
diff --git a/t/conffile-leading-dot.sh b/t/conffile-leading-dot.sh
index feb2e146b..e6eadbe01 100644
--- a/t/conffile-leading-dot.sh
+++ b/t/conffile-leading-dot.sh
@@ -12,7 +12,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/>.
# Automake must complain if AC_CONFIG_FILES is passed something starting
# with a dot (like "./Makefile"), since the remake rules might be subtly
diff --git a/t/confh-subdir-clean.sh b/t/confh-subdir-clean.sh
index 7f28657d4..81e1b85bb 100644
--- a/t/confh-subdir-clean.sh
+++ b/t/confh-subdir-clean.sh
@@ -12,7 +12,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/>.
# Test to make sure config headers in subdirectories are cleaned.
diff --git a/t/confh.sh b/t/confh.sh
index 4ab770d6d..8400c2120 100644
--- a/t/confh.sh
+++ b/t/confh.sh
@@ -12,7 +12,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/>.
# Test to make sure config.h works in a subdir.
# Report from Alexandre Oliva.
diff --git a/t/confh4.sh b/t/confh4.sh
index 0ec5ee474..2a2f4c626 100644
--- a/t/confh4.sh
+++ b/t/confh4.sh
@@ -12,7 +12,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/>.
# Test for PR 34.
# > Description:
diff --git a/t/confh5.sh b/t/confh5.sh
index 4065a6077..74e2207b5 100644
--- a/t/confh5.sh
+++ b/t/confh5.sh
@@ -12,7 +12,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/>.
# Make sure we do not distribute header sources when they are built.
diff --git a/t/confh6.sh b/t/confh6.sh
index 37ed73ec9..4cf2b296c 100644
--- a/t/confh6.sh
+++ b/t/confh6.sh
@@ -12,7 +12,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/>.
# Test to make sure config.h rule made even if it is in a subdir. The
# idea is that if config.h is in a subdir, and there is no Makefile in
diff --git a/t/confh7.sh b/t/confh7.sh
index ccb517fc6..3a5a9a03a 100644
--- a/t/confh7.sh
+++ b/t/confh7.sh
@@ -12,7 +12,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/>.
# Test to make sure several config headers are allowed.
# See also sister "semantic" test 'confh8.sh'.
diff --git a/t/confh8.sh b/t/confh8.sh
index aa71b856d..9891bc97d 100644
--- a/t/confh8.sh
+++ b/t/confh8.sh
@@ -12,7 +12,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/>.
# Test to make sure several config headers are allowed.
# See also sister "minimalistic" test 'confh7.sh'.
diff --git a/t/configure.sh b/t/configure.sh
index ae1fd95c3..5f5924322 100644
--- a/t/configure.sh
+++ b/t/configure.sh
@@ -12,7 +12,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/>.
# Diagnose if the autoconf input is named configure.in.
# Diagnose if both configure.in and configure.ac are present, prefer
diff --git a/t/confincl.sh b/t/confincl.sh
index ef52d599a..40cd93f94 100644
--- a/t/confincl.sh
+++ b/t/confincl.sh
@@ -12,7 +12,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/>.
# This tests for a bug reported by Gord Matzigkeit.
# If config.h is not used, @CONFIG_INCLUDE_SPEC@ should not appear
diff --git a/t/conflnk.sh b/t/conflnk.sh
index 7b10417f8..3ec22addc 100644
--- a/t/conflnk.sh
+++ b/t/conflnk.sh
@@ -12,7 +12,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/>.
# Test to make sure links created by AC_CONFIG_LINKS get removed with
# 'make distclean'
diff --git a/t/conflnk2.sh b/t/conflnk2.sh
index c9abb5948..0a7d43f38 100644
--- a/t/conflnk2.sh
+++ b/t/conflnk2.sh
@@ -12,7 +12,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/>.
# Test to make sure that sources for links created by AC_CONFIG_LINKS
# are distributed.
diff --git a/t/conflnk3.sh b/t/conflnk3.sh
index 254e610d1..9a5e230d5 100644
--- a/t/conflnk3.sh
+++ b/t/conflnk3.sh
@@ -12,7 +12,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/>.
# Test to make sure that AC_CONFIG_LINKS using a variable source
# is not broken.
diff --git a/t/conflnk4.sh b/t/conflnk4.sh
index 57c0de67f..06b16d60b 100644
--- a/t/conflnk4.sh
+++ b/t/conflnk4.sh
@@ -12,7 +12,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/>.
# Test to make sure links to _identical files_ created by AC_CONFIG_LINKS get
# removed with 'make distclean' only if doing a VPATH build.
diff --git a/t/confsub.sh b/t/confsub.sh
index dbf8b34d0..0dab4a026 100644
--- a/t/confsub.sh
+++ b/t/confsub.sh
@@ -12,7 +12,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/>.
# Test to make sure config.h can be in subdir.
# Also, make sure config.h is properly rebuilt.
diff --git a/t/confvar.sh b/t/confvar.sh
index dbc351e28..84748d3b2 100644
--- a/t/confvar.sh
+++ b/t/confvar.sh
@@ -12,7 +12,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/>.
# Test to make sure configure_vars stuff works.
diff --git a/t/confvar2.sh b/t/confvar2.sh
index 45b374b71..d03dc64f0 100644
--- a/t/confvar2.sh
+++ b/t/confvar2.sh
@@ -12,7 +12,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/>.
# Test for bug reported by Jim Meyering.
diff --git a/t/copy.sh b/t/copy.sh
index a9437fb94..da446c706 100644
--- a/t/copy.sh
+++ b/t/copy.sh
@@ -12,7 +12,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/>.
# Test to make sure '-c' works. Report from Andris Pavenis.
# See also the much more in-depth test 'add-missing'.
diff --git a/t/cscope.tap b/t/cscope.tap
index b254567a4..b7fbb210d 100644
--- a/t/cscope.tap
+++ b/t/cscope.tap
@@ -12,7 +12,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/>.
# Test cscope functionality.
diff --git a/t/cscope2.sh b/t/cscope2.sh
index 8cb618eb4..2137cc9b9 100644
--- a/t/cscope2.sh
+++ b/t/cscope2.sh
@@ -12,7 +12,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/>.
# The 'cscope' target should not fail if there are no sources.
diff --git a/t/cscope3.sh b/t/cscope3.sh
index 2edcad0d9..0ec2a3194 100644
--- a/t/cscope3.sh
+++ b/t/cscope3.sh
@@ -12,7 +12,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/>.
# The 'cscope' target should not fail if there are no sources in a subdir.
# In practice this means 'cscope' should not be invoked if cscope.files
diff --git a/t/cxx-demo.sh b/t/cxx-demo.sh
index 1fb7e54eb..c3be764ab 100644
--- a/t/cxx-demo.sh
+++ b/t/cxx-demo.sh
@@ -12,7 +12,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/>.
# Demo on C++ support.
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index 852cee76c..a6b401475 100644
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -12,7 +12,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/>.
# Demo on Libtool/C++ support.
diff --git a/t/cxx.sh b/t/cxx.sh
index d31a3ad54..528e2c74c 100644
--- a/t/cxx.sh
+++ b/t/cxx.sh
@@ -12,7 +12,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/>.
# Test that '.c++' extension works.
# From Ralf Corsepius.
diff --git a/t/cxx2.sh b/t/cxx2.sh
index c97f6d48e..66b668208 100644
--- a/t/cxx2.sh
+++ b/t/cxx2.sh
@@ -12,7 +12,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/>.
# Test that Automake suggests using AC_PROG_CXX if C++ sources are used.
diff --git a/t/cxxcpp.sh b/t/cxxcpp.sh
index 7de24f78f..d4d692eb2 100644
--- a/t/cxxcpp.sh
+++ b/t/cxxcpp.sh
@@ -12,7 +12,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/>.
# Make sure automake sees AC_PROG_CXXCPP. From Garth Corral.
diff --git a/t/cxxlibobj.sh b/t/cxxlibobj.sh
index 9714d67e7..c6cbb02b4 100644
--- a/t/cxxlibobj.sh
+++ b/t/cxxlibobj.sh
@@ -12,7 +12,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/>.
# Test to make sure LIBOBJS and C++ sources work right.
diff --git a/t/cxxlink.sh b/t/cxxlink.sh
index b4ee5d8b5..de1d6ce20 100644
--- a/t/cxxlink.sh
+++ b/t/cxxlink.sh
@@ -12,7 +12,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/>.
# Test to make sure C++ linker is used when appropriate.
diff --git a/t/cxxnoc.sh b/t/cxxnoc.sh
index df2e6fe5d..32286371b 100644
--- a/t/cxxnoc.sh
+++ b/t/cxxnoc.sh
@@ -12,7 +12,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/>.
# Test to make sure pure C++ sources don't include C-specific code.
diff --git a/t/cygnus-no-more.sh b/t/cygnus-no-more.sh
index ab2860e84..425283b81 100644
--- a/t/cygnus-no-more.sh
+++ b/t/cygnus-no-more.sh
@@ -12,7 +12,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/>.
# Check that support for Cygnus-style trees is deprecated.
# That feature will be removed in the next major Automake release.
diff --git a/t/cygwin32.sh b/t/cygwin32.sh
index 2a144ab02..c45cfc46c 100644
--- a/t/cygwin32.sh
+++ b/t/cygwin32.sh
@@ -12,7 +12,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/>.
# Test basic Cygwin32 functionality.
diff --git a/t/dash.sh b/t/dash.sh
index 5df5e6adc..ccf6a81a6 100644
--- a/t/dash.sh
+++ b/t/dash.sh
@@ -12,7 +12,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/>.
# Test to make sure '-' can be used in path.
# Report from Matthew D. Langston.
diff --git a/t/defun.sh b/t/defun.sh
index ae7517df9..b91c93c8a 100644
--- a/t/defun.sh
+++ b/t/defun.sh
@@ -12,7 +12,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/>.
# Make sure aclocal picks up on all macro definitions.
diff --git a/t/defun2.sh b/t/defun2.sh
index b65c37005..711b8731d 100644
--- a/t/defun2.sh
+++ b/t/defun2.sh
@@ -12,7 +12,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/>.
# Make sure we don't mistake a macro definition for an invocation.
# From Jim Meyering.
diff --git a/t/dejagnu-absolute-builddir.sh b/t/dejagnu-absolute-builddir.sh
index 0961b3035..4b76d8c98 100644
--- a/t/dejagnu-absolute-builddir.sh
+++ b/t/dejagnu-absolute-builddir.sh
@@ -12,7 +12,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/>.
# Check that DejaGnu testsuites have 'objdir' defined (as a TCL variable)
# to an absolute path.
diff --git a/t/dejagnu-relative-srcdir.sh b/t/dejagnu-relative-srcdir.sh
index 0e6cdf1f4..2737efcd2 100644
--- a/t/dejagnu-relative-srcdir.sh
+++ b/t/dejagnu-relative-srcdir.sh
@@ -12,7 +12,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/>.
# Check that DejaGnu testsuites have 'srcdir' defined to a relative path
# (both as TCL variable and as environment variable).
diff --git a/t/dejagnu-siteexp-append.sh b/t/dejagnu-siteexp-append.sh
index 1af3774f9..d25848f53 100644
--- a/t/dejagnu-siteexp-append.sh
+++ b/t/dejagnu-siteexp-append.sh
@@ -12,7 +12,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/>.
# Check that the files in $(EXTRA_DEJAGNU_SITE_CONFIG) get appended to
# site.exp in the same order in which they're listed in that variable.
diff --git a/t/dejagnu-siteexp-extend.sh b/t/dejagnu-siteexp-extend.sh
index d111f3c47..600dd0848 100644
--- a/t/dejagnu-siteexp-extend.sh
+++ b/t/dejagnu-siteexp-extend.sh
@@ -12,7 +12,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/>.
# Check that the developer can extend the site.exp generated by the
# automake-generated Makefile.
diff --git a/t/dejagnu-siteexp-useredit.sh b/t/dejagnu-siteexp-useredit.sh
index 6f3a75f08..b8d596641 100644
--- a/t/dejagnu-siteexp-useredit.sh
+++ b/t/dejagnu-siteexp-useredit.sh
@@ -12,7 +12,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/>.
# Check that the user can edit the Makefile-generated site.exp, and
# have its edits survive to the remaking of that file.
diff --git a/t/dejagnu.sh b/t/dejagnu.sh
index 563bae95f..94bd4be0f 100644
--- a/t/dejagnu.sh
+++ b/t/dejagnu.sh
@@ -12,7 +12,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/>.
# Superficial test to check that dejagnu tests and automake-style
# tests can coexist. See also related deeper test 'check12.sh'.
diff --git a/t/dejagnu2.sh b/t/dejagnu2.sh
index f4088b666..ad5f83d4a 100644
--- a/t/dejagnu2.sh
+++ b/t/dejagnu2.sh
@@ -12,7 +12,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/>.
# Make sure we don't override the user's site.exp rule.
diff --git a/t/dejagnu3.sh b/t/dejagnu3.sh
index e0413aecb..18aefdd38 100644
--- a/t/dejagnu3.sh
+++ b/t/dejagnu3.sh
@@ -12,7 +12,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/>.
# Check that the DejaGnu rules work for a simple program and test case.
diff --git a/t/dejagnu4.sh b/t/dejagnu4.sh
index 1ad535b1a..c94573ea3 100644
--- a/t/dejagnu4.sh
+++ b/t/dejagnu4.sh
@@ -12,7 +12,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/>.
# Check that the DejaGnu rules work for a simple program and test case.
# Also check PR 488: Failure of the first of several tools tested.
diff --git a/t/dejagnu5.sh b/t/dejagnu5.sh
index 6da93b607..7cfab7022 100644
--- a/t/dejagnu5.sh
+++ b/t/dejagnu5.sh
@@ -12,7 +12,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/>.
# Check that the DejaGnu rules do look for a testsuite named after
# the package by default.
diff --git a/t/dejagnu6.sh b/t/dejagnu6.sh
index 459874a11..889916d5d 100644
--- a/t/dejagnu6.sh
+++ b/t/dejagnu6.sh
@@ -12,7 +12,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/>.
# Check that "make check" fails, when a DejaGnu test fails.
diff --git a/t/dejagnu7.sh b/t/dejagnu7.sh
index ea4a30165..4ee57ddac 100644
--- a/t/dejagnu7.sh
+++ b/t/dejagnu7.sh
@@ -12,7 +12,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/>.
# Check that "make check" fails, when we invoke DejaGnu tests with --status
# (to detect TCL errors) on a file with TCL errors.
diff --git a/t/deleted-am.sh b/t/deleted-am.sh
index afcb1de01..696864ba9 100644
--- a/t/deleted-am.sh
+++ b/t/deleted-am.sh
@@ -12,7 +12,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/>.
# The stub rules emitted to work around the "deleted header problem"
# for '.am' files shouldn't prevent the remake rules from correctly
diff --git a/t/deleted-m4.sh b/t/deleted-m4.sh
index a7b7e62a9..41b07d69c 100644
--- a/t/deleted-m4.sh
+++ b/t/deleted-m4.sh
@@ -12,7 +12,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/>.
# The stub rules emitted to work around the "deleted header problem"
# for '.m4' files shouldn't prevent the remake rules from correctly
diff --git a/t/depacl2.sh b/t/depacl2.sh
index 56690f58b..11d0cf9d1 100644
--- a/t/depacl2.sh
+++ b/t/depacl2.sh
@@ -12,7 +12,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/>.
# Test to make sure dependencies work when required macro is part of
# autoconf.
diff --git a/t/depcomp-implicit-auxdir.sh b/t/depcomp-implicit-auxdir.sh
index 1281b19e6..33d52e386 100644
--- a/t/depcomp-implicit-auxdir.sh
+++ b/t/depcomp-implicit-auxdir.sh
@@ -12,7 +12,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/>.
# Make sure a top-level depcomp file is found when
# AC_CONFIG_AUX_DIR is not specified.
diff --git a/t/depcomp.sh b/t/depcomp.sh
index 5a5d5ba33..24425b912 100644
--- a/t/depcomp.sh
+++ b/t/depcomp.sh
@@ -12,7 +12,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/>.
# Test to make sure depcomp is installed and found properly
# when required for multiple directories.
diff --git a/t/depcomp2.sh b/t/depcomp2.sh
index 00c1f23fc..0ea91b854 100644
--- a/t/depcomp2.sh
+++ b/t/depcomp2.sh
@@ -12,7 +12,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/>.
# Test to make sure that depcomp is not used when it's not installed
# From Pavel Roskin.
diff --git a/t/depcomp8a.sh b/t/depcomp8a.sh
index 20d162326..e18318061 100644
--- a/t/depcomp8a.sh
+++ b/t/depcomp8a.sh
@@ -12,7 +12,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/>.
# Test for regressions in computation of names of .Po files for
# automatic dependency tracking.
diff --git a/t/depcomp8b.sh b/t/depcomp8b.sh
index 13152f716..a4d5a77d6 100644
--- a/t/depcomp8b.sh
+++ b/t/depcomp8b.sh
@@ -12,7 +12,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/>.
# Test for regressions in computation of names of .Plo files for
# automatic dependency tracking.
diff --git a/t/depdist.sh b/t/depdist.sh
index 4a740c6b0..cc35bc710 100644
--- a/t/depdist.sh
+++ b/t/depdist.sh
@@ -12,7 +12,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/>.
# Make sure depcomp is found for the distribution.
# From Eric Magnien.
diff --git a/t/depend-postproc.sh b/t/depend-postproc.sh
index 9e20b057a..24f30a59f 100644
--- a/t/depend-postproc.sh
+++ b/t/depend-postproc.sh
@@ -12,7 +12,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/>.
# Check to make sure we recognize a Makefile.in, even if post-processed
# and renamed. The particularly tricky code for automatic dependency
diff --git a/t/depend.sh b/t/depend.sh
index 4aa056b67..641741137 100644
--- a/t/depend.sh
+++ b/t/depend.sh
@@ -12,7 +12,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/>.
# This tests for a bug reported by Henrik Frystyk Nielsen <frystyk@w3.org>
# In some cases the auto-dependency can get confused and try
diff --git a/t/depend3.sh b/t/depend3.sh
index 1d6f3ed8b..770a6e569 100644
--- a/t/depend3.sh
+++ b/t/depend3.sh
@@ -12,7 +12,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/>.
# Test _DEPENDENCIES variable. From Lee Iverson.
diff --git a/t/depend4.sh b/t/depend4.sh
index 6e202357b..14d80f5e3 100644
--- a/t/depend4.sh
+++ b/t/depend4.sh
@@ -12,7 +12,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/>.
# Check that dependencies are included when there are many header files.
diff --git a/t/depend5.sh b/t/depend5.sh
index 7400e6144..ce0a70315 100644
--- a/t/depend5.sh
+++ b/t/depend5.sh
@@ -12,7 +12,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/>.
# Check that _AM_OUTPUT_DEPENDENCY_COMMANDS works with eval-style
# quoting in $CONFIG_FILES, done by newer Autoconf.
diff --git a/t/depend6.sh b/t/depend6.sh
index 0f3868530..6de2e3cf8 100644
--- a/t/depend6.sh
+++ b/t/depend6.sh
@@ -12,7 +12,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/>.
# Check for _AM_OUTPUT_DEPENDENCY_COMMANDS grouping bug,
# reported by Markus Duft.
diff --git a/t/deprecated-acinit.sh b/t/deprecated-acinit.sh
index 45ec19e8f..e447dd122 100644
--- a/t/deprecated-acinit.sh
+++ b/t/deprecated-acinit.sh
@@ -12,7 +12,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/>.
# Check that automake and autoconf complain about an old-style AC_INIT
# call used with a new-style AM_AUTOMAKE_INIT call.
diff --git a/t/destdir.sh b/t/destdir.sh
index 93c02a124..5323a1ee7 100644
--- a/t/destdir.sh
+++ b/t/destdir.sh
@@ -12,7 +12,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/>.
# Make sure that 'make distcheck' can find some $(DESTDIR) omissions.
# PR/186.
diff --git a/t/dir-named-obj-is-bad.sh b/t/dir-named-obj-is-bad.sh
index c3e5a6c6c..602d4b48c 100644
--- a/t/dir-named-obj-is-bad.sh
+++ b/t/dir-named-obj-is-bad.sh
@@ -12,7 +12,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/>.
# Naming a subdirectory 'obj/' is a bad idea. Automake should say so.
diff --git a/t/discover.sh b/t/discover.sh
index ab0866d2b..3159a975c 100644
--- a/t/discover.sh
+++ b/t/discover.sh
@@ -12,7 +12,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/>.
# Test to make sure LIBOBJS file cannot be mentioned explicitly.
diff --git a/t/dist-auxdir-many-subdirs.sh b/t/dist-auxdir-many-subdirs.sh
index bf11a46d3..486375fbe 100644
--- a/t/dist-auxdir-many-subdirs.sh
+++ b/t/dist-auxdir-many-subdirs.sh
@@ -12,7 +12,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/>.
# It should be legitimate for many subdir Makefiles to require the
# same config-aux files.
diff --git a/t/dist-auxfile-2.sh b/t/dist-auxfile-2.sh
index b977ee2a2..f9a60d7fa 100644
--- a/t/dist-auxfile-2.sh
+++ b/t/dist-auxfile-2.sh
@@ -12,7 +12,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/>.
# Files specified by AC_REQUIRE_AUX_FILE must exist, and if a Makefile
# is present in the build-aux directory, they correctly get automatically
diff --git a/t/dist-auxfile.sh b/t/dist-auxfile.sh
index fef805bd8..70adcae3d 100644
--- a/t/dist-auxfile.sh
+++ b/t/dist-auxfile.sh
@@ -12,7 +12,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/>.
# Files specified by AC_REQUIRE_AUX_FILE must exist, and they get
# automatically distributed by the top-level Makefile.am.
diff --git a/t/dist-formats.tap b/t/dist-formats.tap
index a32fa211a..a597964c2 100644
--- a/t/dist-formats.tap
+++ b/t/dist-formats.tap
@@ -12,7 +12,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/>.
# Check support for different compression formats used by distribution
# archives.
diff --git a/t/dist-included-parent-dir.sh b/t/dist-included-parent-dir.sh
index b93cca06a..5ebb8f4bd 100644
--- a/t/dist-included-parent-dir.sh
+++ b/t/dist-included-parent-dir.sh
@@ -12,7 +12,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/>.
# Make sure included files in parent directory are distributed.
diff --git a/t/dist-install-sh.sh b/t/dist-install-sh.sh
index 4d981527e..441982e7b 100644
--- a/t/dist-install-sh.sh
+++ b/t/dist-install-sh.sh
@@ -12,7 +12,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/>.
# Test for bug where install-sh not included in distribution.
diff --git a/t/dist-lzma.sh b/t/dist-lzma.sh
index a18c3c720..d5da5a3e6 100644
--- a/t/dist-lzma.sh
+++ b/t/dist-lzma.sh
@@ -12,7 +12,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/>.
# Check support for no-dist-gzip with lzma.
diff --git a/t/dist-missing-am.sh b/t/dist-missing-am.sh
index 311de4bd4..7b564d6ef 100644
--- a/t/dist-missing-am.sh
+++ b/t/dist-missing-am.sh
@@ -12,7 +12,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/>.
# The stub rules emitted to work around the "deleted header problem"
# for '.am' files shouldn't prevent "make" from diagnosing a missing
diff --git a/t/dist-missing-included-m4.sh b/t/dist-missing-included-m4.sh
index 4d2552311..0ba466873 100644
--- a/t/dist-missing-included-m4.sh
+++ b/t/dist-missing-included-m4.sh
@@ -12,7 +12,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/>.
# The stub rules emitted to work around the "deleted header problem"
# for '.m4' files shouldn't prevent "make" from diagnosing a missing
diff --git a/t/dist-missing-m4.sh b/t/dist-missing-m4.sh
index bf691d2a6..a721e2789 100644
--- a/t/dist-missing-m4.sh
+++ b/t/dist-missing-m4.sh
@@ -12,7 +12,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/>.
# The stub rules emitted to work around the "deleted header problem"
# for '.m4' files shouldn't prevent "make" from diagnosing a missing
diff --git a/t/dist-pr109765.sh b/t/dist-pr109765.sh
index abdb47e78..031301bf4 100644
--- a/t/dist-pr109765.sh
+++ b/t/dist-pr109765.sh
@@ -12,7 +12,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/>.
# Expose automake bug#10975: when several "dist-*" targets are invoked
# on the make command line, the first one ends up removing the distdir,
diff --git a/t/dist-readonly.sh b/t/dist-readonly.sh
index 9b9faa891..2b4124851 100644
--- a/t/dist-readonly.sh
+++ b/t/dist-readonly.sh
@@ -12,7 +12,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/>.
# Test that a readonly files are distributed as such, and not make
# writable while being copied in the $(distdir).
diff --git a/t/dist-repeated.sh b/t/dist-repeated.sh
index 18e4271cf..2b9ee05f2 100644
--- a/t/dist-repeated.sh
+++ b/t/dist-repeated.sh
@@ -12,7 +12,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/>.
# Test that we can distribute the same file as many times as we want.
# The distdir target should take care of not copying it more than one
diff --git a/t/dist-shar.sh b/t/dist-shar.sh
index 308ce1378..611480c2c 100644
--- a/t/dist-shar.sh
+++ b/t/dist-shar.sh
@@ -12,7 +12,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/>.
# Check support for no-dist-gzip with dist-shar.
diff --git a/t/dist-tarZ.sh b/t/dist-tarZ.sh
index baf3f2087..c4888facc 100644
--- a/t/dist-tarZ.sh
+++ b/t/dist-tarZ.sh
@@ -12,7 +12,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/>.
# Check support for no-dist-gzip with dist-tarZ.
diff --git a/t/dist-with-unreadable-makefile-fails.sh b/t/dist-with-unreadable-makefile-fails.sh
index 269b8ca72..21fd10886 100644
--- a/t/dist-with-unreadable-makefile-fails.sh
+++ b/t/dist-with-unreadable-makefile-fails.sh
@@ -12,7 +12,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/>.
# Test for bug in 'make dist'
# From Pavel Roskin.
diff --git a/t/distcheck-configure-flags-am.sh b/t/distcheck-configure-flags-am.sh
index df825e4bf..9d205d1ee 100644
--- a/t/distcheck-configure-flags-am.sh
+++ b/t/distcheck-configure-flags-am.sh
@@ -12,7 +12,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/>.
# Check support for AM_DISTCHECK_CONFIGURE_FLAGS at "make distcheck"
# time, and its interactions with DISTCHECK_CONFIGURE_FLAGS.
diff --git a/t/distcheck-configure-flags-subpkg.sh b/t/distcheck-configure-flags-subpkg.sh
index 64b34b9aa..e5bc8860b 100644
--- a/t/distcheck-configure-flags-subpkg.sh
+++ b/t/distcheck-configure-flags-subpkg.sh
@@ -12,7 +12,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/>.
# Check AM_DISTCHECK_CONFIGURE_FLAGS and DISTCHECK_CONFIGURE_FLAGS
# are not honored in a subpackage Makefile.am, but the flags from
diff --git a/t/distcheck-configure-flags.sh b/t/distcheck-configure-flags.sh
index 809189507..5ac12f034 100644
--- a/t/distcheck-configure-flags.sh
+++ b/t/distcheck-configure-flags.sh
@@ -12,7 +12,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/>.
# Check support for DISTCHECK_CONFIGURE_FLAGS at "make distcheck" time.
diff --git a/t/distcheck-hook.sh b/t/distcheck-hook.sh
index f519088a0..2174040d0 100644
--- a/t/distcheck-hook.sh
+++ b/t/distcheck-hook.sh
@@ -12,7 +12,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/>.
# Check basic support for distcheck-hook.
diff --git a/t/distcheck-hook2.sh b/t/distcheck-hook2.sh
index e060af07d..a1e304ca6 100644
--- a/t/distcheck-hook2.sh
+++ b/t/distcheck-hook2.sh
@@ -12,7 +12,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/>.
# Check that no 'distcheck-hook' target is created automatically by
# Automake, and that a used-defined 'distcheck-hook' is *not* honored
diff --git a/t/distcheck-missing-m4.sh b/t/distcheck-missing-m4.sh
index ad1a24786..c4e77e98c 100644
--- a/t/distcheck-missing-m4.sh
+++ b/t/distcheck-missing-m4.sh
@@ -12,7 +12,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/>.
# Test that we can define a distcheck-hook to diagnose m4 files
# missing from the dist tarball (interaction with '--install').
diff --git a/t/distcheck-no-prefix-or-srcdir-override.sh b/t/distcheck-no-prefix-or-srcdir-override.sh
index c99a7d98b..e143e1229 100644
--- a/t/distcheck-no-prefix-or-srcdir-override.sh
+++ b/t/distcheck-no-prefix-or-srcdir-override.sh
@@ -12,7 +12,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/>.
# Check that "make distcheck" overrides any --srcdir or --prefix flag
# (mistakenly) defined in $(AM_DISTCHECK_CONFIGURE_FLAGS) or
diff --git a/t/distcheck-outdated-m4.sh b/t/distcheck-outdated-m4.sh
index 12591ce4f..a27e8d615 100644
--- a/t/distcheck-outdated-m4.sh
+++ b/t/distcheck-outdated-m4.sh
@@ -12,7 +12,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/>.
# Test that we can define a distcheck-hook to diagnose outdated m4
# files in a dist tarball (interaction with '--install').
diff --git a/t/distcheck-override-infodir.sh b/t/distcheck-override-infodir.sh
index efe5a9405..b895867a0 100644
--- a/t/distcheck-override-infodir.sh
+++ b/t/distcheck-override-infodir.sh
@@ -12,7 +12,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/>.
# Check that we can override ${infodir} while having distcheck still
# working. Related to automake bug#9579.
diff --git a/t/distcheck-pr10470.sh b/t/distcheck-pr10470.sh
index 5424d029f..15e0ee066 100644
--- a/t/distcheck-pr10470.sh
+++ b/t/distcheck-pr10470.sh
@@ -12,7 +12,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/>.
# Ensure "make distcheck" does not experience racy failures on
# systems (like MinGW/MSYS) that cannot remove a directory "in use"
diff --git a/t/distcheck-pr18286.sh b/t/distcheck-pr18286.sh
index 549ec22b7..49ec04840 100644
--- a/t/distcheck-pr18286.sh
+++ b/t/distcheck-pr18286.sh
@@ -12,7 +12,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/>.
# Ensure "make distcheck" detects all missing files, without getting
# confused by the fact that they exists in the "original" source tree
diff --git a/t/distcheck-pr9579.sh b/t/distcheck-pr9579.sh
index 2034f170d..886d3ef2c 100644
--- a/t/distcheck-pr9579.sh
+++ b/t/distcheck-pr9579.sh
@@ -12,7 +12,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/>.
# Check against automake bug#9579: distcheck does not always detect
# incomplete uninstall as advertised.
diff --git a/t/distcheck-writable-srcdir.sh b/t/distcheck-writable-srcdir.sh
index 523433738..6c1842f0c 100644
--- a/t/distcheck-writable-srcdir.sh
+++ b/t/distcheck-writable-srcdir.sh
@@ -12,7 +12,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/>.
# Check that the user abuse 'distcheck-hook' to ensure his packages
# is built by "make distcheck" with a writable srcdir. This goes
diff --git a/t/distcleancheck.sh b/t/distcleancheck.sh
index ed92e7795..2e565b56e 100644
--- a/t/distcleancheck.sh
+++ b/t/distcleancheck.sh
@@ -12,7 +12,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/>.
# Make sure the suggested 'distcleancheck_listfiles' in the manual works.
# The example Makefile.am we use is from the FAQ entry 'distcleancheck'.
diff --git a/t/distcom-subdir.sh b/t/distcom-subdir.sh
index 999400b24..500ddf046 100644
--- a/t/distcom-subdir.sh
+++ b/t/distcom-subdir.sh
@@ -12,7 +12,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/>.
# Test to make sure that if an auxfile (here depcomp) is required
# by a subdir Makefile.am, it is distributed by that Makefile.am.
diff --git a/t/distcom2.sh b/t/distcom2.sh
index 47895a919..7c7a9da25 100644
--- a/t/distcom2.sh
+++ b/t/distcom2.sh
@@ -12,7 +12,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/>.
# Test to make sure that depcomp and compile are added to DIST_COMMON.
# Report from Pavel Roskin. Report of problems with '--no-force' from
diff --git a/t/distcom3.sh b/t/distcom3.sh
index d4bc89516..04f0c5dba 100644
--- a/t/distcom3.sh
+++ b/t/distcom3.sh
@@ -12,7 +12,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/>.
# Test to make sure that non-existing common files are distributed
# if they are buildable.
diff --git a/t/distcom4.sh b/t/distcom4.sh
index 4c3fbeecd..ddfce3793 100644
--- a/t/distcom4.sh
+++ b/t/distcom4.sh
@@ -12,7 +12,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/>.
# Test to make sure config files are distributed, and only once.
# This tries to distribute a file from a subdirectory, without
diff --git a/t/distcom5.sh b/t/distcom5.sh
index 6885c1758..09abe5d76 100644
--- a/t/distcom5.sh
+++ b/t/distcom5.sh
@@ -12,7 +12,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/>.
# Test to make sure config files are distributed, and only once.
# This tries to distribute a file from a subdirectory, with
diff --git a/t/distdir.sh b/t/distdir.sh
index e1f8c411c..66c817fca 100644
--- a/t/distdir.sh
+++ b/t/distdir.sh
@@ -12,7 +12,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/>.
# Test to make sure subdirs in EXTRA_DIST work. Also tests to make
# sure *srcdir is properly handled. Note that using './', as in
diff --git a/t/disthook.sh b/t/disthook.sh
index 0c2cfdb25..d3d118500 100644
--- a/t/disthook.sh
+++ b/t/disthook.sh
@@ -12,7 +12,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/>.
# Check that 'dist-hook' works. See automake bug#10878.
diff --git a/t/distlinks.sh b/t/distlinks.sh
index c87622837..7b6ba0eae 100644
--- a/t/distlinks.sh
+++ b/t/distlinks.sh
@@ -12,7 +12,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/>.
# Check that distributed symlinks in the source tree will be expanded
# as regular files in $(distdir).
diff --git a/t/distlinksbrk.sh b/t/distlinksbrk.sh
index 39604e0ad..66b71a3ad 100644
--- a/t/distlinksbrk.sh
+++ b/t/distlinksbrk.sh
@@ -12,7 +12,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/>.
# Check that distributed broken symlinks cause 'make dist' to fail, and
# to do so with (mostly) meaningful diagnostic.
diff --git a/t/distname.sh b/t/distname.sh
index 503e78208..355fd066d 100644
--- a/t/distname.sh
+++ b/t/distname.sh
@@ -12,7 +12,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/>.
# Test of names in tar file.
# From Rainer Orth.
diff --git a/t/dmalloc.sh b/t/dmalloc.sh
index ea7854de8..a297e0a46 100644
--- a/t/dmalloc.sh
+++ b/t/dmalloc.sh
@@ -12,7 +12,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/>.
# Simple checks on the 'AM_WITH_DMALLOC' macro.
diff --git a/t/doc-parsing-buglets-colneq-subst.sh b/t/doc-parsing-buglets-colneq-subst.sh
index 5d2dbb360..0f8dfe8de 100644
--- a/t/doc-parsing-buglets-colneq-subst.sh
+++ b/t/doc-parsing-buglets-colneq-subst.sh
@@ -12,14 +12,14 @@
# 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/>.
# Check a documented limitation of the Automake's Makefile parser
# w.r.t. POSIX variable substitutions used in the name of targets.
# See Section "General Operation" in the Automake manual.
# If you cause some parts of this test to fail, chances are that you've
# improved the Automake parser ;-)
-# See: <http://lists.gnu.org/archive/html/automake/2010-08/msg00074.html>
+# See: <https://lists.gnu.org/archive/html/automake/2010-08/msg00074.html>
# or: <http://thread.gmane.org/gmane.comp.sysutils.automake.general/11943/focus=11962>
. test-init.sh
diff --git a/t/doc-parsing-buglets-tabs.sh b/t/doc-parsing-buglets-tabs.sh
index 190c9a95a..9e84f806d 100644
--- a/t/doc-parsing-buglets-tabs.sh
+++ b/t/doc-parsing-buglets-tabs.sh
@@ -12,7 +12,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/>.
# Check the documented limitation of the Automake's Makefile parser w.r.t.
# use of TAB characters; see Section "General Operation" in the Automake
diff --git a/t/dollar.sh b/t/dollar.sh
index 5910ad055..f9e0e026b 100644
--- a/t/dollar.sh
+++ b/t/dollar.sh
@@ -12,7 +12,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/>.
# We should support files with '$' characters in their names.
# Java people need this.
diff --git a/t/dollarvar.sh b/t/dollarvar.sh
index 720818b35..09d93d61f 100644
--- a/t/dollarvar.sh
+++ b/t/dollarvar.sh
@@ -12,7 +12,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/>.
# Test to make sure that -Wportability complains about recursive
# variable expansions and variables containing '$', '$(...)', or
diff --git a/t/dollarvar2.sh b/t/dollarvar2.sh
index 80b03190b..1af16f9d3 100644
--- a/t/dollarvar2.sh
+++ b/t/dollarvar2.sh
@@ -12,7 +12,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/>.
# Test to make sure that -Wportability turns on portability-recursive,
# likewise for -Wno-...
diff --git a/t/double.sh b/t/double.sh
index 9b00e9e5d..9fd39bd29 100644
--- a/t/double.sh
+++ b/t/double.sh
@@ -12,7 +12,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/>.
# Test to make sure listing a program twice is ok.
# Report from Manu Rouat.
diff --git a/t/dup2.sh b/t/dup2.sh
index 537313028..cc0f92744 100644
--- a/t/dup2.sh
+++ b/t/dup2.sh
@@ -12,7 +12,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/>.
# Make sure aclocal only warns about definitions overridden by acinclude.m4.
diff --git a/t/else.sh b/t/else.sh
index 4bf755d62..1205c1504 100644
--- a/t/else.sh
+++ b/t/else.sh
@@ -12,7 +12,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/>.
# Test to make sure line numbers are correct in some error reports.
diff --git a/t/empty-data-primary.sh b/t/empty-data-primary.sh
index c80fa0f2a..170a27bb6 100644
--- a/t/empty-data-primary.sh
+++ b/t/empty-data-primary.sh
@@ -12,7 +12,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/>.
# Test for bug where if the list of installables is empty, invalid sh
# code is generated.
diff --git a/t/empty-sources-primary.tap b/t/empty-sources-primary.tap
index 36a20dd25..029625606 100644
--- a/t/empty-sources-primary.tap
+++ b/t/empty-sources-primary.tap
@@ -12,7 +12,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/>.
# A test for missing _SOURCES variable. Also test to make sure empty
# _SOURCES suppresses assumption about default name.
diff --git a/t/exdir.sh b/t/exdir.sh
index d34701dfd..778d0b70f 100644
--- a/t/exdir.sh
+++ b/t/exdir.sh
@@ -12,7 +12,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/>.
# Check to make sure new extended directory mechanism works.
diff --git a/t/exdir2.sh b/t/exdir2.sh
index 84ec535c6..39c1a3ba8 100644
--- a/t/exdir2.sh
+++ b/t/exdir2.sh
@@ -12,7 +12,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/>.
# Test to make sure undefined directories are invalid.
diff --git a/t/exdir3.sh b/t/exdir3.sh
index 10accc04a..43a79ef23 100644
--- a/t/exdir3.sh
+++ b/t/exdir3.sh
@@ -12,7 +12,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/>.
# Test to make sure pkgdatadir can be overridden via AC_SUBST.
diff --git a/t/exeext.sh b/t/exeext.sh
index 2df3b021b..eca03e502 100644
--- a/t/exeext.sh
+++ b/t/exeext.sh
@@ -12,7 +12,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/>.
# Test to make sure '.' in an exe name doesn't fool us.
# Report from Robert Collins.
diff --git a/t/exeext2.sh b/t/exeext2.sh
index 82700ac28..2ff0cd081 100644
--- a/t/exeext2.sh
+++ b/t/exeext2.sh
@@ -12,7 +12,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/>.
# Make sure no-exeext option works.
diff --git a/t/exeext3.sh b/t/exeext3.sh
index 7a5d0e63c..be699473f 100644
--- a/t/exeext3.sh
+++ b/t/exeext3.sh
@@ -12,7 +12,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/>.
# Make sure we can override a program rule.
diff --git a/t/exeext4.sh b/t/exeext4.sh
index b3c1774fe..35b495d11 100644
--- a/t/exeext4.sh
+++ b/t/exeext4.sh
@@ -12,7 +12,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/>.
# Make sure $(EXEEXT) is appended to programs and to tests that are
# programs, but not to @substitutions@.
diff --git a/t/ext.sh b/t/ext.sh
index 0b2435aab..23e1e0b5e 100644
--- a/t/ext.sh
+++ b/t/ext.sh
@@ -12,7 +12,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/>.
# Test to make sure extensions are set correctly for various languages.
diff --git a/t/ext2.sh b/t/ext2.sh
index 6e6580750..f1ed2fe22 100644
--- a/t/ext2.sh
+++ b/t/ext2.sh
@@ -12,7 +12,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/>.
# Regression test for a bug reported by Ladislav Strojil.
# Using different extensions for the same language should not
diff --git a/t/ext3.sh b/t/ext3.sh
index bfce9e6cf..6ff565bdf 100644
--- a/t/ext3.sh
+++ b/t/ext3.sh
@@ -12,7 +12,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/>.
# Cover corner cases of derive_suffix wrt. file extensions:
# - extension declared with SUFFIXES but with no suffix rule for it
diff --git a/t/extra-data.sh b/t/extra-data.sh
index b6614af43..054416ea1 100644
--- a/t/extra-data.sh
+++ b/t/extra-data.sh
@@ -12,7 +12,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/>.
# Checks on the obsolete EXTRA_DATA variable.
diff --git a/t/extra-deps-lt.sh b/t/extra-deps-lt.sh
index 8f777366e..e3c8ba08f 100644
--- a/t/extra-deps-lt.sh
+++ b/t/extra-deps-lt.sh
@@ -12,7 +12,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/>.
# Test EXTRA_*_DEPENDENCIES, libtool version; see 'extra-deps.sh' for
# non-libtool variant.
diff --git a/t/extra-deps.sh b/t/extra-deps.sh
index 79a7a55ab..a36c7e712 100644
--- a/t/extra-deps.sh
+++ b/t/extra-deps.sh
@@ -12,7 +12,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/>.
# Test EXTRA_*_DEPENDENCIES. See 'extra-deps-lt.sh' for libtool variant.
diff --git a/t/extra-dist-dirs-and-subdirs.sh b/t/extra-dist-dirs-and-subdirs.sh
index d01007808..eb958a0d5 100644
--- a/t/extra-dist-dirs-and-subdirs.sh
+++ b/t/extra-dist-dirs-and-subdirs.sh
@@ -12,7 +12,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/>.
# Check to make sure EXTRA_DIST can contain a directory or
# a subdirectory, in $(builddir) or $(srcdir).
diff --git a/t/extra-dist-vpath-dir-merge.sh b/t/extra-dist-vpath-dir-merge.sh
index e0a2cc7bd..95095e575 100644
--- a/t/extra-dist-vpath-dir-merge.sh
+++ b/t/extra-dist-vpath-dir-merge.sh
@@ -12,7 +12,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/>.
# Check to make sure that when distdir is invoked in a VPATH
# configuration and has to distribute directory X, it actually merge
diff --git a/t/extra-dist-vpath-dir.sh b/t/extra-dist-vpath-dir.sh
index cfea384bb..bce2b44eb 100644
--- a/t/extra-dist-vpath-dir.sh
+++ b/t/extra-dist-vpath-dir.sh
@@ -12,7 +12,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/>.
# Check to make sure EXTRA_DIST can contain a directory from $buildir.
# From Dean Povey.
diff --git a/t/extra-dist-wildcards-gnu.sh b/t/extra-dist-wildcards-gnu.sh
index 12bb2f699..a0536b8c4 100644
--- a/t/extra-dist-wildcards-gnu.sh
+++ b/t/extra-dist-wildcards-gnu.sh
@@ -12,7 +12,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/>.
# Check for more complex usage of wildcards in EXTRA_DIST.
# Suggested by observations from Braden McDaniel.
diff --git a/t/extra-dist-wildcards-vpath.sh b/t/extra-dist-wildcards-vpath.sh
index d1be5df31..f0be87e81 100644
--- a/t/extra-dist-wildcards-vpath.sh
+++ b/t/extra-dist-wildcards-vpath.sh
@@ -12,7 +12,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/>.
# Check that wildcards in elements of EXTRA_DIST are honoured when
# $srcdir != $builddir, if properly declared.
diff --git a/t/extra-dist-wildcards.sh b/t/extra-dist-wildcards.sh
index f00a25f9b..4c44caa5b 100644
--- a/t/extra-dist-wildcards.sh
+++ b/t/extra-dist-wildcards.sh
@@ -12,7 +12,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/>.
# Check that wildcards in EXTRA_DIST are honoured.
# Suggested by observations from Braden McDaniel.
diff --git a/t/extra-portability.sh b/t/extra-portability.sh
index 3e04f5f45..487513514 100644
--- a/t/extra-portability.sh
+++ b/t/extra-portability.sh
@@ -12,7 +12,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/>.
# Check interactions between the 'portability' and 'extra-portability'
# warning categories:
diff --git a/t/extra-portability2.sh b/t/extra-portability2.sh
index edcabf82b..dbb43fea5 100644
--- a/t/extra-portability2.sh
+++ b/t/extra-portability2.sh
@@ -12,7 +12,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/>.
# Make sure that extra-portability warnings are not enabled by --gnits,
# --gnu and --foreign.
diff --git a/t/extra-portability3.sh b/t/extra-portability3.sh
index 77680c663..0ea3e7ab4 100644
--- a/t/extra-portability3.sh
+++ b/t/extra-portability3.sh
@@ -12,7 +12,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/>.
# Check interactions between the 'portability-recursive' and
# 'extra-portability' warning categories.
diff --git a/t/extra-programs-and-libs.sh b/t/extra-programs-and-libs.sh
index fe402a230..998643b68 100644
--- a/t/extra-programs-and-libs.sh
+++ b/t/extra-programs-and-libs.sh
@@ -12,7 +12,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/>.
# Ensure we warn about substitutions in bin_PROGRAMS if EXTRA_PROGRAMS
# are missing; but only if the former is not AC_SUBSTed itself
diff --git a/t/extra-programs-empty.sh b/t/extra-programs-empty.sh
index 9220ff718..5a7390857 100644
--- a/t/extra-programs-empty.sh
+++ b/t/extra-programs-empty.sh
@@ -12,7 +12,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/>.
# Test that EXTRA_PROGRAMS doesn't get removed because it is empty.
# This check has been introduced in commit 'Release-1-9-254-g9d0eaef'
diff --git a/t/extra-programs-misc.sh b/t/extra-programs-misc.sh
index ca51a8751..a34a7cf9f 100644
--- a/t/extra-programs-misc.sh
+++ b/t/extra-programs-misc.sh
@@ -12,7 +12,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/>.
# Ensure defining bin_PROGRAMS in terms of EXTRA_PROGRAMS works,
# and that referring to the same program with inconsistent addition
diff --git a/t/extra-sources-no-spurious.sh b/t/extra-sources-no-spurious.sh
index ccc15c631..cf4ff167f 100644
--- a/t/extra-sources-no-spurious.sh
+++ b/t/extra-sources-no-spurious.sh
@@ -12,7 +12,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/>.
# Check to make sure EXTRA_foo_SOURCES are not defined unnecessarily.
diff --git a/t/extra-sources.sh b/t/extra-sources.sh
index 51e5e55a1..db00e6a9e 100644
--- a/t/extra-sources.sh
+++ b/t/extra-sources.sh
@@ -12,7 +12,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/>.
# Test to make sure EXTRA_..._SOURCES actually works.
# Bug report from Henrik Frystyk Nielsen.
diff --git a/t/extra.sh b/t/extra.sh
index 28dbf0003..b67c0d756 100644
--- a/t/extra.sh
+++ b/t/extra.sh
@@ -12,7 +12,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/>.
# Test to make sure EXTRA_ targets are generated. This test used to
# make sure the targets were *not* generated. That is wrong; the
diff --git a/t/f90only.sh b/t/f90only.sh
index 73687f478..2f0c02ace 100644
--- a/t/f90only.sh
+++ b/t/f90only.sh
@@ -12,7 +12,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/>.
# Make sure programs with only Fortran 90 source are handled properly.
# (copied from 'fonly.sh') Mike Nolta <mrnolta@princeton.edu>
diff --git a/t/flavor.sh b/t/flavor.sh
index 2222d1acc..e6156994b 100644
--- a/t/flavor.sh
+++ b/t/flavor.sh
@@ -12,7 +12,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/>.
# Make sure flavors like 'cygnus', 'gnu', 'gnits' and command line
# options like '--ignore-deps' and '--silent-rules' are preserved across
diff --git a/t/flibs.sh b/t/flibs.sh
index 856931b88..c43f4f4ac 100644
--- a/t/flibs.sh
+++ b/t/flibs.sh
@@ -12,7 +12,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/>.
# Make sure 'AC_F77_LIBRARY_LDFLAGS' works properly.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/fn99.sh b/t/fn99.sh
index 15db5825e..8305d637f 100644
--- a/t/fn99.sh
+++ b/t/fn99.sh
@@ -12,7 +12,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/>.
# Check the filename-length-max=99 option.
diff --git a/t/fn99subdir.sh b/t/fn99subdir.sh
index 5754dcd6f..5d6c37c2d 100644
--- a/t/fn99subdir.sh
+++ b/t/fn99subdir.sh
@@ -12,7 +12,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/>.
# PR 507: Check the filename-length-max=99 option
# in conjunction with AC_CONFIG_SUBDIRS.
diff --git a/t/fnoc.sh b/t/fnoc.sh
index 7d6f515d0..4672e37e2 100644
--- a/t/fnoc.sh
+++ b/t/fnoc.sh
@@ -12,7 +12,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/>.
# Test to make sure that pure Fortran 77 sources don't include
# C-specific code.
diff --git a/t/fonly.sh b/t/fonly.sh
index 2877f3ae9..de693e120 100644
--- a/t/fonly.sh
+++ b/t/fonly.sh
@@ -12,7 +12,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/>.
# Make sure programs with only Fortran 77 source are handled properly.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/forcemiss.sh b/t/forcemiss.sh
index d4c9c8ff2..8d9491231 100644
--- a/t/forcemiss.sh
+++ b/t/forcemiss.sh
@@ -12,7 +12,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/>.
# Test to make sure that 'automake --force-missing' works.
diff --git a/t/forcemiss2.sh b/t/forcemiss2.sh
index 031a3cb58..5a9bbeff6 100644
--- a/t/forcemiss2.sh
+++ b/t/forcemiss2.sh
@@ -12,7 +12,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/>.
# Test to make sure that 'automake --force-missing' works, even with
# symlinked files.
diff --git a/t/fort1.sh b/t/fort1.sh
index ca45bdfdd..7a96934c8 100644
--- a/t/fort1.sh
+++ b/t/fort1.sh
@@ -12,7 +12,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/>.
# Test that Automake suggests using AC_PROG_F77/FC if Fortran sources
# are used.
diff --git a/t/fort2.sh b/t/fort2.sh
index 142067f3c..cba91f9a8 100644
--- a/t/fort2.sh
+++ b/t/fort2.sh
@@ -12,7 +12,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/>.
# Test that AC_FC_SRCEXT(f9x) works as intended:
# - $(FCFLAGS_f) will be used
diff --git a/t/fort4.sh b/t/fort4.sh
index e1ddb1c24..c9459dfff 100644
--- a/t/fort4.sh
+++ b/t/fort4.sh
@@ -12,7 +12,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/>.
# Test mixing Fortran 77 and Fortran (FC).
diff --git a/t/fort5.sh b/t/fort5.sh
index facc57d55..706339dfd 100644
--- a/t/fort5.sh
+++ b/t/fort5.sh
@@ -12,7 +12,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/>.
# Test mixing Fortran 77 and Fortran (FC), libtool version.
diff --git a/t/fortdep.sh b/t/fortdep.sh
index 2574a3f88..97015c740 100644
--- a/t/fortdep.sh
+++ b/t/fortdep.sh
@@ -12,7 +12,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/>.
# Test to make sure dependency tracking doesn't interfere with Fortran.
# For PR 75.
diff --git a/t/gcj.sh b/t/gcj.sh
index 637d3f94f..06816f3d1 100644
--- a/t/gcj.sh
+++ b/t/gcj.sh
@@ -12,7 +12,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/>.
# Test of compiled java.
diff --git a/t/gcj2.sh b/t/gcj2.sh
index ab4ca67ba..5226947d5 100644
--- a/t/gcj2.sh
+++ b/t/gcj2.sh
@@ -12,7 +12,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/>.
# Make sure '..' invalid in subdir .o's.
diff --git a/t/gcj3.sh b/t/gcj3.sh
index 24a1d20e2..2eaf135a1 100644
--- a/t/gcj3.sh
+++ b/t/gcj3.sh
@@ -12,7 +12,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/>.
# Make sure dependency tracking works for java.
diff --git a/t/gcj4.sh b/t/gcj4.sh
index feb1547cb..0438d607c 100644
--- a/t/gcj4.sh
+++ b/t/gcj4.sh
@@ -12,7 +12,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/>.
# Make sure dependency tracking works for Java.
diff --git a/t/gcj5.sh b/t/gcj5.sh
index 4a1d40ca4..d52590b6f 100644
--- a/t/gcj5.sh
+++ b/t/gcj5.sh
@@ -12,7 +12,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/>.
# Make sure Automake suggests AM_PROG_GCJ when GCJ is needed.
diff --git a/t/gcj6.sh b/t/gcj6.sh
index b0d01ba23..9f80a2578 100644
--- a/t/gcj6.sh
+++ b/t/gcj6.sh
@@ -12,7 +12,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/>.
# AM_PROG_GCJ should cause OBJEXT and EXEEXT to be set.
diff --git a/t/get-sysconf.sh b/t/get-sysconf.sh
index a768b4769..f2a4145e0 100644
--- a/t/get-sysconf.sh
+++ b/t/get-sysconf.sh
@@ -12,7 +12,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/>.
# Dummy test case, aimed at reporting useful system information in the
# final 'test-suite.log'. This way, if a user experiences a failure in
diff --git a/t/gettext-basics.sh b/t/gettext-basics.sh
index 7ba1667a5..31cb346e1 100644
--- a/t/gettext-basics.sh
+++ b/t/gettext-basics.sh
@@ -12,7 +12,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/>.
# Check basic gettext support.
diff --git a/t/gettext-config-rpath.sh b/t/gettext-config-rpath.sh
index aaedd61a6..939182d7e 100644
--- a/t/gettext-config-rpath.sh
+++ b/t/gettext-config-rpath.sh
@@ -12,7 +12,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/>.
# Check the config.rpath requirement.
diff --git a/t/gettext-external-pr338.sh b/t/gettext-external-pr338.sh
index b4912eb5d..d1a60f0b4 100644
--- a/t/gettext-external-pr338.sh
+++ b/t/gettext-external-pr338.sh
@@ -12,7 +12,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/>.
# Check gettext 'external' support.
# PR/338, reported by Charles Wilson.
diff --git a/t/gettext-intl-subdir.sh b/t/gettext-intl-subdir.sh
index e55fffc12..7f3322eac 100644
--- a/t/gettext-intl-subdir.sh
+++ b/t/gettext-intl-subdir.sh
@@ -12,7 +12,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/>.
# Check gettext 'AM_GNU_GETTEXT_INTL_SUBDIR' support.
diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh
index 10baffa54..edb131146 100644
--- a/t/gettext-macros.sh
+++ b/t/gettext-macros.sh
@@ -12,7 +12,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/>.
# Try to find the gettext '.m4' files and make them easily accessed
# to the test cases requiring them.
@@ -34,7 +34,7 @@ echo ACLOCAL_AMFLAGS = -I m4 > Makefile.am
# Prefer autopoint to gettextize, since the latter unconditionally
# requires user interaction to complete; yes, this means confirmation
# from /dev/tty (!) -- see:
-# <http://lists.gnu.org/archive/html/bug-gettext/2011-12/msg00000.html>
+# <https://lists.gnu.org/archive/html/bug-gettext/2011-12/msg00000.html>
# We will need to specify the correct autopoint version in the
# AM_GNU_GETTEXT_VERSION call in configure.ac if we want autopoint to
diff --git a/t/gettext-pr381.sh b/t/gettext-pr381.sh
index a76d751f3..750765fb0 100644
--- a/t/gettext-pr381.sh
+++ b/t/gettext-pr381.sh
@@ -12,7 +12,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/>.
# Automake gettext support: regression check for PR/381:
# 'SUBDIRS = po intl' must not be required if 'po/' doesn't exist.
diff --git a/t/gnits.sh b/t/gnits.sh
index fb1e8217b..f101f826a 100644
--- a/t/gnits.sh
+++ b/t/gnits.sh
@@ -12,7 +12,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/>.
# Test to ensure --gnits version checking is correct.
diff --git a/t/gnits2.sh b/t/gnits2.sh
index c6a30ab0e..a5e4065b2 100644
--- a/t/gnits2.sh
+++ b/t/gnits2.sh
@@ -12,7 +12,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/>.
# Test to ensure std-options checking is correct.
diff --git a/t/gnits3.sh b/t/gnits3.sh
index a9748c7a3..5cb169cdd 100644
--- a/t/gnits3.sh
+++ b/t/gnits3.sh
@@ -12,7 +12,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/>.
# Check that AM_INSTALLCHECK_STD_OPTIONS_EXEMPT works.
diff --git a/t/gnumake.sh b/t/gnumake.sh
index b5502cc45..7ecd9717a 100644
--- a/t/gnumake.sh
+++ b/t/gnumake.sh
@@ -12,7 +12,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/>.
# Automake should not assume that make files are called Makefile.
# Report from Braden McDaniel.
diff --git a/t/gnuwarn.sh b/t/gnuwarn.sh
index fbea36d3a..6ce9927d6 100644
--- a/t/gnuwarn.sh
+++ b/t/gnuwarn.sh
@@ -12,7 +12,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/>.
# Check that Automake warns about user variables being overridden.
diff --git a/t/gnuwarn2.sh b/t/gnuwarn2.sh
index ebf6c09e7..c86dd38f5 100644
--- a/t/gnuwarn2.sh
+++ b/t/gnuwarn2.sh
@@ -12,7 +12,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/>.
# Check diagnostics about no-installman being disallowed in 'gnu'.
diff --git a/t/hdr-vars-defined-once.sh b/t/hdr-vars-defined-once.sh
index 9f669033e..9dce441e4 100644
--- a/t/hdr-vars-defined-once.sh
+++ b/t/hdr-vars-defined-once.sh
@@ -12,7 +12,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/>.
# Test to make sure header vars defined only once when including.
# Report from Marcus G. Daniels.
diff --git a/t/header.sh b/t/header.sh
index 161d3acf9..a9b612b7c 100644
--- a/t/header.sh
+++ b/t/header.sh
@@ -12,7 +12,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/>.
# Test for PR 68.
#
diff --git a/t/help-depend.sh b/t/help-depend.sh
index cc49fb08d..b777b7d44 100644
--- a/t/help-depend.sh
+++ b/t/help-depend.sh
@@ -12,7 +12,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/>.
# Make sure that our private macro 'AM_DEP_TRACK' adds proper text to
# the configure help screen.
diff --git a/t/help-depend2.sh b/t/help-depend2.sh
index 60f64ca6e..b65ae07e8 100644
--- a/t/help-depend2.sh
+++ b/t/help-depend2.sh
@@ -12,7 +12,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/>.
# Make sure that when automake automatically activates support for
# dependency tracking, it adds proper text to the configure help screen.
diff --git a/t/help-dmalloc.sh b/t/help-dmalloc.sh
index 430a733de..e01edac44 100644
--- a/t/help-dmalloc.sh
+++ b/t/help-dmalloc.sh
@@ -12,7 +12,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/>.
# Make sure that our macro 'AM_WITH_DMALLOC' adds proper text to
# the configure help screen.
diff --git a/t/help-init.sh b/t/help-init.sh
index e20674aad..33305549f 100644
--- a/t/help-init.sh
+++ b/t/help-init.sh
@@ -12,7 +12,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/>.
# Make sure that our grand macro 'AM_INIT_AUTOMAKE' add proper text
# to the configure help screen.
diff --git a/t/help-lispdir.sh b/t/help-lispdir.sh
index 9b9fdbc5f..228338f21 100644
--- a/t/help-lispdir.sh
+++ b/t/help-lispdir.sh
@@ -12,7 +12,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/>.
# Make sure that our macro 'AM_PATH_LISPDIR' adds proper text to
# the configure help screen.
diff --git a/t/help-python.sh b/t/help-python.sh
index 643908128..78cdf3bfb 100644
--- a/t/help-python.sh
+++ b/t/help-python.sh
@@ -12,7 +12,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/>.
# Make sure that macro 'AM_PATH_PYTHON' adds proper text to the
# configure help screen.
diff --git a/t/help-silent.sh b/t/help-silent.sh
index 0725fad66..2127d4f65 100644
--- a/t/help-silent.sh
+++ b/t/help-silent.sh
@@ -12,7 +12,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/>.
# Make sure configure options relative to automake silent rules are
# added to the configure help screen.
diff --git a/t/help-upc.sh b/t/help-upc.sh
index ed6678e77..e2f5e8daa 100644
--- a/t/help-upc.sh
+++ b/t/help-upc.sh
@@ -12,7 +12,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/>.
# Make sure that our macro 'AM_PROG_UPC' adds proper text to
# the configure help screen.
diff --git a/t/help.sh b/t/help.sh
index 9b951c879..7df39d2ad 100644
--- a/t/help.sh
+++ b/t/help.sh
@@ -12,7 +12,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/>.
# Make sure --help and --version work, even when no configure.ac nor
# configure.in is in the current directory.
diff --git a/t/help2.sh b/t/help2.sh
index 4618f3aff..6b93448ab 100644
--- a/t/help2.sh
+++ b/t/help2.sh
@@ -12,7 +12,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/>.
# Make sure --help and --version work, even when the current directory
# contains a broken configure.ac and a broken acinclude.m4.
diff --git a/t/help3.sh b/t/help3.sh
index 738aba8c0..9353ea629 100644
--- a/t/help3.sh
+++ b/t/help3.sh
@@ -12,7 +12,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/>.
# Make sure --help and --version takes precedence over other options.
diff --git a/t/help4.sh b/t/help4.sh
index 61bbd448a..301dbd101 100644
--- a/t/help4.sh
+++ b/t/help4.sh
@@ -12,7 +12,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/>.
# Check that the first among --help and --version to be specified on
# the command line takes precedence over the following one.
diff --git a/t/hfs.sh b/t/hfs.sh
index c29d4d9d3..6502c99e1 100644
--- a/t/hfs.sh
+++ b/t/hfs.sh
@@ -12,7 +12,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/>.
# Automake should not think that ChangeLog == CHANGELOG on
diff --git a/t/implicit.sh b/t/implicit.sh
index a49b54e3a..b95a5a6fc 100644
--- a/t/implicit.sh
+++ b/t/implicit.sh
@@ -12,7 +12,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/>.
# Test to make sure implicit .o's are listed as appropriate. Report
# from Henrik Frystyk Nielsen.
diff --git a/t/init.sh b/t/init.sh
index 25057f53d..180bd3344 100644
--- a/t/init.sh
+++ b/t/init.sh
@@ -12,7 +12,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/>.
# Make sure we give a sensible error message when AC_INIT and
# AM_INIT_AUTOMAKE are both given less than two arguments.
diff --git a/t/init2.sh b/t/init2.sh
index 3e30e1b2c..24fbcef52 100644
--- a/t/init2.sh
+++ b/t/init2.sh
@@ -12,7 +12,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/>.
# Make sure we give a sensible error message when AM_INIT_AUTOMAKE
# contains junk.
diff --git a/t/install-info-dir.sh b/t/install-info-dir.sh
index ef3be1b48..f112e4281 100644
--- a/t/install-info-dir.sh
+++ b/t/install-info-dir.sh
@@ -12,7 +12,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/>.
# Checks on the 'install-info' target.
# Details about the individual checks' purposes and motivations are
diff --git a/t/install-sh-option-C.sh b/t/install-sh-option-C.sh
index 12880c0ad..b6bcb06fe 100644
--- a/t/install-sh-option-C.sh
+++ b/t/install-sh-option-C.sh
@@ -12,7 +12,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/>.
# More install-sh checks: check -C.
diff --git a/t/install-sh-unittests.sh b/t/install-sh-unittests.sh
index 17188e878..e97a1f3fa 100644
--- a/t/install-sh-unittests.sh
+++ b/t/install-sh-unittests.sh
@@ -12,7 +12,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/>.
# Various install-sh checks.
diff --git a/t/installdir.sh b/t/installdir.sh
index cf8ab0bce..45d81aaea 100644
--- a/t/installdir.sh
+++ b/t/installdir.sh
@@ -12,7 +12,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/>.
# Test for PR 203.
# See also automake bug#11030.
diff --git a/t/instdat.sh b/t/instdat.sh
index 53a959b96..6d766ad87 100644
--- a/t/instdat.sh
+++ b/t/instdat.sh
@@ -12,7 +12,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/>.
# Test to see if defining INSTALL_DATA causes problems. From EGCS
# list.
diff --git a/t/instdat2.sh b/t/instdat2.sh
index 97862758c..0240b6412 100644
--- a/t/instdat2.sh
+++ b/t/instdat2.sh
@@ -12,7 +12,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/>.
# Test that installing under $exec_prefix is handled by install-exec.
# Testing with headers for instance.
diff --git a/t/instdir-cond.sh b/t/instdir-cond.sh
index fc6e3b700..f85e98c22 100644
--- a/t/instdir-cond.sh
+++ b/t/instdir-cond.sh
@@ -12,7 +12,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/>.
# Check against automake bug#10997: directories holding only
# conditionally-installed files should not be created unconditionally.
diff --git a/t/instdir-cond2.sh b/t/instdir-cond2.sh
index a3f09adcb..557d18a11 100644
--- a/t/instdir-cond2.sh
+++ b/t/instdir-cond2.sh
@@ -12,7 +12,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/>.
# Check against automake bug#10997: directories holding only
# conditionally-installed files should not be created unconditionally.
diff --git a/t/instdir-java.sh b/t/instdir-java.sh
index 37a2c2221..8800b8562 100644
--- a/t/instdir-java.sh
+++ b/t/instdir-java.sh
@@ -12,7 +12,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/>.
# If $(javadir) is the empty string, then nothing should be installed there.
diff --git a/t/instdir-lisp.sh b/t/instdir-lisp.sh
index 0cee035ad..2f12c3442 100644
--- a/t/instdir-lisp.sh
+++ b/t/instdir-lisp.sh
@@ -12,7 +12,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/>.
# If $(lispdir) is the empty string, then nothing should be installed there.
diff --git a/t/instdir-ltlib.sh b/t/instdir-ltlib.sh
index 91a27ee8d..414d1bc6a 100644
--- a/t/instdir-ltlib.sh
+++ b/t/instdir-ltlib.sh
@@ -12,7 +12,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/>.
# If $(libdir) or $(pyexecdir) is the empty string, then nothing should
# be installed there.
diff --git a/t/instdir-no-empty.sh b/t/instdir-no-empty.sh
index 0474070e8..a0f312bb9 100644
--- a/t/instdir-no-empty.sh
+++ b/t/instdir-no-empty.sh
@@ -12,7 +12,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/>.
# An empty "foo_PRIMARY" declaration should *not* cause "make install"
# to create directory $(foodir). See automake bug#10997 and bug#11030.
diff --git a/t/instdir-prog.sh b/t/instdir-prog.sh
index 5c6db0f24..de55050b6 100644
--- a/t/instdir-prog.sh
+++ b/t/instdir-prog.sh
@@ -12,7 +12,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/>.
# If $(bindir), $(libdir) or $(pyexecdir) is the empty string, then
# nothing should be installed there.
diff --git a/t/instdir-python.sh b/t/instdir-python.sh
index 857937e72..5b46c4536 100644
--- a/t/instdir-python.sh
+++ b/t/instdir-python.sh
@@ -12,7 +12,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/>.
# If $(pythondir) is the empty string, then nothing should be installed there.
diff --git a/t/instdir-texi.sh b/t/instdir-texi.sh
index 3382cbd1d..c00772124 100644
--- a/t/instdir-texi.sh
+++ b/t/instdir-texi.sh
@@ -12,7 +12,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/>.
# If $(infodir) is the empty string, then nothing should be installed there.
# Likewise for the other install-* targets used for texinfo files.
diff --git a/t/instdir.sh b/t/instdir.sh
index 786e5d866..e29167d61 100644
--- a/t/instdir.sh
+++ b/t/instdir.sh
@@ -12,7 +12,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/>.
# If $(foodir) is the empty string, then nothing should be installed there.
# This test only ensures this if $(foo_PRIMARY) is also empty, see
diff --git a/t/instdir2.sh b/t/instdir2.sh
index 0c3acf253..80bc99d85 100644
--- a/t/instdir2.sh
+++ b/t/instdir2.sh
@@ -12,7 +12,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/>.
# If $(foodir) is the empty string, then nothing should be installed there.
# This test ensures this also if $(foo_PRIMARY) is nonempty, see
diff --git a/t/instexec.sh b/t/instexec.sh
index 9fbfe535f..0d61664ef 100644
--- a/t/instexec.sh
+++ b/t/instexec.sh
@@ -12,7 +12,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/>.
# Test for this bug: when a Makefile.am builds nothing, no
# install-exec target is generated.
diff --git a/t/instfail-info.sh b/t/instfail-info.sh
index efea06335..31326a786 100644
--- a/t/instfail-info.sh
+++ b/t/instfail-info.sh
@@ -12,7 +12,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/>.
# The install rule should honor failures of the install program.
# Some of these are already caught by 'instmany.sh'.
diff --git a/t/instfail-java.sh b/t/instfail-java.sh
index 55b9912cd..360c685a0 100644
--- a/t/instfail-java.sh
+++ b/t/instfail-java.sh
@@ -12,7 +12,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/>.
# The install rule should honor failures of the install program.
# Some of these are already caught by 'instmany.sh'.
diff --git a/t/instfail-libtool.sh b/t/instfail-libtool.sh
index 9e48c53fd..39946f763 100644
--- a/t/instfail-libtool.sh
+++ b/t/instfail-libtool.sh
@@ -12,7 +12,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/>.
# The install rule should honor failures of the install program.
# Some of these are already caught by 'instmany.sh'.
diff --git a/t/instfail.sh b/t/instfail.sh
index 99ea0632e..5efc754b8 100644
--- a/t/instfail.sh
+++ b/t/instfail.sh
@@ -12,7 +12,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/>.
# The install rule should honor failures of the install program.
# Some of these are already caught by 'instmany.sh'.
diff --git a/t/insthook.sh b/t/insthook.sh
index 69a050237..103577260 100644
--- a/t/insthook.sh
+++ b/t/insthook.sh
@@ -12,7 +12,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/>.
# Make sure the install-exec-hook example we give in the manual works.
diff --git a/t/instman.sh b/t/instman.sh
index ed0f71d52..3f31835f1 100644
--- a/t/instman.sh
+++ b/t/instman.sh
@@ -12,7 +12,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/>.
# Make sure the MKDIR_P invocation is correct in install-man
# target. Bug reported by Gordon Irlam <gordoni@cygnus.com>.
diff --git a/t/instman2.sh b/t/instman2.sh
index 2807c77a4..09a087e69 100644
--- a/t/instman2.sh
+++ b/t/instman2.sh
@@ -12,7 +12,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/>.
# Test to make sure mkinstalldirs invocation correct in install-man
# target. Bug reported by Gordon Irlam <gordoni@cygnus.com>.
diff --git a/t/instmany-mans.sh b/t/instmany-mans.sh
index ae16f95f4..08a66dabd 100644
--- a/t/instmany-mans.sh
+++ b/t/instmany-mans.sh
@@ -12,7 +12,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/>.
# Installing many files should not exceed the command line length limit.
diff --git a/t/instmany-python.sh b/t/instmany-python.sh
index 2fa5262e8..542251b97 100644
--- a/t/instmany-python.sh
+++ b/t/instmany-python.sh
@@ -12,7 +12,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/>.
# Installing many files should not exceed the command line length limit.
diff --git a/t/instmany.sh b/t/instmany.sh
index 6a6cacb10..7bb92d2b9 100644
--- a/t/instmany.sh
+++ b/t/instmany.sh
@@ -12,7 +12,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/>.
# Installing many files should not exceed the command line length limit.
# Here, the main issue is that we may prepend '$(srcdir)/' to each file,
diff --git a/t/instspc.tap b/t/instspc.tap
index fa07163df..01ef38bd9 100644
--- a/t/instspc.tap
+++ b/t/instspc.tap
@@ -12,7 +12,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/>.
# Check that building from, or installing to, directories with shell
# metacharacters succeed.
diff --git a/t/interp.sh b/t/interp.sh
index 1af6f4616..992083812 100644
--- a/t/interp.sh
+++ b/t/interp.sh
@@ -12,7 +12,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/>.
# Test to make sure variable interpolation works.
diff --git a/t/interp2.sh b/t/interp2.sh
index 94d84e076..5b543f276 100644
--- a/t/interp2.sh
+++ b/t/interp2.sh
@@ -12,7 +12,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/>.
# Test to make sure variable interpolation doesn't break other
# features. Report from Joel N. Weber, II.
diff --git a/t/java-check.sh b/t/java-check.sh
index 83c93a9d8..ae2ef54ed 100644
--- a/t/java-check.sh
+++ b/t/java-check.sh
@@ -12,7 +12,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/>.
# Make sure that check_JAVA causes *.class files to be built only with
# "make check", and not also with "make all".
diff --git a/t/java-clean.sh b/t/java-clean.sh
index eaa54510f..1d82de801 100644
--- a/t/java-clean.sh
+++ b/t/java-clean.sh
@@ -12,7 +12,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/>.
# Test cleaning of Java class files and timestamps.
diff --git a/t/java-compile-install.sh b/t/java-compile-install.sh
index 8b5416d70..4956aeee4 100644
--- a/t/java-compile-install.sh
+++ b/t/java-compile-install.sh
@@ -12,7 +12,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/>.
# Test on compilation and installation of Java class files.
diff --git a/t/java-compile-run-flat.sh b/t/java-compile-run-flat.sh
index 4a7099a98..1f74a3c62 100644
--- a/t/java-compile-run-flat.sh
+++ b/t/java-compile-run-flat.sh
@@ -12,7 +12,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/>.
# Test on compilation and execution of Java class files.
# Also meddle with wrapper scripts, as would be probably seen in a real
diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh
index 20e3f8777..788b584fe 100644
--- a/t/java-compile-run-nested.sh
+++ b/t/java-compile-run-nested.sh
@@ -12,7 +12,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/>.
# Test on compilation and execution of Java class files.
# Also meddle with wrapper scripts, as would be probably seen in a real
diff --git a/t/java-empty-classpath.sh b/t/java-empty-classpath.sh
index a213eaa68..68f1ce4be 100644
--- a/t/java-empty-classpath.sh
+++ b/t/java-empty-classpath.sh
@@ -12,7 +12,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/>.
# Java compilation works also when CLASSPATH is unset or empty at
# compilation time. See automake bug#9306.
diff --git a/t/java-extra.sh b/t/java-extra.sh
index a749dd8b8..22b07d012 100644
--- a/t/java-extra.sh
+++ b/t/java-extra.sh
@@ -12,7 +12,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/>.
# Check use of EXTRA with the JAVA primary. Also test interaction
# of JAVA with conditionals (it's natural to test it here, since
diff --git a/t/java-mix.sh b/t/java-mix.sh
index e3cf463e1..011c08b29 100644
--- a/t/java-mix.sh
+++ b/t/java-mix.sh
@@ -12,7 +12,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/>.
# Check that the JAVA primary can be used freely in the same Makefile.am
# with proper combinations of the 'dist_', 'nodist_' and 'nobase_'
diff --git a/t/java-no-duplicate.sh b/t/java-no-duplicate.sh
index 5121ae698..cac0c20e2 100644
--- a/t/java-no-duplicate.sh
+++ b/t/java-no-duplicate.sh
@@ -12,7 +12,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/>.
# Test that some Java-related variables and rules are not repeatedly
# defined.
diff --git a/t/java-nobase.sh b/t/java-nobase.sh
index 1c720bf78..8673675a1 100644
--- a/t/java-nobase.sh
+++ b/t/java-nobase.sh
@@ -12,7 +12,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/>.
# Test support of 'nobase_' with the 'JAVA' primary.
diff --git a/t/java-noinst.sh b/t/java-noinst.sh
index 911d83126..d0075b158 100644
--- a/t/java-noinst.sh
+++ b/t/java-noinst.sh
@@ -12,7 +12,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/>.
# Make sure that noinst_JAVA causes generated *.class files not to
# be installed.
diff --git a/t/java-rebuild.sh b/t/java-rebuild.sh
index 2567cf0f5..3f10a6499 100644
--- a/t/java-rebuild.sh
+++ b/t/java-rebuild.sh
@@ -12,7 +12,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/>.
# Test rebuild rules for Java class files.
diff --git a/t/java-sources.sh b/t/java-sources.sh
index 5d376bceb..d7dbcb2ca 100644
--- a/t/java-sources.sh
+++ b/t/java-sources.sh
@@ -12,7 +12,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/>.
# Test definition of automake-generated private Makefile variable
# '$(am__java_sources)'.
diff --git a/t/java-uninstall.sh b/t/java-uninstall.sh
index c38072276..3e79050eb 100644
--- a/t/java-uninstall.sh
+++ b/t/java-uninstall.sh
@@ -12,7 +12,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/>.
# Check uninstallation of Java class files.
diff --git a/t/java.sh b/t/java.sh
index f35bed292..6fad13bab 100644
--- a/t/java.sh
+++ b/t/java.sh
@@ -12,7 +12,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/>.
# Minimal test of Java functionality.
diff --git a/t/java2.sh b/t/java2.sh
index 9c80e7957..626ad6eaa 100644
--- a/t/java2.sh
+++ b/t/java2.sh
@@ -12,7 +12,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/>.
# Make sure that Java rules doesn't attempt to run javac when there is
# no classes to compile.
diff --git a/t/java3.sh b/t/java3.sh
index 88cca6567..b7d1f1968 100644
--- a/t/java3.sh
+++ b/t/java3.sh
@@ -12,7 +12,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/>.
# Make sure that Java rules don't attempt to compile or install
# *.java files when there are none.
diff --git a/t/javadir-undefined.sh b/t/javadir-undefined.sh
index af919e47c..e5285470f 100644
--- a/t/javadir-undefined.sh
+++ b/t/javadir-undefined.sh
@@ -12,7 +12,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/>.
# Use of JAVA primary should not allow the use of the 'java_' prefix
# when $(javadir) is undefined. Otherwise, we could silently end up
diff --git a/t/javaflags.sh b/t/javaflags.sh
index a10c3b920..1d8e0b7ae 100644
--- a/t/javaflags.sh
+++ b/t/javaflags.sh
@@ -12,7 +12,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/>.
# Check support for $(JAVACFLAGS) and $(AM_JAVACFLAGS).
diff --git a/t/javaprim.sh b/t/javaprim.sh
index 939703800..857e41e8f 100644
--- a/t/javaprim.sh
+++ b/t/javaprim.sh
@@ -12,7 +12,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/>.
# Test to make sure JAVA variable can be defined by AC_SUBST.
diff --git a/t/javasubst.sh b/t/javasubst.sh
index 5962b0066..c761a8fae 100644
--- a/t/javasubst.sh
+++ b/t/javasubst.sh
@@ -12,7 +12,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/>.
# Test to make sure redefining JAVAC with AC_SUBST works.
diff --git a/t/ldadd.sh b/t/ldadd.sh
index 66e3c6c6c..3083fc381 100644
--- a/t/ldadd.sh
+++ b/t/ldadd.sh
@@ -12,7 +12,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/>.
# Check to make sure incorrect LDADD usage is diagnosed.
diff --git a/t/ldflags.sh b/t/ldflags.sh
index 10a282daf..68dc553e9 100644
--- a/t/ldflags.sh
+++ b/t/ldflags.sh
@@ -12,7 +12,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/>.
# Check for LDFLAGS in conditional.
# PR 77.
diff --git a/t/lex-clean-cxx.sh b/t/lex-clean-cxx.sh
index 2c90b18f2..10749dcc4 100644
--- a/t/lex-clean-cxx.sh
+++ b/t/lex-clean-cxx.sh
@@ -12,7 +12,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/>.
# Check that C++ source files derived from non-distributed Lex sources
# are cleaned by "make clean", while C++ source files derived from
diff --git a/t/lex-clean.sh b/t/lex-clean.sh
index 376b323e3..c32c2f2da 100644
--- a/t/lex-clean.sh
+++ b/t/lex-clean.sh
@@ -12,7 +12,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/>.
# Check that .c files derived from non-distributed .l sources
# are cleaned by "make clean", while .c files derived from
diff --git a/t/lex-depend-cxx.sh b/t/lex-depend-cxx.sh
index a20890872..b9fad4696 100644
--- a/t/lex-depend-cxx.sh
+++ b/t/lex-depend-cxx.sh
@@ -12,7 +12,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/>.
# Test to make sure dependencies work with Lex/C++.
# Test synthesized from PR automake/6.
diff --git a/t/lex-depend-grep.sh b/t/lex-depend-grep.sh
index 81e61bae8..a6453bab7 100644
--- a/t/lex-depend-grep.sh
+++ b/t/lex-depend-grep.sh
@@ -12,7 +12,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/>.
# Test to make sure dependencies for Lex and C/C++ does not break
# in obvious ways. See PR automake/6, and related semantic tests
diff --git a/t/lex-depend.sh b/t/lex-depend.sh
index 587b6bec4..e181af25f 100644
--- a/t/lex-depend.sh
+++ b/t/lex-depend.sh
@@ -12,7 +12,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/>.
# Test to make sure automatic dependency tracking work with Lex/C.
# Test suggested by PR automake/6.
diff --git a/t/lex-header.sh b/t/lex-header.sh
index 01495ddc7..d0810c7d3 100644
--- a/t/lex-header.sh
+++ b/t/lex-header.sh
@@ -12,7 +12,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/>.
# Automake lex support can work with flex '--header-file' option (see
# bugs #8844 and #9933).
diff --git a/t/lex-lib-external.sh b/t/lex-lib-external.sh
index a83fbb5c8..902bedc95 100644
--- a/t/lex-lib-external.sh
+++ b/t/lex-lib-external.sh
@@ -12,7 +12,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/>.
# Check that we can get use the 'yywrap' function from a system-wide
# library, if that's available.
diff --git a/t/lex-lib.sh b/t/lex-lib.sh
index e0f845b3f..b0bdd904b 100644
--- a/t/lex-lib.sh
+++ b/t/lex-lib.sh
@@ -12,7 +12,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/>.
# Check that we can provide a personal 'yywrap' function in a custom
# library.
diff --git a/t/lex-libobj.sh b/t/lex-libobj.sh
index 631080a56..2d4fe5916 100644
--- a/t/lex-libobj.sh
+++ b/t/lex-libobj.sh
@@ -12,7 +12,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/>.
# Check that we can provide a personal 'yywrap' function through the
# LIBOBJ machinery.
diff --git a/t/lex-line.sh b/t/lex-line.sh
index 3d99bc59e..d93d0deb0 100644
--- a/t/lex-line.sh
+++ b/t/lex-line.sh
@@ -12,7 +12,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/>.
# Check that automake lex support ensures that lex-generated C
# files use correct "#line" directives. Try also with the
diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh
index f05356c17..5d6d74c26 100644
--- a/t/lex-multiple.sh
+++ b/t/lex-multiple.sh
@@ -12,13 +12,13 @@
# 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/>.
# Check that we can build a program using several lexers at once
# (assuming Flex is used). That is a little tricky, but possible.
# See:
-# <http://lists.gnu.org/archive/html/automake/2010-10/msg00081.html>
-# <http://lists.gnu.org/archive/html/automake/2009-03/msg00061.html>
+# <https://lists.gnu.org/archive/html/automake/2010-10/msg00081.html>
+# <https://lists.gnu.org/archive/html/automake/2009-03/msg00061.html>
required='cc flex'
. test-init.sh
diff --git a/t/lex-nodist.sh b/t/lex-nodist.sh
index 7ad6b4272..5cadcff0c 100644
--- a/t/lex-nodist.sh
+++ b/t/lex-nodist.sh
@@ -12,7 +12,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/>.
# Checks for .c files derived from non-distributed .l sources.
# The test 'lex-pr204.sh' does similar check with AM_MAINTAINER_MODE
diff --git a/t/lex-noyywrap.sh b/t/lex-noyywrap.sh
index c928738a8..dbbf8590a 100644
--- a/t/lex-noyywrap.sh
+++ b/t/lex-noyywrap.sh
@@ -12,7 +12,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/>.
# Check Lex support with flex using the '%noyywrap' option.
diff --git a/t/lex-pr204.sh b/t/lex-pr204.sh
index c873a11eb..e388353e8 100644
--- a/t/lex-pr204.sh
+++ b/t/lex-pr204.sh
@@ -12,7 +12,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/>.
# Related to PR 204.
# C sources derived from nodist_ lex sources should not be distributed.
diff --git a/t/lex-subobj-nodep.sh b/t/lex-subobj-nodep.sh
index d6900bb43..4f79ce047 100644
--- a/t/lex-subobj-nodep.sh
+++ b/t/lex-subobj-nodep.sh
@@ -12,7 +12,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/>.
# Ensure subdirs for subdir scanners are generated when subdir-objects
# are used, even when dependency tracking is disabled.
diff --git a/t/lex.sh b/t/lex.sh
index 6f63e24ab..94b11bc9c 100644
--- a/t/lex.sh
+++ b/t/lex.sh
@@ -12,7 +12,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/>.
. test-init.sh
diff --git a/t/lex2.sh b/t/lex2.sh
index 1d72ccdf7..e9c4665bf 100644
--- a/t/lex2.sh
+++ b/t/lex2.sh
@@ -12,7 +12,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/>.
# Make sure that Automake suggest using AM_PROG_LEX when a lexer is used.
diff --git a/t/lex3.sh b/t/lex3.sh
index b737eae41..9f1737a78 100644
--- a/t/lex3.sh
+++ b/t/lex3.sh
@@ -12,7 +12,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/>.
# Basic semantic checks on Lex support.
# Test associated with PR 19.
diff --git a/t/lex5.sh b/t/lex5.sh
index ac35f7e1d..ed20ef76f 100644
--- a/t/lex5.sh
+++ b/t/lex5.sh
@@ -12,7 +12,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/>.
# Test for subdir lexers.
diff --git a/t/lexcpp.sh b/t/lexcpp.sh
index 20b5058d1..a639b964b 100644
--- a/t/lexcpp.sh
+++ b/t/lexcpp.sh
@@ -12,7 +12,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/>.
# Test to make sure Lex + C++ is supported.
# Please keep this is sync with sister test 'yaccpp.sh'.
diff --git a/t/lexvpath.sh b/t/lexvpath.sh
index 23f884d22..927d655ec 100644
--- a/t/lexvpath.sh
+++ b/t/lexvpath.sh
@@ -12,7 +12,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/>.
# This test checks that dependent files are updated before including
# in the distribution. 'lexer.c' depends on 'lexer.l'. The latter is
diff --git a/t/lflags-cxx.sh b/t/lflags-cxx.sh
index 9a225846f..72231e722 100644
--- a/t/lflags-cxx.sh
+++ b/t/lflags-cxx.sh
@@ -12,7 +12,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/>.
# Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and
# $(foo_LFLAGS). This is the C++ case.
diff --git a/t/lflags.sh b/t/lflags.sh
index ebbc8e70a..fefd9cc55 100644
--- a/t/lflags.sh
+++ b/t/lflags.sh
@@ -12,7 +12,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/>.
# Check that $(LFLAGS) takes precedence over both $(AM_LFLAGS) and
# $(foo_LFLAGS).
diff --git a/t/libexec.sh b/t/libexec.sh
index 715a3ce6e..fdb63ae7b 100644
--- a/t/libexec.sh
+++ b/t/libexec.sh
@@ -12,7 +12,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/>.
# PROGRAMS and LIBRARIES can be installed in (pkg)libexecdir.
diff --git a/t/libobj-basic.sh b/t/libobj-basic.sh
index 76a836ab0..686888d22 100644
--- a/t/libobj-basic.sh
+++ b/t/libobj-basic.sh
@@ -12,7 +12,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/>.
# Make sure AC_LIBSOURCE and AC_LIBSOURCES work.
diff --git a/t/libobj-no-dependency-tracking.sh b/t/libobj-no-dependency-tracking.sh
index 1f024057e..793b56f9e 100644
--- a/t/libobj-no-dependency-tracking.sh
+++ b/t/libobj-no-dependency-tracking.sh
@@ -12,7 +12,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/>.
# Ensure that LIBOBJS source files are properly built without dependency
# tracking when using out of tree builds.
diff --git a/t/libobj10.sh b/t/libobj10.sh
index efccca181..5c10e4aa0 100644
--- a/t/libobj10.sh
+++ b/t/libobj10.sh
@@ -12,7 +12,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/>.
# Do not complain about the nonexistence of a source for LIBOBJS if
# it's in BUILT_SOURCES. Reported by Erez Zadok.
diff --git a/t/libobj12.sh b/t/libobj12.sh
index e124b6cd4..6b1a537b5 100644
--- a/t/libobj12.sh
+++ b/t/libobj12.sh
@@ -12,7 +12,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/>.
# Test if a file can be mentioned in LIBOBJS and explicitly.
# (See libobj13.sh for the LTLIBRARIES check.)
diff --git a/t/libobj13.sh b/t/libobj13.sh
index 4e4a4e867..8483f1553 100644
--- a/t/libobj13.sh
+++ b/t/libobj13.sh
@@ -12,7 +12,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/>.
# Test if a file can be mentioned in LTLIBOBJS and explicitly.
# (Like libobj12.sh, but for Libtool libraries.)
diff --git a/t/libobj14.sh b/t/libobj14.sh
index c02e9e039..10f101ed8 100644
--- a/t/libobj14.sh
+++ b/t/libobj14.sh
@@ -12,7 +12,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/>.
# Regression test for an internal error when @LIBOBJS@ is used in
# a variable that is not defined in the same conditions as the _LDADD
diff --git a/t/libobj15a.sh b/t/libobj15a.sh
index a38d76e91..28f0552ca 100644
--- a/t/libobj15a.sh
+++ b/t/libobj15a.sh
@@ -12,7 +12,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/>.
# Nonexistent sources for AC_LIBOBJ should cause an Automake failure.
diff --git a/t/libobj15b.sh b/t/libobj15b.sh
index ed35da768..4f939eec6 100644
--- a/t/libobj15b.sh
+++ b/t/libobj15b.sh
@@ -12,7 +12,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/>.
# Nonexistent source for AC_LIBSOURCE should cause Automake to fail.
@@ -24,7 +24,7 @@ AM_PROG_AR
AC_PROG_RANLIB
AC_LIBSOURCE([foobar.c])
# NOTE: this call to AC_OUTPUT is really needed; see Automake bug #7635
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
AC_OUTPUT
END
diff --git a/t/libobj15c.sh b/t/libobj15c.sh
index 70388a3c6..b03451335 100644
--- a/t/libobj15c.sh
+++ b/t/libobj15c.sh
@@ -12,7 +12,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/>.
# Nonexistent sources for AC_LIBSOURCES should cause Automake to fail.
@@ -23,7 +23,7 @@ AC_PROG_CC
AC_PROG_RANLIB
AC_LIBSOURCES([foobar.c, bazquux.c])
# NOTE: this call to AC_OUTPUT is really needed; see Automake bug #7635
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
AC_OUTPUT
END
diff --git a/t/libobj16a.sh b/t/libobj16a.sh
index 82ecb93c0..dcd46666f 100644
--- a/t/libobj16a.sh
+++ b/t/libobj16a.sh
@@ -12,7 +12,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/>.
# Make sure AC_LIBOBJ and friends work.
# Please keep this in sync with sister test 'libobj16b.sh'.
diff --git a/t/libobj16b.sh b/t/libobj16b.sh
index a020200d5..be1d32829 100644
--- a/t/libobj16b.sh
+++ b/t/libobj16b.sh
@@ -12,7 +12,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/>.
# Make sure AC_LIBOBJ and friends work.
# Please keep this in sync with sister test 'libobj16a.sh'.
diff --git a/t/libobj17.sh b/t/libobj17.sh
index 769c99b79..85e84d597 100644
--- a/t/libobj17.sh
+++ b/t/libobj17.sh
@@ -12,7 +12,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/>.
# Make sure AC_LIBOBJ accept non-literal arguments.
diff --git a/t/libobj18.sh b/t/libobj18.sh
index 275f403f5..c920b071b 100644
--- a/t/libobj18.sh
+++ b/t/libobj18.sh
@@ -12,7 +12,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/>.
# Make sure AC_LIBSOURCE and AC_LIBSOURCES use arguments literally.
diff --git a/t/libobj19.sh b/t/libobj19.sh
index 0b679fab9..21ce31e50 100644
--- a/t/libobj19.sh
+++ b/t/libobj19.sh
@@ -12,7 +12,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/>.
# Test support for AC_CONFIG_LIBOBJ_DIR.
diff --git a/t/libobj2.sh b/t/libobj2.sh
index 3c736882a..c52ae31a5 100644
--- a/t/libobj2.sh
+++ b/t/libobj2.sh
@@ -12,7 +12,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/>.
# Test to make sure LIBOBJS works in subdirs.
# Bug from Josh MacDonald.
diff --git a/t/libobj20a.sh b/t/libobj20a.sh
index 39428eaa6..b07a6bb3c 100644
--- a/t/libobj20a.sh
+++ b/t/libobj20a.sh
@@ -12,7 +12,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/>.
# Test error reporting for AC_CONFIG_LIBOBJ_DIR.
# See also sister tests 'libobj20b.sh' and 'libobj20c.sh'.
diff --git a/t/libobj20b.sh b/t/libobj20b.sh
index 2a28df479..3a466bf07 100644
--- a/t/libobj20b.sh
+++ b/t/libobj20b.sh
@@ -12,7 +12,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/>.
# Test error reporting for AC_CONFIG_LIBOBJ_DIR.
# See also sister tests 'libobj20a.sh' and 'libobj20c.sh'.
@@ -26,7 +26,7 @@ AM_PROG_AR
AC_PROG_RANLIB
AC_LIBSOURCE([foobar.c])
# NOTE: this call to AC_OUTPUT is really needed; see Automake bug #7635
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=7635>
AC_OUTPUT
END
diff --git a/t/libobj20c.sh b/t/libobj20c.sh
index 323aecff9..b12eea618 100644
--- a/t/libobj20c.sh
+++ b/t/libobj20c.sh
@@ -12,7 +12,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/>.
# Test error reporting for AC_CONFIG_LIBOBJ_DIR.
# See also sister tests 'libobj20a.sh' and 'libobj20b.sh'.
diff --git a/t/libobj3.sh b/t/libobj3.sh
index d92a4f14d..2d0e6b017 100644
--- a/t/libobj3.sh
+++ b/t/libobj3.sh
@@ -12,7 +12,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/>.
# Make sure we complain if @LIBOBJS@ is used without being set in
# configure.ac.
diff --git a/t/libobj4.sh b/t/libobj4.sh
index 8a5b8f518..daefa43bb 100644
--- a/t/libobj4.sh
+++ b/t/libobj4.sh
@@ -12,7 +12,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/>.
# Test to make sure LIBOBJS error only occurs if LIBOBJS seen. Report
# from Jim Meyering.
diff --git a/t/libobj5.sh b/t/libobj5.sh
index 1e9750221..e5769e372 100644
--- a/t/libobj5.sh
+++ b/t/libobj5.sh
@@ -12,7 +12,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/>.
# Test to make sure AC_REPLACE_FUNCS works across lines. Report from
# Jim Meyering.
diff --git a/t/libobj7.sh b/t/libobj7.sh
index b2eaa38fe..0ec302e81 100644
--- a/t/libobj7.sh
+++ b/t/libobj7.sh
@@ -12,7 +12,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/>.
# Test for multiple replacement functions.
diff --git a/t/library.sh b/t/library.sh
index 454f66b5c..1d0e487d3 100644
--- a/t/library.sh
+++ b/t/library.sh
@@ -12,7 +12,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/>.
# Test for _DEPENDENCIES with libraries.
diff --git a/t/library2.sh b/t/library2.sh
index 568523518..72eae1f83 100644
--- a/t/library2.sh
+++ b/t/library2.sh
@@ -12,7 +12,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/>.
# Make sure Automake suggest using AC_PROG_RANLIB when *_LIBRARIES is used.
diff --git a/t/library3.sh b/t/library3.sh
index 069bfca92..2068c101f 100644
--- a/t/library3.sh
+++ b/t/library3.sh
@@ -12,7 +12,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/>.
# Make sure Automake simplify conditions in diagnostics.
diff --git a/t/libtoo10.sh b/t/libtoo10.sh
index d7568359f..ddc83b6c0 100644
--- a/t/libtoo10.sh
+++ b/t/libtoo10.sh
@@ -12,7 +12,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/>.
# Make sure .libs directories are removed for _PROGRAMS.
# Report from Guillermo Ontañón.
diff --git a/t/libtoo11.sh b/t/libtoo11.sh
index a281ab949..900b3bec6 100644
--- a/t/libtoo11.sh
+++ b/t/libtoo11.sh
@@ -12,7 +12,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/>.
# Make sure config.lt is removed with Libtool 2.2.x's LT_OUTPUT.
# Report by Charles Wilson.
diff --git a/t/libtool-macros.sh b/t/libtool-macros.sh
index b0507bfcd..903a25d3f 100644
--- a/t/libtool-macros.sh
+++ b/t/libtool-macros.sh
@@ -12,7 +12,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/>.
# Try to find the libtool '.m4' files and make them easily accessed
# to the test cases requiring them.
diff --git a/t/libtool.sh b/t/libtool.sh
index 4bc0d9a94..eab01f037 100644
--- a/t/libtool.sh
+++ b/t/libtool.sh
@@ -12,7 +12,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/>.
# Make sure libtool is removed.
# Report from Kevin Dalley.
diff --git a/t/libtool2.sh b/t/libtool2.sh
index f41316b26..a14cae019 100644
--- a/t/libtool2.sh
+++ b/t/libtool2.sh
@@ -12,7 +12,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/>.
# Make sure libtool clean targets exist.
# Report from Eric Magnien.
diff --git a/t/libtool3.sh b/t/libtool3.sh
index 658a2d866..5e5fd0df3 100644
--- a/t/libtool3.sh
+++ b/t/libtool3.sh
@@ -12,7 +12,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/>.
# Try to build and package a program linked to a Libtool library.
# Also make sure we do not bloat the Makefile with unneeded rules.
diff --git a/t/libtool4.sh b/t/libtool4.sh
index 387492e8b..0bfd2faa7 100644
--- a/t/libtool4.sh
+++ b/t/libtool4.sh
@@ -12,7 +12,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/>.
# Make sure Automake suggests AC_PROG_LIBTOOL when *_LTLIBRARIES is used.
diff --git a/t/libtool5.sh b/t/libtool5.sh
index cc2777c4d..ccbeb3ce2 100644
--- a/t/libtool5.sh
+++ b/t/libtool5.sh
@@ -12,7 +12,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/>.
# Make sure it's ok to install a library under different conditions
# in the same directory.
diff --git a/t/libtool6.sh b/t/libtool6.sh
index 643afed13..905c35267 100644
--- a/t/libtool6.sh
+++ b/t/libtool6.sh
@@ -12,7 +12,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/>.
# Make sure it's OK to install a library under different conditions
# in different directories. PR/285.
diff --git a/t/libtool7.sh b/t/libtool7.sh
index 0dec8b925..3e6342d99 100644
--- a/t/libtool7.sh
+++ b/t/libtool7.sh
@@ -12,7 +12,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/>.
# Make sure we allow Libtool's -dlopen/-dlpreopen
# Also check basic support for AM_LIBTOOLFLAGS/LIBTOOLFLAGS
diff --git a/t/libtool8.sh b/t/libtool8.sh
index 5b73b43d7..1e983401e 100644
--- a/t/libtool8.sh
+++ b/t/libtool8.sh
@@ -12,7 +12,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/>.
# Make sure Automake diagnoses conflicting installations.
diff --git a/t/libtool9.sh b/t/libtool9.sh
index f955ba794..a4c392661 100644
--- a/t/libtool9.sh
+++ b/t/libtool9.sh
@@ -12,7 +12,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/>.
# Make sure xxx_LINK is defined for each target that requires specific
# flags.
diff --git a/t/license.sh b/t/license.sh
index a2519b98b..13813d111 100644
--- a/t/license.sh
+++ b/t/license.sh
@@ -12,7 +12,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/>.
# Make sure COPYING is not overwritten, even with -a -f.
diff --git a/t/license2.sh b/t/license2.sh
index d2704ac17..12bb31a6b 100644
--- a/t/license2.sh
+++ b/t/license2.sh
@@ -12,7 +12,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/>.
# Check that installing 'COPYING' outputs a warning.
diff --git a/t/link_c_cxx.sh b/t/link_c_cxx.sh
index b53fa680d..0ac7c01bc 100644
--- a/t/link_c_cxx.sh
+++ b/t/link_c_cxx.sh
@@ -12,7 +12,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/>.
# Test to make sure the C++ linker is used when appropriate.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/link_cond.sh b/t/link_cond.sh
index ebbfa9967..382e4a6e1 100644
--- a/t/link_cond.sh
+++ b/t/link_cond.sh
@@ -12,7 +12,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/>.
# Test that automatic determination of the linker works well with
# conditional use of languages in a single program.
diff --git a/t/link_dist.sh b/t/link_dist.sh
index d891c2bab..b1bad18e9 100644
--- a/t/link_dist.sh
+++ b/t/link_dist.sh
@@ -12,7 +12,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/>.
# Test to make sure the linker for a dist_*_SOURCES can override that for
# *_SOURCES
diff --git a/t/link_f90_only.sh b/t/link_f90_only.sh
index 5a0764e1f..79e7a2627 100644
--- a/t/link_f90_only.sh
+++ b/t/link_f90_only.sh
@@ -12,7 +12,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/>.
# Test to make sure the Fortran 90 linker is used when appropriate.
# (copied from 'link_f_only.sh') Mike Nolta <mrnolta@princeton.edu>
diff --git a/t/link_f_only.sh b/t/link_f_only.sh
index eb1f3fad2..f8a9dcda0 100644
--- a/t/link_f_only.sh
+++ b/t/link_f_only.sh
@@ -12,7 +12,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/>.
# Test to make sure the Fortran 77 linker is used when appropriate.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/link_fc.sh b/t/link_fc.sh
index ba4fab8a8..f0a77b82e 100644
--- a/t/link_fc.sh
+++ b/t/link_fc.sh
@@ -12,7 +12,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/>.
# Test to make sure the Fortran 77 linker is used when appropriate.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/link_fccxx.sh b/t/link_fccxx.sh
index fcb3eb44d..7c2001712 100644
--- a/t/link_fccxx.sh
+++ b/t/link_fccxx.sh
@@ -12,7 +12,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/>.
# Test to make sure the C++ linker is used when appropriate.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/link_fcxx.sh b/t/link_fcxx.sh
index 09a3c2b85..8a044d2df 100644
--- a/t/link_fcxx.sh
+++ b/t/link_fcxx.sh
@@ -12,7 +12,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/>.
# Test to make sure the C++ linker is used when appropriate.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
diff --git a/t/link_override.sh b/t/link_override.sh
index b9e3ca1a5..5ac59f850 100644
--- a/t/link_override.sh
+++ b/t/link_override.sh
@@ -12,7 +12,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/>.
# Test to make sure _LINK variables are detected and used as documented.
diff --git a/t/lisp-flags.sh b/t/lisp-flags.sh
index 8085b2240..34bb85ccd 100644
--- a/t/lisp-flags.sh
+++ b/t/lisp-flags.sh
@@ -12,7 +12,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/>.
# Elisp byte-compilation honours AM_ELCFLAFS and ELCFLAGS.
diff --git a/t/lisp-loadpath.sh b/t/lisp-loadpath.sh
index 17e2a3be5..fa5b97010 100644
--- a/t/lisp-loadpath.sh
+++ b/t/lisp-loadpath.sh
@@ -12,7 +12,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/>.
# Emacs lisp files in both $(srcdir) and $(builddir) are found if
# required by other files. Related to automake bug#11806.
diff --git a/t/lisp-pr11806.sh b/t/lisp-pr11806.sh
index b85695d31..d27df9507 100644
--- a/t/lisp-pr11806.sh
+++ b/t/lisp-pr11806.sh
@@ -12,7 +12,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/>.
# Compiling .el files that requires each other in a VPATH build.
# See automake bug#11806.
diff --git a/t/lisp-subdir-mix.sh b/t/lisp-subdir-mix.sh
index 1db1f7fb1..526591bfc 100644
--- a/t/lisp-subdir-mix.sh
+++ b/t/lisp-subdir-mix.sh
@@ -12,7 +12,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/>.
# Check compiling elisp files in different subdirectories, where a
# file in a subdirectory might require a file in another one.
diff --git a/t/lisp-subdir.sh b/t/lisp-subdir.sh
index 406e3b901..7a3ed7fab 100644
--- a/t/lisp-subdir.sh
+++ b/t/lisp-subdir.sh
@@ -12,7 +12,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/>.
# Emacs lisp files in subdirectories.
diff --git a/t/lisp-subdir2.sh b/t/lisp-subdir2.sh
index a67e1748c..681549207 100644
--- a/t/lisp-subdir2.sh
+++ b/t/lisp-subdir2.sh
@@ -12,7 +12,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/>.
# Compiling elisp files in different subdirectories.
diff --git a/t/lisp2.sh b/t/lisp2.sh
index 48d2ee0ff..5e9903544 100644
--- a/t/lisp2.sh
+++ b/t/lisp2.sh
@@ -12,7 +12,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/>.
# Make sure that Automake suggest using AM_PATH_LISPDIR to define lispdir.
diff --git a/t/lisp3.sh b/t/lisp3.sh
index ed2b13c65..642b391c6 100644
--- a/t/lisp3.sh
+++ b/t/lisp3.sh
@@ -12,7 +12,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/>.
# Test that compiling interdependent elisp files works.
diff --git a/t/lisp4.sh b/t/lisp4.sh
index 53d5812de..5eacc8842 100644
--- a/t/lisp4.sh
+++ b/t/lisp4.sh
@@ -12,7 +12,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/>.
# Make sure setting ELCFILES= disable byte-compilation as documented.
# Report from Simon Josefsson.
diff --git a/t/lisp5.sh b/t/lisp5.sh
index e0d28cd34..a98673e0b 100644
--- a/t/lisp5.sh
+++ b/t/lisp5.sh
@@ -12,7 +12,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/>.
# Same as 'lisp4.sh', but using the now-recommended way to install
# non-bytecompiled *.el files.
diff --git a/t/lisp6.sh b/t/lisp6.sh
index 042c41e3c..07c8e1d4d 100644
--- a/t/lisp6.sh
+++ b/t/lisp6.sh
@@ -12,7 +12,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/>.
# Test for conditional _LISP.
diff --git a/t/lisp7.sh b/t/lisp7.sh
index c7681aba7..833807843 100644
--- a/t/lisp7.sh
+++ b/t/lisp7.sh
@@ -12,7 +12,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/>.
# Make sure that lisp_LISP also works when emacs is not installed.
diff --git a/t/lisp8.sh b/t/lisp8.sh
index 74220ab86..92b81900b 100644
--- a/t/lisp8.sh
+++ b/t/lisp8.sh
@@ -12,7 +12,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/>.
# Check the recover rule of lisp_LISP with parallel make.
diff --git a/t/lispdry.sh b/t/lispdry.sh
index 87c8ba1ff..1f50061e4 100644
--- a/t/lispdry.sh
+++ b/t/lispdry.sh
@@ -12,7 +12,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/>.
# Check that 'make -n' works with the lisp_LISP recover rule.
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index ebf965166..b49a3ad0f 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -15,7 +15,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/>.
# FIXME: this "expected failures" are in truth an hack used to
# FIXME: to verify that some incorrect usages of our perl libraries
diff --git a/t/listval.sh b/t/listval.sh
index 76eabad31..95970c705 100644
--- a/t/listval.sh
+++ b/t/listval.sh
@@ -12,7 +12,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/>.
# Test to make sure variable is expanded properly.
# From Adam J. Richter.
diff --git a/t/local.mk b/t/local.mk
index d5fd00cb1..082edb0a9 100644
--- a/t/local.mk
+++ b/t/local.mk
@@ -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/>.
## ------------ ##
## Testsuite. ##
diff --git a/t/location.sh b/t/location.sh
index f3b4a1124..d13fc6251 100644
--- a/t/location.sh
+++ b/t/location.sh
@@ -12,7 +12,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/>.
# Test for locations in error messages.
diff --git a/t/longlin2.sh b/t/longlin2.sh
index d28142f4a..858f3f95a 100644
--- a/t/longlin2.sh
+++ b/t/longlin2.sh
@@ -12,7 +12,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/>.
# Long lines should be wrapped.
# Report from Albert Chin.
diff --git a/t/longline.sh b/t/longline.sh
index 63dc32cc3..25920c689 100644
--- a/t/longline.sh
+++ b/t/longline.sh
@@ -12,7 +12,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/>.
# Long lines of += should be wrapped.
# Report from Simon Josefsson.
diff --git a/t/ltcond.sh b/t/ltcond.sh
index c4f959588..1c013e821 100644
--- a/t/ltcond.sh
+++ b/t/ltcond.sh
@@ -12,7 +12,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/>.
# Test for conditional libtool libraries.
# This combines two examples from the manual.
diff --git a/t/ltcond2.sh b/t/ltcond2.sh
index f2ec9ecda..e39935107 100644
--- a/t/ltcond2.sh
+++ b/t/ltcond2.sh
@@ -12,7 +12,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/>.
# Test for bug in conditionals.
diff --git a/t/ltconv.sh b/t/ltconv.sh
index 6ec44a54e..6f8a6fc2d 100644
--- a/t/ltconv.sh
+++ b/t/ltconv.sh
@@ -12,7 +12,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/>.
# Test for libtool convenience libraries.
# This example is taken from the manual.
diff --git a/t/ltdeps.sh b/t/ltdeps.sh
index 5623053d7..40e39a1df 100644
--- a/t/ltdeps.sh
+++ b/t/ltdeps.sh
@@ -12,7 +12,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/>.
# Test to make sure libtool library dependencies are correct.
# Report from Lars J. Aas.
diff --git a/t/ltinit.sh b/t/ltinit.sh
index 9d41a88f7..70b109083 100644
--- a/t/ltinit.sh
+++ b/t/ltinit.sh
@@ -12,7 +12,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/>.
# Test that libtool support works correctly when "newer" libtool
# interface (with LT_INIT etc.) is used (this interface has been
diff --git a/t/ltinstloc.sh b/t/ltinstloc.sh
index 47ce1ac9b..521547bce 100644
--- a/t/ltinstloc.sh
+++ b/t/ltinstloc.sh
@@ -12,7 +12,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/>.
# Test for libtool errors for multiple install locations, esp. with nobase.
diff --git a/t/ltlibobjs.sh b/t/ltlibobjs.sh
index d95dea3a0..4c00e4841 100644
--- a/t/ltlibobjs.sh
+++ b/t/ltlibobjs.sh
@@ -12,7 +12,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/>.
# Test to make sure LTLIBOBJS alone works ok.
# Report from Vadim Zeitlin.
diff --git a/t/ltlibsrc.sh b/t/ltlibsrc.sh
index f40f5b9ed..1ca9b71a9 100644
--- a/t/ltlibsrc.sh
+++ b/t/ltlibsrc.sh
@@ -12,7 +12,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/>.
# Test to make sure a sensible default source for libraries is used.
diff --git a/t/ltorder.sh b/t/ltorder.sh
index 0a99f2915..4e092037f 100644
--- a/t/ltorder.sh
+++ b/t/ltorder.sh
@@ -12,7 +12,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/>.
# Test for correct installation order of nobase libtool libraries.
diff --git a/t/m4-inclusion.sh b/t/m4-inclusion.sh
index 9778b3805..15f5f336f 100644
--- a/t/m4-inclusion.sh
+++ b/t/m4-inclusion.sh
@@ -12,7 +12,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/>.
# Test to see if 'm4_sinclude' and 'm4_include' works.
diff --git a/t/maintclean-vpath.sh b/t/maintclean-vpath.sh
index f50a58b6d..efb82c485 100644
--- a/t/maintclean-vpath.sh
+++ b/t/maintclean-vpath.sh
@@ -12,7 +12,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/>.
# Make sure distclean and maintainer-clean erase the right files.
# This test is for VPATH builds; see sister test 'maintclean.sh'
diff --git a/t/maintclean.sh b/t/maintclean.sh
index 67fc5cf93..6cec08f8e 100644
--- a/t/maintclean.sh
+++ b/t/maintclean.sh
@@ -12,7 +12,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/>.
# Make sure distclean and maintainer-clean erase the right files.
# This test is for in-tree builds; see sister test 'maintclean-vpath.sh'
diff --git a/t/maintmode-configure-msg.sh b/t/maintmode-configure-msg.sh
index d2eaf9097..6368f2710 100644
--- a/t/maintmode-configure-msg.sh
+++ b/t/maintmode-configure-msg.sh
@@ -12,7 +12,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/>.
# Make sure that our macro 'AM_MAINTAINER_MODE' adds proper text to
# the configure help screen. Also make sure the "checking ..." messages
diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap
index 203f97565..98189f0e7 100644
--- a/t/make-dryrun.tap
+++ b/t/make-dryrun.tap
@@ -12,7 +12,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/>.
# Check that $(am__make_dryrun) works as expected.
diff --git a/t/make-is-gnu.sh b/t/make-is-gnu.sh
index 13fb176d4..c8478c9e8 100644
--- a/t/make-is-gnu.sh
+++ b/t/make-is-gnu.sh
@@ -12,7 +12,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/>.
# Check that $(am__is_gnu_make) can be used to correctly determine if
# we are running under GNU make.
diff --git a/t/make-keepgoing.tap b/t/make-keepgoing.tap
index cce23c384..8cb5bb599 100644
--- a/t/make-keepgoing.tap
+++ b/t/make-keepgoing.tap
@@ -12,7 +12,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/>.
# Check that $(am__make_keepgoing) works as expected.
diff --git a/t/make.sh b/t/make.sh
index 8ff715f61..36c010364 100644
--- a/t/make.sh
+++ b/t/make.sh
@@ -12,7 +12,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/>.
# Test to make sure 'make' check works.
# From Ralf Corsepius.
diff --git a/t/makefile-deps.sh b/t/makefile-deps.sh
index 0d4e9cae4..8f50a0977 100644
--- a/t/makefile-deps.sh
+++ b/t/makefile-deps.sh
@@ -12,7 +12,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/>.
# Make sure we don't emit a rule with empty target if list of
# automatically-computed dependencies for Makefile.in is empty.
diff --git a/t/makej.sh b/t/makej.sh
index 80efd641f..6ebbac13a 100644
--- a/t/makej.sh
+++ b/t/makej.sh
@@ -12,7 +12,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/>.
# 'make -j' used to fail with Autoconf < 2.58, because tools like
# autoconf and automake can try to update autom4te's cache in parallel.
diff --git a/t/makej2.sh b/t/makej2.sh
index c23d8f65f..d2a7f6b3e 100644
--- a/t/makej2.sh
+++ b/t/makej2.sh
@@ -12,7 +12,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/>.
# Test to make sure known BSD 'make -jN' issues are fixed:
# without -B, it may reuse the same shell for separate commands in a
diff --git a/t/maken.sh b/t/maken.sh
index ce9c22eb1..bb9705786 100644
--- a/t/maken.sh
+++ b/t/maken.sh
@@ -12,7 +12,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/>.
# Ensure that 'make -n dist' and 'make -n distcheck' do not change files
# on disk, due to GNU make executing rules containing '$(MAKE)'.
diff --git a/t/maken3.sh b/t/maken3.sh
index 6fc6fd856..1e5d02315 100644
--- a/t/maken3.sh
+++ b/t/maken3.sh
@@ -12,7 +12,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/>.
# Test 'make -n' for various targets, to ensure that:
#
diff --git a/t/makevars.sh b/t/makevars.sh
index 691a52bc2..883038759 100644
--- a/t/makevars.sh
+++ b/t/makevars.sh
@@ -12,7 +12,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/>.
# Test to make sure that automake includes the needed variables,
# but not too many.
diff --git a/t/man.sh b/t/man.sh
index 8b5c1f547..46f9c676b 100644
--- a/t/man.sh
+++ b/t/man.sh
@@ -12,7 +12,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/>.
# Test to make sure 'dist' prefix works with man pages.
diff --git a/t/man2.sh b/t/man2.sh
index a21293814..512fb93f9 100644
--- a/t/man2.sh
+++ b/t/man2.sh
@@ -12,7 +12,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/>.
# Make sure that man pages listed in man_MANS are installed and
# renamed as documented.
diff --git a/t/man3.sh b/t/man3.sh
index 65f7e7f45..582448ae1 100644
--- a/t/man3.sh
+++ b/t/man3.sh
@@ -12,7 +12,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/>.
# PR 516: Prefer generated manpages to distributed ones.
diff --git a/t/man5.sh b/t/man5.sh
index 2dff9d3e7..0fb2abd8e 100644
--- a/t/man5.sh
+++ b/t/man5.sh
@@ -12,7 +12,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/>.
# Make sure to extract the correct mansection from files in man_MANS.
diff --git a/t/man6.sh b/t/man6.sh
index c160981c8..9c05fa904 100644
--- a/t/man6.sh
+++ b/t/man6.sh
@@ -12,7 +12,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/>.
# Ensure 'make distcheck' passes when help2man generates man pages,
# even if the 'missing' script is involved.
diff --git a/t/man7.sh b/t/man7.sh
index 14a50004d..5a95aada9 100644
--- a/t/man7.sh
+++ b/t/man7.sh
@@ -12,7 +12,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/>.
# Check for a bug in maintainer-clean w.r.t. generated manpages.
diff --git a/t/man8.sh b/t/man8.sh
index f5c5e02ff..dcf619f4a 100644
--- a/t/man8.sh
+++ b/t/man8.sh
@@ -12,7 +12,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/>.
# Check for a bug in distcheck w.r.t. generated manpages.
diff --git a/t/mdate.sh b/t/mdate.sh
index c0930385c..6b43e6269 100644
--- a/t/mdate.sh
+++ b/t/mdate.sh
@@ -12,7 +12,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/>.
# Test that mdate-sh is required when Texinfo used and version.texi needed.
diff --git a/t/mdate2.sh b/t/mdate2.sh
index 2eabac12b..519503911 100644
--- a/t/mdate2.sh
+++ b/t/mdate2.sh
@@ -12,7 +12,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/>.
# Test to make sure mdate-sh is included in distribution.
diff --git a/t/mdate3.sh b/t/mdate3.sh
index 6a7d39e6f..7948482f6 100644
--- a/t/mdate3.sh
+++ b/t/mdate3.sh
@@ -12,7 +12,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/>.
# Test to make sure mdate-sh run correctly.
diff --git a/t/mdate4.sh b/t/mdate4.sh
index d5a5cc297..fa2d9d4f5 100644
--- a/t/mdate4.sh
+++ b/t/mdate4.sh
@@ -12,7 +12,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/>.
# Test to make sure that mdate-sh is added to the right directory.
# Report from Kevin Dalley.
diff --git a/t/mdate5.sh b/t/mdate5.sh
index c294a58e4..9426e53eb 100644
--- a/t/mdate5.sh
+++ b/t/mdate5.sh
@@ -12,7 +12,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/>.
# Test to make sure mdate-sh works correctly.
diff --git a/t/mdate6.sh b/t/mdate6.sh
index 6b657ea9c..21729c8b5 100644
--- a/t/mdate6.sh
+++ b/t/mdate6.sh
@@ -12,7 +12,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/>.
# mdate-sh can work with weird file names, doesn't eval too much.
diff --git a/t/missing-auxfile-stops-makefiles-creation.sh b/t/missing-auxfile-stops-makefiles-creation.sh
index 64c7b2d0e..6d794a3a8 100644
--- a/t/missing-auxfile-stops-makefiles-creation.sh
+++ b/t/missing-auxfile-stops-makefiles-creation.sh
@@ -12,7 +12,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/>.
# Automake should stop the creation of Makefile.in files at the first
# encountered error due to a required auxiliary file not found.
diff --git a/t/missing-version-mismatch.sh b/t/missing-version-mismatch.sh
index e06ccd6c6..41146746b 100644
--- a/t/missing-version-mismatch.sh
+++ b/t/missing-version-mismatch.sh
@@ -12,7 +12,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/>.
# Test missing with version mismatches.
diff --git a/t/missing3.sh b/t/missing3.sh
index 2a6f2f380..f0bdeed36 100644
--- a/t/missing3.sh
+++ b/t/missing3.sh
@@ -12,7 +12,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/>.
# Test missing when running a tool's --version.
diff --git a/t/mkdir_p.sh b/t/mkdir_p.sh
index ad571cb8e..36d91fc24 100644
--- a/t/mkdir_p.sh
+++ b/t/mkdir_p.sh
@@ -12,7 +12,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/>.
# AM_INIT_AUTOMAKE should still define $(mkdir_p), for backward
# compatibility.
diff --git a/t/mkdirp-deprecation.sh b/t/mkdirp-deprecation.sh
index 5087d678a..39e8d8a43 100644
--- a/t/mkdirp-deprecation.sh
+++ b/t/mkdirp-deprecation.sh
@@ -12,7 +12,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/>.
# Check that the AM_PROG_MKDIR_P macro is deprecated. It will be
# be removed in the next major Automake release.
diff --git a/t/mkinst2.sh b/t/mkinst2.sh
index 309dd4021..9a5f03cbe 100644
--- a/t/mkinst2.sh
+++ b/t/mkinst2.sh
@@ -12,7 +12,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/>.
# Test to make sure no-installman suppresses man dir creation.
diff --git a/t/mkinst3.sh b/t/mkinst3.sh
index e667f4856..dad26b74d 100644
--- a/t/mkinst3.sh
+++ b/t/mkinst3.sh
@@ -12,7 +12,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/>.
# Test mkinstalldirs with spaces in directory names.
diff --git a/t/mkinstall.sh b/t/mkinstall.sh
index 301844615..eb3787161 100644
--- a/t/mkinstall.sh
+++ b/t/mkinstall.sh
@@ -12,7 +12,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/>.
# Test for bug where mkinstalldirs variable can be set incorrectly.
diff --git a/t/mmode.sh b/t/mmode.sh
index aa9b6299a..2dabcd612 100644
--- a/t/mmode.sh
+++ b/t/mmode.sh
@@ -12,7 +12,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/>.
# Check for AM_MAINTAINER_MODE defaults.
diff --git a/t/mmodely.sh b/t/mmodely.sh
index 38a70e446..19df3eac8 100644
--- a/t/mmodely.sh
+++ b/t/mmodely.sh
@@ -12,7 +12,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/>.
# Verify that intermediate files are only built from Yacc and Lex
# sources in maintainer mode.
diff --git a/t/no-extra-c-stuff.sh b/t/no-extra-c-stuff.sh
index 700059b73..6939059a9 100644
--- a/t/no-extra-c-stuff.sh
+++ b/t/no-extra-c-stuff.sh
@@ -12,7 +12,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/>.
# Check that Automake doesn't generated rules or definitions related
# to compilation of C sources for a project that doesn't use nor need
diff --git a/t/no-extra-makefile-code.sh b/t/no-extra-makefile-code.sh
index 7fb7bd8cb..48a7990b6 100644
--- a/t/no-extra-makefile-code.sh
+++ b/t/no-extra-makefile-code.sh
@@ -12,12 +12,12 @@
# 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/>.
# Check that we don't emit harmless but useless code in the generated
# Makefile.in when the project does not use compiled languages. Motivated
# by a regression caused by removal of automatic de-ANSI-fication support:
-# <http://lists.gnu.org/archive/html/automake-patches/2011-08/msg00200.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2011-08/msg00200.html>
. test-init.sh
diff --git a/t/no-spurious-install-recursive.sh b/t/no-spurious-install-recursive.sh
index 88ecb8640..f5c91374e 100644
--- a/t/no-spurious-install-recursive.sh
+++ b/t/no-spurious-install-recursive.sh
@@ -12,7 +12,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/>.
# Regression test for install-recursive appearing in a non recursive Makefile.
# Report from Bruno Haible.
diff --git a/t/nobase-libtool.sh b/t/nobase-libtool.sh
index 42dcad754..a17c44d6a 100644
--- a/t/nobase-libtool.sh
+++ b/t/nobase-libtool.sh
@@ -12,7 +12,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/>.
# Make sure nobase_* works for libtool libraries and programs as well.
# This is just the libtool equivalent of 'nobase.sh', split up to allow
diff --git a/t/nobase-nodist.sh b/t/nobase-nodist.sh
index e42a86d29..3a6342b30 100644
--- a/t/nobase-nodist.sh
+++ b/t/nobase-nodist.sh
@@ -12,7 +12,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/>.
# Interaction of 'nobase_' and 'nodist_' prefixes.
diff --git a/t/nobase-python.sh b/t/nobase-python.sh
index ba197d025..436bb5e82 100644
--- a/t/nobase-python.sh
+++ b/t/nobase-python.sh
@@ -12,7 +12,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/>.
# Make sure nobase_* works for python files.
diff --git a/t/nobase.sh b/t/nobase.sh
index 25d613bd4..2bd1aa7ab 100644
--- a/t/nobase.sh
+++ b/t/nobase.sh
@@ -12,7 +12,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/>.
# Make sure nobase_* works.
diff --git a/t/nodef.sh b/t/nodef.sh
index 889d968e8..1b1de36de 100644
--- a/t/nodef.sh
+++ b/t/nodef.sh
@@ -12,7 +12,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/>.
# Make sure that PACKAGE and VERSION are AC_DEFINEd when requested.
diff --git a/t/nodef2.sh b/t/nodef2.sh
index c5e729e3c..f39009c32 100644
--- a/t/nodef2.sh
+++ b/t/nodef2.sh
@@ -12,7 +12,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/>.
# Make sure that PACKAGE and VERSION are AC_DEFINEd when requested.
diff --git a/t/nodep.sh b/t/nodep.sh
index 1fb77e09a..a3dc815df 100644
--- a/t/nodep.sh
+++ b/t/nodep.sh
@@ -12,7 +12,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/>.
# Test to make sure no-dependencies option does the right thing.
# Bug report from Greg A. Woods.
diff --git a/t/nodep2.sh b/t/nodep2.sh
index 2dcb2716b..030e8865b 100644
--- a/t/nodep2.sh
+++ b/t/nodep2.sh
@@ -12,7 +12,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/>.
# Another test to make sure no-dependencies option does the right thing.
diff --git a/t/nodepcomp.sh b/t/nodepcomp.sh
index e6d9e5811..96a57ec8d 100644
--- a/t/nodepcomp.sh
+++ b/t/nodepcomp.sh
@@ -12,7 +12,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/>.
# Test to make sure depcomp isn't always required.
diff --git a/t/nodist.sh b/t/nodist.sh
index d0d51b35f..c299b3abd 100644
--- a/t/nodist.sh
+++ b/t/nodist.sh
@@ -12,7 +12,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/>.
# Test to make sure dist_*_SOURCES and nodist_*_SOURCES work.
diff --git a/t/nodist2.sh b/t/nodist2.sh
index 750a0988f..d43528628 100644
--- a/t/nodist2.sh
+++ b/t/nodist2.sh
@@ -12,7 +12,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/>.
# Test to make sure nodist_noinst_HEADERS work.
# For PR 249.
diff --git a/t/nodist3.sh b/t/nodist3.sh
index 2131fe773..354995939 100644
--- a/t/nodist3.sh
+++ b/t/nodist3.sh
@@ -12,7 +12,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/>.
# Test to make sure no-dist option works.
diff --git a/t/noinst.sh b/t/noinst.sh
index 4e306c548..4de379854 100644
--- a/t/noinst.sh
+++ b/t/noinst.sh
@@ -12,7 +12,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/>.
# Check to make sure "make install" will build all in directory with
# nothing to install.
diff --git a/t/noinstdir.sh b/t/noinstdir.sh
index 8424380cb..cab00fd0c 100644
--- a/t/noinstdir.sh
+++ b/t/noinstdir.sh
@@ -12,7 +12,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/>.
# Test to make sure that noinst_* and check_* are not installed.
# From Pavel Roskin.
diff --git a/t/nolink.sh b/t/nolink.sh
index b5f5a0b40..63b78fb1c 100644
--- a/t/nolink.sh
+++ b/t/nolink.sh
@@ -12,7 +12,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/>.
# Make sure Automake does not emit a link rule for unknown languages.
diff --git a/t/nostdinc.sh b/t/nostdinc.sh
index 363a5c2a6..eeb774278 100644
--- a/t/nostdinc.sh
+++ b/t/nostdinc.sh
@@ -12,7 +12,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/>.
# Test to make sure nostdinc option works correctly.
diff --git a/t/notrans.sh b/t/notrans.sh
index b85b7d7f6..ce9b421c2 100644
--- a/t/notrans.sh
+++ b/t/notrans.sh
@@ -12,7 +12,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/>.
# Check all notrans_, dist_, nodist_ prefix combinations for MANS
# primary and install-man dependencies.
diff --git a/t/number.sh b/t/number.sh
index f037c68e1..1a5742a6e 100644
--- a/t/number.sh
+++ b/t/number.sh
@@ -12,7 +12,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/>.
# Test to make sure _OBJECTS is only generated once. Bug reported by
# Joerg-Martin Schwarz.
diff --git a/t/objc-deps.sh b/t/objc-deps.sh
index 5914ddd87..60585bbd2 100644
--- a/t/objc-deps.sh
+++ b/t/objc-deps.sh
@@ -12,7 +12,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/>.
# Automatic dependency tracking for Objective C.
# See also sister test 'objcxx-deps.sh'.
diff --git a/t/objc-flags.sh b/t/objc-flags.sh
index 0a7444a92..e493935ef 100644
--- a/t/objc-flags.sh
+++ b/t/objc-flags.sh
@@ -12,7 +12,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/>.
# Test Objective C compilation flags.
diff --git a/t/objc-megademo.sh b/t/objc-megademo.sh
index 6b54d1f5b..244ac9a5c 100644
--- a/t/objc-megademo.sh
+++ b/t/objc-megademo.sh
@@ -12,7 +12,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/>.
# Stress test on Objective C/C++.
diff --git a/t/objc-minidemo.sh b/t/objc-minidemo.sh
index 8c313b410..5dfa7fdf6 100644
--- a/t/objc-minidemo.sh
+++ b/t/objc-minidemo.sh
@@ -12,7 +12,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/>.
# Dummy demo package using Objective C and doing distcheck.
# See also sister test 'objcxx-minidemo.sh'.
diff --git a/t/objcxx-deps.sh b/t/objcxx-deps.sh
index 4494fd8e5..f7e2dbf8e 100644
--- a/t/objcxx-deps.sh
+++ b/t/objcxx-deps.sh
@@ -12,7 +12,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/>.
# Automatic dependency tracking for Objective C++.
# See also sister test 'objc-deps.sh'.
diff --git a/t/objcxx-flags.sh b/t/objcxx-flags.sh
index 7c104a5d0..928bc56b7 100644
--- a/t/objcxx-flags.sh
+++ b/t/objcxx-flags.sh
@@ -12,7 +12,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/>.
# Test Objective C++ compilation flags.
# See also sister test 'objc-flags.sh'.
diff --git a/t/objcxx-minidemo.sh b/t/objcxx-minidemo.sh
index f4477d4c1..e8a0e4d71 100644
--- a/t/objcxx-minidemo.sh
+++ b/t/objcxx-minidemo.sh
@@ -12,7 +12,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/>.
# Dummy demo package using Objective C++ and doing distcheck.
# See also sister test 'objc-minidemo.sh'.
diff --git a/t/objext-pr10128.sh b/t/objext-pr10128.sh
index 2f3eb1d05..ea738ecc8 100644
--- a/t/objext-pr10128.sh
+++ b/t/objext-pr10128.sh
@@ -12,7 +12,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/>.
# Test for automake bug#10128: $(OBJEXT) redefinition causes
# $(foo_OBJECTS) to be defined as empty.
diff --git a/t/oldvars.sh b/t/oldvars.sh
index 1a17f2efe..6a1ec9f06 100644
--- a/t/oldvars.sh
+++ b/t/oldvars.sh
@@ -12,7 +12,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/>.
# Use of these variables is deprecated:
# LISP, HEADERS, DATA, SCRIPTS, LTLIBRARIES, LIBRARIES, PROGRAMS, MANS.
diff --git a/t/order.sh b/t/order.sh
index 4174d3688..67a5d87b4 100644
--- a/t/order.sh
+++ b/t/order.sh
@@ -12,7 +12,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/>.
# Make sure AC_DEFUN is handled correctly. This test isn't named very
# well. Report from Jim Meyering.
diff --git a/t/output-order.sh b/t/output-order.sh
index 438c1dafd..457d33d5e 100644
--- a/t/output-order.sh
+++ b/t/output-order.sh
@@ -12,7 +12,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/>.
# Test that 'automake -a' output order is stable.
# From report by Bruno Haible.
diff --git a/t/output.sh b/t/output.sh
index 40cde23a8..f0474be1b 100644
--- a/t/output.sh
+++ b/t/output.sh
@@ -12,7 +12,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/>.
# Test to make sure files listed in AC_OUTPUT are found.
diff --git a/t/output10.sh b/t/output10.sh
index 44a89fa1f..8957104c1 100644
--- a/t/output10.sh
+++ b/t/output10.sh
@@ -12,7 +12,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/>.
# Make sure an AC_CONFIG_FILES can have an AC_CONFIG_FILES output as input.
# This is comparable to 'output9.sh', but testing Makefile rules.
diff --git a/t/output11.sh b/t/output11.sh
index dd0fd537f..f91ec810b 100644
--- a/t/output11.sh
+++ b/t/output11.sh
@@ -12,7 +12,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/>.
# Make sure an AC_CONFIG_FILES ignore filenames with shell variables.
diff --git a/t/output12.sh b/t/output12.sh
index 4e4985126..27a30b1bc 100644
--- a/t/output12.sh
+++ b/t/output12.sh
@@ -12,7 +12,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/>.
# Make sure an AC_CONFIG_FILES process filenames with AC_SUBST variables.
diff --git a/t/output13.sh b/t/output13.sh
index f8cd82ed1..05a0013cb 100644
--- a/t/output13.sh
+++ b/t/output13.sh
@@ -12,7 +12,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/>.
# Make sure an AC_CONFIG_FILES, AC_CONFIG_LINKS, and AC_CONFIG_COMMANDS
# are not prerequisites of 'all'.
diff --git a/t/output2.sh b/t/output2.sh
index fbbaf5a45..32264ef64 100644
--- a/t/output2.sh
+++ b/t/output2.sh
@@ -12,7 +12,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/>.
# Another AC_OUTPUT test. From report by Ulrich Drepper.
diff --git a/t/output3.sh b/t/output3.sh
index 643d1f3c8..7870eb390 100644
--- a/t/output3.sh
+++ b/t/output3.sh
@@ -12,7 +12,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/>.
# Yet another AC_OUTPUT test.
diff --git a/t/output4.sh b/t/output4.sh
index bd99360b5..cc2ba319d 100644
--- a/t/output4.sh
+++ b/t/output4.sh
@@ -12,7 +12,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/>.
# It's hard to believe there are so many AC_OUTPUT-related bugs.
diff --git a/t/output5.sh b/t/output5.sh
index 522c355ca..dd9466f63 100644
--- a/t/output5.sh
+++ b/t/output5.sh
@@ -12,7 +12,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/>.
# Make sure Automake complains when there is no Makefile specified.
diff --git a/t/output6.sh b/t/output6.sh
index efc750c9b..fad71536e 100644
--- a/t/output6.sh
+++ b/t/output6.sh
@@ -12,7 +12,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/>.
# Check for support for colon-separated input files in AC_CONFIG_FILES.
diff --git a/t/output7.sh b/t/output7.sh
index f02f2c059..9fb255e80 100644
--- a/t/output7.sh
+++ b/t/output7.sh
@@ -12,7 +12,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/>.
# Check for support for colon separated input files in AC_CONFIG_FILES,
# with sources in sub directories.
diff --git a/t/output8.sh b/t/output8.sh
index 341600de1..f8c9b4f9a 100644
--- a/t/output8.sh
+++ b/t/output8.sh
@@ -12,7 +12,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/>.
# Check AC_CONFIG_FILES support for files starting with '../'.
# Report from Bruno Haible.
diff --git a/t/output9.sh b/t/output9.sh
index 79f9f67e6..b0645f325 100644
--- a/t/output9.sh
+++ b/t/output9.sh
@@ -12,7 +12,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/>.
# Make sure an AC_CONFIG_FILES can have an AC_CONFIG_FILES output as input.
diff --git a/t/override-conditional-1.sh b/t/override-conditional-1.sh
index 16afc714b..54ed455ee 100644
--- a/t/override-conditional-1.sh
+++ b/t/override-conditional-1.sh
@@ -12,7 +12,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/>.
# Test for conditionally-defined overrides.
diff --git a/t/override-conditional-2.sh b/t/override-conditional-2.sh
index 5ce601d95..acf0e19d4 100644
--- a/t/override-conditional-2.sh
+++ b/t/override-conditional-2.sh
@@ -12,7 +12,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/>.
# Test that conditional overrides are diagnosed.
# This test is still xfailing; see the FIXME in Automake::Rule::define.
diff --git a/t/override-conditional-pr13940.sh b/t/override-conditional-pr13940.sh
index 6782af8c5..8c860a9f1 100644
--- a/t/override-conditional-pr13940.sh
+++ b/t/override-conditional-pr13940.sh
@@ -12,7 +12,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/>.
# Expose automake bug#1394: automake erroneously think that a .PHONY
# target's rule is overridden only because we declare dependencies
diff --git a/t/override-html.sh b/t/override-html.sh
index 8c4820755..aed07c57f 100644
--- a/t/override-html.sh
+++ b/t/override-html.sh
@@ -12,7 +12,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/>.
# Test that overriding 'html' target causes only one "html:" rule to
# be output.
diff --git a/t/override-suggest-local.sh b/t/override-suggest-local.sh
index 4337c6765..32d73a45b 100644
--- a/t/override-suggest-local.sh
+++ b/t/override-suggest-local.sh
@@ -12,7 +12,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/>.
# Make sure automake -Woverride suggests using TARGET-local instead
# of TARGET when possible.
diff --git a/t/parallel-am.sh b/t/parallel-am.sh
index f3b389e8c..6e1371c38 100644
--- a/t/parallel-am.sh
+++ b/t/parallel-am.sh
@@ -12,7 +12,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/>.
# Test parallel automake execution.
diff --git a/t/parallel-am2.sh b/t/parallel-am2.sh
index 3ab658941..c85bbeef7 100644
--- a/t/parallel-am2.sh
+++ b/t/parallel-am2.sh
@@ -12,7 +12,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/>.
# Test parallel automake execution.
diff --git a/t/parallel-am3.sh b/t/parallel-am3.sh
index b0a5f3762..9d5ea02ba 100644
--- a/t/parallel-am3.sh
+++ b/t/parallel-am3.sh
@@ -12,7 +12,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/>.
# Test parallel automake execution.
diff --git a/t/parallel-tests-basics.sh b/t/parallel-tests-basics.sh
index 579f514d6..e1dc8cb82 100644
--- a/t/parallel-tests-basics.sh
+++ b/t/parallel-tests-basics.sh
@@ -12,7 +12,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/>.
# Basic checks on parallel-tests support:
# - console output
diff --git a/t/parallel-tests-cmdline-override.sh b/t/parallel-tests-cmdline-override.sh
index 243b85a69..1efacbe06 100644
--- a/t/parallel-tests-cmdline-override.sh
+++ b/t/parallel-tests-cmdline-override.sh
@@ -12,7 +12,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/>.
# Check that we can use indirections when overriding TESTS and
# TEST_LOGS from the command line.
diff --git a/t/parallel-tests-concurrency-2.sh b/t/parallel-tests-concurrency-2.sh
index 67e1beb77..3c61a1a7d 100644
--- a/t/parallel-tests-concurrency-2.sh
+++ b/t/parallel-tests-concurrency-2.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - concurrent program compilation and testing (with EXTRA_PROGRAMS)
diff --git a/t/parallel-tests-concurrency.sh b/t/parallel-tests-concurrency.sh
index 3940a5faa..69d6198b3 100644
--- a/t/parallel-tests-concurrency.sh
+++ b/t/parallel-tests-concurrency.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - concurrent parallel execution
diff --git a/t/parallel-tests-console-output.sh b/t/parallel-tests-console-output.sh
index fa441e037..e0fe331b5 100644
--- a/t/parallel-tests-console-output.sh
+++ b/t/parallel-tests-console-output.sh
@@ -12,7 +12,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/>.
# parallel-tests: some checks on console output about testsuite
# progress.
diff --git a/t/parallel-tests-driver-install.sh b/t/parallel-tests-driver-install.sh
index 63942bc2e..3bb27f0b4 100644
--- a/t/parallel-tests-driver-install.sh
+++ b/t/parallel-tests-driver-install.sh
@@ -12,7 +12,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/>.
# Check that auxiliary script 'test-driver' gets automatically installed
# in the correct directory.
diff --git a/t/parallel-tests-dry-run-1.sh b/t/parallel-tests-dry-run-1.sh
index 26deed3b2..61e3d225b 100644
--- a/t/parallel-tests-dry-run-1.sh
+++ b/t/parallel-tests-dry-run-1.sh
@@ -12,7 +12,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/>.
# Check interactions between the parallel test harness and "make -n".
# See also sister test 'parallel-tests-dry-run-2.sh'.
diff --git a/t/parallel-tests-dry-run-2.sh b/t/parallel-tests-dry-run-2.sh
index 40a87347e..cbe38647c 100644
--- a/t/parallel-tests-dry-run-2.sh
+++ b/t/parallel-tests-dry-run-2.sh
@@ -12,7 +12,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/>.
# Check interactions between the parallel test harness and "make -n".
# See also sister test 'parallel-tests-dry-run-1.sh'.
diff --git a/t/parallel-tests-empty-testlogs.sh b/t/parallel-tests-empty-testlogs.sh
index 059284748..55f89e60f 100644
--- a/t/parallel-tests-empty-testlogs.sh
+++ b/t/parallel-tests-empty-testlogs.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - empty TESTS
diff --git a/t/parallel-tests-empty.sh b/t/parallel-tests-empty.sh
index 1e17d42fb..828cda7d0 100644
--- a/t/parallel-tests-empty.sh
+++ b/t/parallel-tests-empty.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - empty TESTS
diff --git a/t/parallel-tests-exeext.sh b/t/parallel-tests-exeext.sh
index 40d4b826c..d7773e53b 100644
--- a/t/parallel-tests-exeext.sh
+++ b/t/parallel-tests-exeext.sh
@@ -12,7 +12,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/>.
# parallel-tests:
# - check2.am and interaction with $(EXEEXT)
diff --git a/t/parallel-tests-exit-status-reported.sh b/t/parallel-tests-exit-status-reported.sh
index e27f0d7f6..2b8420773 100644
--- a/t/parallel-tests-exit-status-reported.sh
+++ b/t/parallel-tests-exit-status-reported.sh
@@ -12,7 +12,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/>.
# The exit status of a test should be reported in the test logs, so
# that one can see at a glance whether the test has succeeded or failed,
diff --git a/t/parallel-tests-exit-statuses.sh b/t/parallel-tests-exit-statuses.sh
index 0020edc4d..d8419629e 100644
--- a/t/parallel-tests-exit-statuses.sh
+++ b/t/parallel-tests-exit-statuses.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features: normal and special exit statuses
# in the test scripts.
diff --git a/t/parallel-tests-extra-programs.sh b/t/parallel-tests-extra-programs.sh
index 5ab5537be..6d33cb3cb 100644
--- a/t/parallel-tests-extra-programs.sh
+++ b/t/parallel-tests-extra-programs.sh
@@ -12,7 +12,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/>.
# Parallel test harness: check that $(TESTS) can lazily depend on
# (or even be) $(EXTRA_PROGRAMS).
diff --git a/t/parallel-tests-fd-redirect-exeext.sh b/t/parallel-tests-fd-redirect-exeext.sh
index 306eb3919..217069140 100644
--- a/t/parallel-tests-fd-redirect-exeext.sh
+++ b/t/parallel-tests-fd-redirect-exeext.sh
@@ -12,7 +12,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/>.
# parallel-tests support: redirection of file descriptors with
# AM_TESTS_FD_REDIRECT, for tests which are binary executables
diff --git a/t/parallel-tests-fd-redirect.sh b/t/parallel-tests-fd-redirect.sh
index 98392fc89..386b7aada 100644
--- a/t/parallel-tests-fd-redirect.sh
+++ b/t/parallel-tests-fd-redirect.sh
@@ -12,7 +12,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/>.
# parallel-tests support: redirection of file descriptors with
# AM_TESTS_FD_REDIRECT, even when using tests without suffix.
diff --git a/t/parallel-tests-fork-bomb.sh b/t/parallel-tests-fork-bomb.sh
index 7aa19d800..315e891cb 100644
--- a/t/parallel-tests-fork-bomb.sh
+++ b/t/parallel-tests-fork-bomb.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - If $(TEST_SUITE_LOG) is in $(TEST_LOGS), we get a diagnosed
diff --git a/t/parallel-tests-generated-and-distributed.sh b/t/parallel-tests-generated-and-distributed.sh
index 61c0fb999..9627586f5 100644
--- a/t/parallel-tests-generated-and-distributed.sh
+++ b/t/parallel-tests-generated-and-distributed.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - generated distributed tests.
diff --git a/t/parallel-tests-harderror.sh b/t/parallel-tests-harderror.sh
index 32b113a7b..70e21441e 100644
--- a/t/parallel-tests-harderror.sh
+++ b/t/parallel-tests-harderror.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features: DISABLE_HARD_ERRORS
diff --git a/t/parallel-tests-interrupt.tap b/t/parallel-tests-interrupt.tap
index a57667c15..9f0c5a049 100644
--- a/t/parallel-tests-interrupt.tap
+++ b/t/parallel-tests-interrupt.tap
@@ -12,7 +12,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/>.
# Check that the parallel testsuite harness removes incomplete log files
# when interrupt upon some signal. This test is definitely too hacky,
diff --git a/t/parallel-tests-log-compiler-1.sh b/t/parallel-tests-log-compiler-1.sh
index 4168f5200..12bdb92a1 100644
--- a/t/parallel-tests-log-compiler-1.sh
+++ b/t/parallel-tests-log-compiler-1.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - per-extension "test runners" a.k.a. "log compilers" (xxx_LOG_COMPILER
diff --git a/t/parallel-tests-log-compiler-2.sh b/t/parallel-tests-log-compiler-2.sh
index ed836cf34..ad9535af5 100644
--- a/t/parallel-tests-log-compiler-2.sh
+++ b/t/parallel-tests-log-compiler-2.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - per-extension "test runners" a.k.a. "log compilers" (xxx_LOG_COMPILER
diff --git a/t/parallel-tests-log-compiler-example.sh b/t/parallel-tests-log-compiler-example.sh
index 32f970228..281d4ce32 100644
--- a/t/parallel-tests-log-compiler-example.sh
+++ b/t/parallel-tests-log-compiler-example.sh
@@ -12,7 +12,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/>.
# Test the example of usage of generic and extension-specific
# LOG_COMPILER and LOG_FLAGS given in the manual.
diff --git a/t/parallel-tests-log-override-1.sh b/t/parallel-tests-log-override-1.sh
index ea5b99b4d..6d4672efa 100644
--- a/t/parallel-tests-log-override-1.sh
+++ b/t/parallel-tests-log-override-1.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features: runtime redefinition of $(TEST_SUITE_LOG).
diff --git a/t/parallel-tests-log-override-2.sh b/t/parallel-tests-log-override-2.sh
index 8066580c3..470a8f8f8 100644
--- a/t/parallel-tests-log-override-2.sh
+++ b/t/parallel-tests-log-override-2.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features: runtime redefinition of:
# - $(TEST_SUITE_LOG) and $(TESTS)
diff --git a/t/parallel-tests-log-override-recheck.sh b/t/parallel-tests-log-override-recheck.sh
index f72196680..f5097f857 100644
--- a/t/parallel-tests-log-override-recheck.sh
+++ b/t/parallel-tests-log-override-recheck.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features: runtime redefinition of $(TEST_SUITE_LOG)
# for the recheck target.
diff --git a/t/parallel-tests-no-color-in-log.sh b/t/parallel-tests-no-color-in-log.sh
index 7633d24eb..0c4a7b6cf 100644
--- a/t/parallel-tests-no-color-in-log.sh
+++ b/t/parallel-tests-no-color-in-log.sh
@@ -12,7 +12,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/>.
# Colorized output from the testsuite report shouldn't end up in log files.
diff --git a/t/parallel-tests-no-spurious-summary.sh b/t/parallel-tests-no-spurious-summary.sh
index dbe6b3cdf..888a60042 100644
--- a/t/parallel-tests-no-spurious-summary.sh
+++ b/t/parallel-tests-no-spurious-summary.sh
@@ -12,7 +12,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/>.
# Check that ':test-results:' directives in test scripts' output doesn't
# originate spurious results in the testsuite summary.
diff --git a/t/parallel-tests-once.sh b/t/parallel-tests-once.sh
index c4f8b8016..add9cf4eb 100644
--- a/t/parallel-tests-once.sh
+++ b/t/parallel-tests-once.sh
@@ -12,7 +12,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/>.
# Tests shouldn't be run multiple times by a simple "make check" in a
# clean directory. An early implementation of the '.trs' intermediate
diff --git a/t/parallel-tests-recheck-depends-on-all.sh b/t/parallel-tests-recheck-depends-on-all.sh
index 199d10597..736f4708a 100644
--- a/t/parallel-tests-recheck-depends-on-all.sh
+++ b/t/parallel-tests-recheck-depends-on-all.sh
@@ -12,7 +12,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/>.
# The parallel-tests 'recheck' target must depend on the 'all' target.
# See automake bug#11252.
diff --git a/t/parallel-tests-recheck-pr11791.sh b/t/parallel-tests-recheck-pr11791.sh
index 9eccf92f1..ffb99d4f7 100644
--- a/t/parallel-tests-recheck-pr11791.sh
+++ b/t/parallel-tests-recheck-pr11791.sh
@@ -12,7 +12,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/>.
# parallel-tests: "make recheck" and "make -k recheck" in the face of
# build failures for the test cases. See automake bug#11791.
diff --git a/t/parallel-tests-recheck.sh b/t/parallel-tests-recheck.sh
index 9a84fea78..2ea07d1a8 100644
--- a/t/parallel-tests-recheck.sh
+++ b/t/parallel-tests-recheck.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - recheck
diff --git a/t/parallel-tests-reset-term.sh b/t/parallel-tests-reset-term.sh
index c77c9a37c..01cf4f9cc 100644
--- a/t/parallel-tests-reset-term.sh
+++ b/t/parallel-tests-reset-term.sh
@@ -12,7 +12,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/>.
# Check that the testsuite harness correctly handle overrides of the
# TERM variable by either TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT.
diff --git a/t/parallel-tests-subdir.sh b/t/parallel-tests-subdir.sh
index 86796035d..1647b5b55 100644
--- a/t/parallel-tests-subdir.sh
+++ b/t/parallel-tests-subdir.sh
@@ -12,7 +12,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/>.
# Check that the parallel test harness creates parent directories for
# the log files when needed.
diff --git a/t/parallel-tests-suffix-prog.sh b/t/parallel-tests-suffix-prog.sh
index 4163dbcf1..abddb6439 100644
--- a/t/parallel-tests-suffix-prog.sh
+++ b/t/parallel-tests-suffix-prog.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - suffix rules, with PROGRAMS involved
diff --git a/t/parallel-tests-suffix.sh b/t/parallel-tests-suffix.sh
index c3dc0a5b2..47bdccf4c 100644
--- a/t/parallel-tests-suffix.sh
+++ b/t/parallel-tests-suffix.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - suffix rules
diff --git a/t/parallel-tests-trailing-whitespace.sh b/t/parallel-tests-trailing-whitespace.sh
index 9211c56cf..f82f76cb3 100644
--- a/t/parallel-tests-trailing-whitespace.sh
+++ b/t/parallel-tests-trailing-whitespace.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - trailing whitespace in TESTS
diff --git a/t/parallel-tests-unreadable.sh b/t/parallel-tests-unreadable.sh
index fec728610..e57c4c0a8 100644
--- a/t/parallel-tests-unreadable.sh
+++ b/t/parallel-tests-unreadable.sh
@@ -12,7 +12,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/>.
# Check that the testsuite driver copes well with unreadable '.log'
# and '.trs' files.
diff --git a/t/parse.sh b/t/parse.sh
index 972ff6d9d..06565c497 100644
--- a/t/parse.sh
+++ b/t/parse.sh
@@ -12,7 +12,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/>.
# Test to make sure backslash-newline is treated as whitespace.
diff --git a/t/per-target-flags.sh b/t/per-target-flags.sh
index 889a32688..f9bbd32f2 100644
--- a/t/per-target-flags.sh
+++ b/t/per-target-flags.sh
@@ -12,7 +12,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/>.
# Test executable-specific and library-specific flags, both with
# and without dependency tracking.
diff --git a/t/percent.sh b/t/percent.sh
index 877679332..e8492e7b7 100644
--- a/t/percent.sh
+++ b/t/percent.sh
@@ -12,7 +12,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/>.
# Test to make sure that -Wportability understands %-style pattern
# rules.
diff --git a/t/percent2.sh b/t/percent2.sh
index eb088abde..1aabfa72c 100644
--- a/t/percent2.sh
+++ b/t/percent2.sh
@@ -12,7 +12,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/>.
# Another test for -Wportability warning about %-style rules, plus
# make sure we don't warn about duplicate definition for
diff --git a/t/perf/cond.sh b/t/perf/cond.sh
index fef5557c5..07ffb945b 100755
--- a/t/perf/cond.sh
+++ b/t/perf/cond.sh
@@ -12,7 +12,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/>.
# Check that many conditions do not lead to combinatorial explosion.
# (This is related to PR/352.)
diff --git a/t/perf/testsuite-recheck.sh b/t/perf/testsuite-recheck.sh
index 2b5fa198e..d3c63503e 100755
--- a/t/perf/testsuite-recheck.sh
+++ b/t/perf/testsuite-recheck.sh
@@ -12,7 +12,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/>.
# Check performance of recheck target in the face of many failed tests.
# FIXME: this test is not currently able to detect whether the measured
diff --git a/t/perf/testsuite-summary.sh b/t/perf/testsuite-summary.sh
index d4a6261eb..ca8e9a115 100755
--- a/t/perf/testsuite-summary.sh
+++ b/t/perf/testsuite-summary.sh
@@ -12,7 +12,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/>.
# Check performanceof recipe generating test-suite.log file and testsuite
# summary. That has suffered of huge inefficiencies in the past.
diff --git a/t/phony.sh b/t/phony.sh
index 44e4b3089..d6eeba829 100644
--- a/t/phony.sh
+++ b/t/phony.sh
@@ -12,7 +12,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/>.
# Make sure .PHONY can be given dependencies several times.
# From Ralf Corsepius.
diff --git a/t/pkg-config-macros.sh b/t/pkg-config-macros.sh
index a69bc8fa3..e4d761fac 100644
--- a/t/pkg-config-macros.sh
+++ b/t/pkg-config-macros.sh
@@ -12,7 +12,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/>.
# Try to find the pkg-config '.m4' files and make them easily accessed
# to the test cases requiring them.
diff --git a/t/pluseq.sh b/t/pluseq.sh
index 109537ecc..f769305dc 100644
--- a/t/pluseq.sh
+++ b/t/pluseq.sh
@@ -12,7 +12,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/>.
# Test '+=' functionality.
diff --git a/t/pluseq10.sh b/t/pluseq10.sh
index 237098261..9af0591e5 100644
--- a/t/pluseq10.sh
+++ b/t/pluseq10.sh
@@ -12,7 +12,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/>.
# Test for += and backslashes.
# Reported by Ralf Corsepius.
diff --git a/t/pluseq11.sh b/t/pluseq11.sh
index 2717c28a6..f65c5bf50 100644
--- a/t/pluseq11.sh
+++ b/t/pluseq11.sh
@@ -12,7 +12,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/>.
# Check for bug in variable concatenation with '+=': an extra backslash
# is erroneously retained in the final value.
diff --git a/t/pluseq2.sh b/t/pluseq2.sh
index b6cc80e29..b4f850d0a 100644
--- a/t/pluseq2.sh
+++ b/t/pluseq2.sh
@@ -12,7 +12,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/>.
# Test '+=' with conditionals.
diff --git a/t/pluseq3.sh b/t/pluseq3.sh
index 9e648b71c..7c8a8816c 100644
--- a/t/pluseq3.sh
+++ b/t/pluseq3.sh
@@ -12,7 +12,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/>.
# Another '+=' test with conditionals.
diff --git a/t/pluseq4.sh b/t/pluseq4.sh
index 385e6637f..df1294518 100644
--- a/t/pluseq4.sh
+++ b/t/pluseq4.sh
@@ -12,7 +12,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/>.
# Yet another '+=' test.
diff --git a/t/pluseq5.sh b/t/pluseq5.sh
index 772adc546..8c4d7ceac 100644
--- a/t/pluseq5.sh
+++ b/t/pluseq5.sh
@@ -12,7 +12,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/>.
# Test for another '+=' problem. Report from Brian Jones.
diff --git a/t/pluseq6.sh b/t/pluseq6.sh
index 0a473a8bb..891454ab5 100644
--- a/t/pluseq6.sh
+++ b/t/pluseq6.sh
@@ -12,7 +12,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/>.
# Test that '+=' works with standard header-vars.
diff --git a/t/pluseq7.sh b/t/pluseq7.sh
index fb0f904e9..c457453c7 100644
--- a/t/pluseq7.sh
+++ b/t/pluseq7.sh
@@ -12,7 +12,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/>.
# Test that '+=' fails when required.
diff --git a/t/pluseq8.sh b/t/pluseq8.sh
index 8fd868c4d..40ceb17c3 100644
--- a/t/pluseq8.sh
+++ b/t/pluseq8.sh
@@ -12,7 +12,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/>.
# Another '+=' test. From Paul Berrevoets.
diff --git a/t/pluseq9.sh b/t/pluseq9.sh
index d970e398c..b6b46a2af 100644
--- a/t/pluseq9.sh
+++ b/t/pluseq9.sh
@@ -12,7 +12,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/>.
# Test the += diagnostics.
diff --git a/t/pm/Cond2.pl b/t/pm/Cond2.pl
index 5ec2d2352..702ed9109 100644
--- a/t/pm/Cond2.pl
+++ b/t/pm/Cond2.pl
@@ -11,7 +11,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/>.
# Catch common programming error:
# A Condition passed as a string to 'new'.
diff --git a/t/pm/Cond3.pl b/t/pm/Cond3.pl
index 477a02c74..0ffe9553b 100644
--- a/t/pm/Cond3.pl
+++ b/t/pm/Cond3.pl
@@ -11,7 +11,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/>.
# Catch common programming error:
# A Condition passed as a string to 'new'.
diff --git a/t/pm/Condition-t.pl b/t/pm/Condition-t.pl
index bc78edd02..fcd971a57 100644
--- a/t/pm/Condition-t.pl
+++ b/t/pm/Condition-t.pl
@@ -11,7 +11,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/>.
BEGIN {
use Config;
diff --git a/t/pm/Condition.pl b/t/pm/Condition.pl
index 4d85be4e8..8ebb7c7e2 100644
--- a/t/pm/Condition.pl
+++ b/t/pm/Condition.pl
@@ -11,7 +11,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/>.
use Automake::Condition qw/TRUE FALSE/;
diff --git a/t/pm/DisjCon2.pl b/t/pm/DisjCon2.pl
index 80fa63778..26619a2a2 100644
--- a/t/pm/DisjCon2.pl
+++ b/t/pm/DisjCon2.pl
@@ -11,7 +11,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/>.
# Catch common programming error:
# A non-Condition reference passed to new.
diff --git a/t/pm/DisjCon3.pl b/t/pm/DisjCon3.pl
index 09ae1f5f7..82abb7423 100644
--- a/t/pm/DisjCon3.pl
+++ b/t/pm/DisjCon3.pl
@@ -11,7 +11,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/>.
# Catch common programming error:
# A non-reference passed to new.
diff --git a/t/pm/DisjConditions-t.pl b/t/pm/DisjConditions-t.pl
index 7d666bca9..adcc4201f 100644
--- a/t/pm/DisjConditions-t.pl
+++ b/t/pm/DisjConditions-t.pl
@@ -11,7 +11,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/>.
BEGIN {
use Config;
diff --git a/t/pm/DisjConditions.pl b/t/pm/DisjConditions.pl
index 5abe2c004..07952f43f 100644
--- a/t/pm/DisjConditions.pl
+++ b/t/pm/DisjConditions.pl
@@ -11,7 +11,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/>.
use Automake::Condition qw/TRUE FALSE/;
use Automake::DisjConditions;
diff --git a/t/pm/Version.pl b/t/pm/Version.pl
index 26611bb2e..764478a2f 100644
--- a/t/pm/Version.pl
+++ b/t/pm/Version.pl
@@ -11,7 +11,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/>.
use Automake::Version;
diff --git a/t/pm/Version2.pl b/t/pm/Version2.pl
index c9e4d7884..4d9bfaa45 100644
--- a/t/pm/Version2.pl
+++ b/t/pm/Version2.pl
@@ -11,7 +11,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/>.
# prog_error due to invalid $VERSION.
diff --git a/t/pm/Version3.pl b/t/pm/Version3.pl
index 1f156e11b..aa559b2ee 100644
--- a/t/pm/Version3.pl
+++ b/t/pm/Version3.pl
@@ -11,7 +11,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/>.
# prog_error due to invalid $REQUIRED.
diff --git a/t/pm/Wrap.pl b/t/pm/Wrap.pl
index 80c36f1f6..4da251128 100644
--- a/t/pm/Wrap.pl
+++ b/t/pm/Wrap.pl
@@ -11,7 +11,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/>.
use Automake::Wrap qw/wrap makefile_wrap/;
diff --git a/t/posixsubst-data.sh b/t/posixsubst-data.sh
index 2b2351195..2dc46237e 100644
--- a/t/posixsubst-data.sh
+++ b/t/posixsubst-data.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works
# in when used with the DATA primary.
diff --git a/t/posixsubst-extradist.sh b/t/posixsubst-extradist.sh
index 51253d2ee..d821ebf5a 100644
--- a/t/posixsubst-extradist.sh
+++ b/t/posixsubst-extradist.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# in EXTRA_DIST.
diff --git a/t/posixsubst-ldadd.sh b/t/posixsubst-ldadd.sh
index b681ee216..555360b16 100644
--- a/t/posixsubst-ldadd.sh
+++ b/t/posixsubst-ldadd.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works
# when used in LDADD.
diff --git a/t/posixsubst-libraries.sh b/t/posixsubst-libraries.sh
index cd0dd9a4f..b65b756d6 100644
--- a/t/posixsubst-libraries.sh
+++ b/t/posixsubst-libraries.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the LIBRARIES primary in a "simple" way.
diff --git a/t/posixsubst-ltlibraries.sh b/t/posixsubst-ltlibraries.sh
index 9d258825a..37848114f 100644
--- a/t/posixsubst-ltlibraries.sh
+++ b/t/posixsubst-ltlibraries.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the LTLIBRARIES primary in a "simple" way.
diff --git a/t/posixsubst-programs.sh b/t/posixsubst-programs.sh
index b00bfc2a8..2a41f049b 100644
--- a/t/posixsubst-programs.sh
+++ b/t/posixsubst-programs.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the PROGRAMS primary.
diff --git a/t/posixsubst-scripts.sh b/t/posixsubst-scripts.sh
index 9289bc468..e3e7257e8 100644
--- a/t/posixsubst-scripts.sh
+++ b/t/posixsubst-scripts.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the SCRIPTS primary.
diff --git a/t/posixsubst-sources.sh b/t/posixsubst-sources.sh
index db820255a..0efbf6f1d 100644
--- a/t/posixsubst-sources.sh
+++ b/t/posixsubst-sources.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the SOURCES primary.
diff --git a/t/posixsubst-tests.sh b/t/posixsubst-tests.sh
index 7d0f990aa..77e6c446b 100644
--- a/t/posixsubst-tests.sh
+++ b/t/posixsubst-tests.sh
@@ -12,7 +12,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/>.
# Test that POSIX variable expansion '$(var:str=rpl)' works when used
# with the TESTS special variable.
diff --git a/t/ppf77.sh b/t/ppf77.sh
index 1c84d244a..dcc177331 100644
--- a/t/ppf77.sh
+++ b/t/ppf77.sh
@@ -12,7 +12,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/>.
# Test to make sure preprocessed F77 works.
# Report from Jochen Kuepper.
diff --git a/t/pr2.sh b/t/pr2.sh
index 4525bb1db..0a7a90daa 100644
--- a/t/pr2.sh
+++ b/t/pr2.sh
@@ -12,7 +12,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/>.
# Test for bug reported in PR 2.
# "make dist" fails for AC_OUTPUT(README.foo:templ/README.foo.in).
diff --git a/t/pr211.sh b/t/pr211.sh
index 69926967a..367fef3f9 100644
--- a/t/pr211.sh
+++ b/t/pr211.sh
@@ -12,7 +12,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/>.
# Test for PR 211.
#
diff --git a/t/pr220.sh b/t/pr220.sh
index c9bf9cbe3..a80eb2c7b 100644
--- a/t/pr220.sh
+++ b/t/pr220.sh
@@ -12,7 +12,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/>.
# Test for PR automake/220.
# Test for problems when conditionals are not actually defined.
diff --git a/t/pr224.sh b/t/pr224.sh
index ddf675541..32fa67b3e 100644
--- a/t/pr224.sh
+++ b/t/pr224.sh
@@ -12,7 +12,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/>.
# Test for PR automake/224: $(top_srcdir) w.r.t. dependencies.
#
diff --git a/t/pr229.sh b/t/pr229.sh
index 3d8beb688..bed6d819a 100644
--- a/t/pr229.sh
+++ b/t/pr229.sh
@@ -12,7 +12,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/>.
# Test for PR automake/229.
# Make sure AC_CYGWIN requires config.{sub,guess}.
diff --git a/t/pr243.sh b/t/pr243.sh
index aae4d07f3..9f5b52d9e 100644
--- a/t/pr243.sh
+++ b/t/pr243.sh
@@ -12,7 +12,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/>.
# Test for PR 243.
# AM_OUTPUT_DEPENDENCY_COMMANDS doesn't handle
diff --git a/t/pr266.sh b/t/pr266.sh
index b48aa4f73..cabfd6504 100644
--- a/t/pr266.sh
+++ b/t/pr266.sh
@@ -12,7 +12,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/>.
# Test for PR 266.
# Dependency tracking -vs- nonstandard Makefile names
diff --git a/t/pr279-2.sh b/t/pr279-2.sh
index e8902ff06..21e8c4c1d 100644
--- a/t/pr279-2.sh
+++ b/t/pr279-2.sh
@@ -12,7 +12,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/>.
# Another test related to PR 279.
# Multiple DEPENDENCIES on conditionals.
diff --git a/t/pr279.sh b/t/pr279.sh
index e076a2d30..0d209b2c2 100644
--- a/t/pr279.sh
+++ b/t/pr279.sh
@@ -12,7 +12,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/>.
# Test for PR 279.
# Multiple DEPENDENCIES on conditionals.
diff --git a/t/pr287.sh b/t/pr287.sh
index 4f416e0b2..5ad8b0caf 100644
--- a/t/pr287.sh
+++ b/t/pr287.sh
@@ -12,7 +12,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/>.
# Test for PR 287: empty SUBDIRS.
diff --git a/t/pr300-lib.sh b/t/pr300-lib.sh
index 5255ccce9..06768058c 100644
--- a/t/pr300-lib.sh
+++ b/t/pr300-lib.sh
@@ -12,7 +12,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/>.
# Make sure that installing subdirectory libraries works.
# PR/300
diff --git a/t/pr300-ltlib.sh b/t/pr300-ltlib.sh
index 48ea3e0c2..7a249bbf5 100644
--- a/t/pr300-ltlib.sh
+++ b/t/pr300-ltlib.sh
@@ -12,7 +12,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/>.
# Make sure that installing subdirectory libtool libraries works.
# PR/300
diff --git a/t/pr300-prog.sh b/t/pr300-prog.sh
index d5cf2cb2b..a50d519c8 100644
--- a/t/pr300-prog.sh
+++ b/t/pr300-prog.sh
@@ -12,7 +12,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/>.
# Make sure that installing subdirectory programs works.
# PR/300
diff --git a/t/pr307.sh b/t/pr307.sh
index 87f4e05a4..3380d07b0 100644
--- a/t/pr307.sh
+++ b/t/pr307.sh
@@ -12,7 +12,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/>.
# Test for PR 307: depcomp with depmode=dashmstdout libtool race condition
# Report from Laurent Morichetti.
diff --git a/t/pr401.sh b/t/pr401.sh
index 4150c2be8..b0c45cad8 100644
--- a/t/pr401.sh
+++ b/t/pr401.sh
@@ -12,7 +12,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/>.
# Check support for AC_CONFIG_LIBOBJ_DIR vs LIBOBJS.
# (pr401b.sh and pr401c.sh do the same for LTLIBOBJS and ALLOCA)
diff --git a/t/pr401b.sh b/t/pr401b.sh
index ebec73e18..f6a7fa2b2 100644
--- a/t/pr401b.sh
+++ b/t/pr401b.sh
@@ -12,7 +12,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/>.
# Check support for AC_CONFIG_LIBOBJ_DIR vs LTLIBOBJS.
# (pr401.sh and pr401c.sh do the same for LIBOBJS and ALLOCA)
diff --git a/t/pr401c.sh b/t/pr401c.sh
index a558d6db2..e1cea4ee6 100644
--- a/t/pr401c.sh
+++ b/t/pr401c.sh
@@ -12,7 +12,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/>.
# Check support for AC_CONFIG_LIBOBJ_DIR vs ALLOCA.
# (pr401.sh and pr401b.sh do the same for LIBOBJS and LTLIBOBJS)
diff --git a/t/pr72.sh b/t/pr72.sh
index f7b77d80e..d853a6c78 100644
--- a/t/pr72.sh
+++ b/t/pr72.sh
@@ -12,7 +12,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/>.
# Test for PR 72
# Empty _SOURCES results in $(LINK) undefined.
diff --git a/t/pr87.sh b/t/pr87.sh
index 26ea30b3d..35bd217ba 100644
--- a/t/pr87.sh
+++ b/t/pr87.sh
@@ -12,7 +12,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/>.
# Test for PR automake/87.
# "make distcheck" fails when two source dirs exist.
diff --git a/t/pr9.sh b/t/pr9.sh
index 67eacac92..956ed0d53 100644
--- a/t/pr9.sh
+++ b/t/pr9.sh
@@ -12,7 +12,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/>.
# Test for bug in PR 9.
# "make dist" incorrect when AC_CONFIG_AUX_DIR is present.
diff --git a/t/precious.sh b/t/precious.sh
index b819249f3..54065e14d 100644
--- a/t/precious.sh
+++ b/t/precious.sh
@@ -12,7 +12,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/>.
# Make sure .PRECIOUS can be extended by the user, and can be given
# dependencies several times.
diff --git a/t/prefix.sh b/t/prefix.sh
index f08c54592..2409a2d5b 100644
--- a/t/prefix.sh
+++ b/t/prefix.sh
@@ -12,7 +12,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/>.
# Test to make sure range of prefixes can be extended
diff --git a/t/preproc-basics.sh b/t/preproc-basics.sh
index 300199efb..4e37daa87 100644
--- a/t/preproc-basics.sh
+++ b/t/preproc-basics.sh
@@ -12,7 +12,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/>.
# Basic tests for '%...%' preprocessing in included Makefile fragments:
# %reldir% a.k.a. %D%
diff --git a/t/preproc-c-compile.sh b/t/preproc-c-compile.sh
index 9df585d73..5f659346b 100644
--- a/t/preproc-c-compile.sh
+++ b/t/preproc-c-compile.sh
@@ -12,7 +12,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/>.
# Test pre-processing substitutions '%reldir%' and '%canon_reldir%'
# with C compilation and subdir objects.
diff --git a/t/preproc-demo.sh b/t/preproc-demo.sh
index 226a6d02a..a86f51c4a 100644
--- a/t/preproc-demo.sh
+++ b/t/preproc-demo.sh
@@ -12,7 +12,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/>.
# Demo of a package using pre-processing substitutions '%reldir%' and
# '%canon_reldir%', and their respective shorthands '%D%' and '%C%'.
diff --git a/t/preproc-errmsg.sh b/t/preproc-errmsg.sh
index 0a660b6a1..47cbd3c9a 100644
--- a/t/preproc-errmsg.sh
+++ b/t/preproc-errmsg.sh
@@ -12,7 +12,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/>.
# Tests error messages when '%reldir%' and '%canon_reldir%' substitutions
# (and their shorthands '%D%' and '%C%') are involved.
diff --git a/t/primary-prefix-couples-documented-valid.sh b/t/primary-prefix-couples-documented-valid.sh
index 2e290bade..6cef44f2c 100644
--- a/t/primary-prefix-couples-documented-valid.sh
+++ b/t/primary-prefix-couples-documented-valid.sh
@@ -12,7 +12,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/>.
# Check that the "uncommon" prefix/primary combinations used in
# examples in the Automake manual do not cause obvious errors.
diff --git a/t/primary-prefix-couples-force-valid.sh b/t/primary-prefix-couples-force-valid.sh
index a7da65dcb..f7ba8b7b5 100644
--- a/t/primary-prefix-couples-force-valid.sh
+++ b/t/primary-prefix-couples-force-valid.sh
@@ -12,7 +12,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/>.
# Check that a user who wants to use an invalid prefix/primary
# combination can do so with a proper workaround.
diff --git a/t/primary-prefix-invalid-couples.tap b/t/primary-prefix-invalid-couples.tap
index ff82342af..1058ff5c0 100644
--- a/t/primary-prefix-invalid-couples.tap
+++ b/t/primary-prefix-invalid-couples.tap
@@ -12,7 +12,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/>.
# Not all primaries/directories combinations are valid.
# Automake should flag them as errors.
diff --git a/t/primary-prefix-valid-couples.sh b/t/primary-prefix-valid-couples.sh
index d8c451290..b7c64e2b9 100644
--- a/t/primary-prefix-valid-couples.sh
+++ b/t/primary-prefix-valid-couples.sh
@@ -12,7 +12,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/>.
# Test for valid prefix/primary combinations.
# See also test 'primary-prefix-invalid-couples.sh'.
diff --git a/t/primary.sh b/t/primary.sh
index 166a6f1f2..24ce9bf84 100644
--- a/t/primary.sh
+++ b/t/primary.sh
@@ -12,7 +12,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/>.
# Test to make sure errors in am_install_var work.
diff --git a/t/primary2.sh b/t/primary2.sh
index f23a11b05..951709b14 100644
--- a/t/primary2.sh
+++ b/t/primary2.sh
@@ -12,7 +12,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/>.
# Test to make sure errors in am_install_var work.
diff --git a/t/primary3.sh b/t/primary3.sh
index 647fbf7ee..0307f25c5 100644
--- a/t/primary3.sh
+++ b/t/primary3.sh
@@ -12,7 +12,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/>.
# Make sure we can build programs ending in '.la'
diff --git a/t/print-libdir.sh b/t/print-libdir.sh
index e8aeb7f1c..a19db0feb 100644
--- a/t/print-libdir.sh
+++ b/t/print-libdir.sh
@@ -12,7 +12,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/>.
# Test on automake options '--print-data-dir' and '--print-script-dir'.
diff --git a/t/proginst.sh b/t/proginst.sh
index e3b9db7cb..98ce4f81d 100644
--- a/t/proginst.sh
+++ b/t/proginst.sh
@@ -12,7 +12,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/>.
# Test for bug where when multiple scripts are installed,
# the check for AC_PROG_INSTALL fails.
diff --git a/t/programs-primary-rewritten.sh b/t/programs-primary-rewritten.sh
index 208ef1188..1b2cd3db7 100644
--- a/t/programs-primary-rewritten.sh
+++ b/t/programs-primary-rewritten.sh
@@ -12,7 +12,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/>.
# Make sure xxx_PROGRAMS gets properly rewritten where needed. These
# checks have been introduced in commit 'Release-1-9-254-g9d0eaef' into
diff --git a/t/py-compile-basedir.sh b/t/py-compile-basedir.sh
index 3b08b5a43..bc1af61e6 100644
--- a/t/py-compile-basedir.sh
+++ b/t/py-compile-basedir.sh
@@ -12,7 +12,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/>.
# Test the '--basedir' option of the 'py-compile' script,
diff --git a/t/py-compile-basic.sh b/t/py-compile-basic.sh
index 600e08d9c..ab12f272b 100644
--- a/t/py-compile-basic.sh
+++ b/t/py-compile-basic.sh
@@ -12,7 +12,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/>.
# Test more basic functionalities of the 'py-compile' script,
# with "believable" python sources. See also related test
diff --git a/t/py-compile-destdir.sh b/t/py-compile-destdir.sh
index 9b4c22e4d..c524ecec1 100644
--- a/t/py-compile-destdir.sh
+++ b/t/py-compile-destdir.sh
@@ -12,7 +12,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/>.
# Test the '--destdir' option of the 'py-compile' script,
diff --git a/t/py-compile-env.sh b/t/py-compile-env.sh
index da5e75f93..d25d67da3 100644
--- a/t/py-compile-env.sh
+++ b/t/py-compile-env.sh
@@ -12,7 +12,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/>.
# Make sure 'py-compile' honours the PYTHON environment variable.
diff --git a/t/py-compile-option-terminate.sh b/t/py-compile-option-terminate.sh
index 502564b5f..a2c2d2095 100644
--- a/t/py-compile-option-terminate.sh
+++ b/t/py-compile-option-terminate.sh
@@ -12,7 +12,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/>.
# Check that a non-option argument and the '--' special argument
# explicitly terminate the option list for 'py-compile'.
diff --git a/t/py-compile-usage.sh b/t/py-compile-usage.sh
index fc5d001ca..57574a4c0 100644
--- a/t/py-compile-usage.sh
+++ b/t/py-compile-usage.sh
@@ -12,7 +12,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/>.
# Test 'py-compile --help', 'py-compile --version', and that 'py-compile'
# correctly complains on wrong usage.
diff --git a/t/python-am-path-iftrue.sh b/t/python-am-path-iftrue.sh
index cc6443898..be837ed9c 100644
--- a/t/python-am-path-iftrue.sh
+++ b/t/python-am-path-iftrue.sh
@@ -12,7 +12,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/>.
# Test ACTION-IF-TRUE in AM_PATH_PYTHON.
diff --git a/t/python-dist.sh b/t/python-dist.sh
index 856b63425..6233746b1 100644
--- a/t/python-dist.sh
+++ b/t/python-dist.sh
@@ -12,7 +12,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/>.
# Test distribution of *_PYTHON files.
diff --git a/t/python-missing.sh b/t/python-missing.sh
index 4567ed291..608d92360 100644
--- a/t/python-missing.sh
+++ b/t/python-missing.sh
@@ -12,7 +12,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/>.
# Test detection of missing Python.
# See also related test t/python-am-path-missing-2.sh (which requires
diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh
index ff60755b0..de751903e 100644
--- a/t/python-pr10995.sh
+++ b/t/python-pr10995.sh
@@ -12,7 +12,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/>.
# Test automake bug#10995: am__py_compile doesn't get correctly defined
# when there a 'noinst_PYTHON' declaration precedes a 'foo_PYTHON'
diff --git a/t/python-too-old.sh b/t/python-too-old.sh
index 97e5337b0..f74f26050 100644
--- a/t/python-too-old.sh
+++ b/t/python-too-old.sh
@@ -12,7 +12,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/>.
# Test detection of too old Python, also forcing the python to use.
# See also related test 't/python-am-path-missing.sh'.
diff --git a/t/python-vars.sh b/t/python-vars.sh
index d2b7b5ba3..e436915b2 100644
--- a/t/python-vars.sh
+++ b/t/python-vars.sh
@@ -12,7 +12,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/>.
# Check that AM_PATH_PYTHON correctly sets all the output variables
# advertised in the manual.
diff --git a/t/python-virtualenv.sh b/t/python-virtualenv.sh
index 0798ce786..5ec32f553 100644
--- a/t/python-virtualenv.sh
+++ b/t/python-virtualenv.sh
@@ -12,7 +12,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/>.
# Check that python support can work well with virtualenvs.
# This test also works as a mild stress-test on the python support.
diff --git a/t/python.sh b/t/python.sh
index be8851869..a5c709d6a 100644
--- a/t/python.sh
+++ b/t/python.sh
@@ -12,7 +12,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/>.
# Test to make sure py_compile and am__py_compile are correctly defined.
diff --git a/t/python10.sh b/t/python10.sh
index 9074f79ec..863c2cee8 100644
--- a/t/python10.sh
+++ b/t/python10.sh
@@ -12,7 +12,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/>.
# Test _PYTHON with conditionals.
diff --git a/t/python11.sh b/t/python11.sh
index 349673396..305538478 100644
--- a/t/python11.sh
+++ b/t/python11.sh
@@ -12,7 +12,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/>.
# Test missing python.
diff --git a/t/python12.sh b/t/python12.sh
index f5153aafe..f804d84c1 100644
--- a/t/python12.sh
+++ b/t/python12.sh
@@ -12,7 +12,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/>.
# Ensure DESTDIR is not included in byte-compiled files.
diff --git a/t/python2.sh b/t/python2.sh
index f59e108fa..d97fe2910 100644
--- a/t/python2.sh
+++ b/t/python2.sh
@@ -12,7 +12,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/>.
# Make sure that Automake suggests using AM_PATH_PYTHON.
diff --git a/t/python3.sh b/t/python3.sh
index b86ed91e1..2ddd4007f 100644
--- a/t/python3.sh
+++ b/t/python3.sh
@@ -12,7 +12,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/>.
# Make sure we install built python files.
diff --git a/t/recurs-user-deeply-nested.sh b/t/recurs-user-deeply-nested.sh
index 401d9e4d4..8d2e32fb2 100644
--- a/t/recurs-user-deeply-nested.sh
+++ b/t/recurs-user-deeply-nested.sh
@@ -12,7 +12,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/>.
# Check that recursion on user-defined targets can be made to work
# with "deeply" nested uses of $(SUBDIRS).
diff --git a/t/recurs-user-indir.sh b/t/recurs-user-indir.sh
index 1ae6f712c..858daf691 100644
--- a/t/recurs-user-indir.sh
+++ b/t/recurs-user-indir.sh
@@ -12,7 +12,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/>.
# Check that user recursion works with various types of indirections
# *involved in the definition of the '*-local' targets*: make macros,
diff --git a/t/recurs-user-keep-going.sh b/t/recurs-user-keep-going.sh
index f1b879d70..ee2f47f5d 100644
--- a/t/recurs-user-keep-going.sh
+++ b/t/recurs-user-keep-going.sh
@@ -12,7 +12,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/>.
# Check that user recursion works with "make -k".
diff --git a/t/recurs-user-many.sh b/t/recurs-user-many.sh
index 989299e7b..c4a0f6481 100644
--- a/t/recurs-user-many.sh
+++ b/t/recurs-user-many.sh
@@ -12,7 +12,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/>.
# Check that many user-defined recursive targets can be supported
# at once, and that calls to 'AM_EXTRA_RECURSIVE_TARGETS' are
diff --git a/t/recurs-user-no-subdirs.sh b/t/recurs-user-no-subdirs.sh
index b3398bd07..9c29d31ae 100644
--- a/t/recurs-user-no-subdirs.sh
+++ b/t/recurs-user-no-subdirs.sh
@@ -12,7 +12,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/>.
# Check that user recursion can be made to work even when $(SUBDIRS)
# is empty or undefined.
diff --git a/t/recurs-user-no-top-level.sh b/t/recurs-user-no-top-level.sh
index 6975be92e..6f06e2c09 100644
--- a/t/recurs-user-no-top-level.sh
+++ b/t/recurs-user-no-top-level.sh
@@ -12,7 +12,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/>.
# Check that user recursion works even for targets that don't exist
# in the top-level Makefile.
diff --git a/t/recurs-user-override.sh b/t/recurs-user-override.sh
index b4e98f397..67a963de8 100644
--- a/t/recurs-user-override.sh
+++ b/t/recurs-user-override.sh
@@ -12,7 +12,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/>.
# Check that override of user-defined recursive targets work as
# expected.
diff --git a/t/recurs-user-phony.sh b/t/recurs-user-phony.sh
index dd4d19562..39b0f4893 100644
--- a/t/recurs-user-phony.sh
+++ b/t/recurs-user-phony.sh
@@ -12,7 +12,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/>.
# Check that user-defined recursive targets and their associate
# '-local', '-am' and '-recursive' targets are declared as phony.
diff --git a/t/recurs-user-wrap.sh b/t/recurs-user-wrap.sh
index 70339afb1..a7f0c270b 100644
--- a/t/recurs-user-wrap.sh
+++ b/t/recurs-user-wrap.sh
@@ -12,7 +12,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/>.
# Check that rules generated by user recursion are apt to be wrapped
# by other makefiles.
diff --git a/t/recurs-user.sh b/t/recurs-user.sh
index 310fd408e..a3f95ff45 100644
--- a/t/recurs-user.sh
+++ b/t/recurs-user.sh
@@ -12,7 +12,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/>.
# Basic checks on user-defined recursive rules.
# Check that user recursion respect $(SUBDIRS) order,
diff --git a/t/recurs-user2.sh b/t/recurs-user2.sh
index 5090e045e..882a0d395 100644
--- a/t/recurs-user2.sh
+++ b/t/recurs-user2.sh
@@ -12,7 +12,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/>.
# Check that user recursion can be made to work when $(SUBDIRS) are
# not "strictly" nested, as in e.g.:
diff --git a/t/relativize.tap b/t/relativize.tap
index b65a1c0de..ad4ddf87e 100644
--- a/t/relativize.tap
+++ b/t/relativize.tap
@@ -12,7 +12,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/>.
# Test Automake-provided internal make macro $(am__relativize).
diff --git a/t/remake-aclocal-version-mismatch.sh b/t/remake-aclocal-version-mismatch.sh
index c8c90c8ef..7af5ef5b9 100644
--- a/t/remake-aclocal-version-mismatch.sh
+++ b/t/remake-aclocal-version-mismatch.sh
@@ -12,7 +12,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/>.
# See how well the rebuild rule handles an aclocal.m4 that was
# generated for another version of autoconf.
diff --git a/t/remake-after-acinclude-m4.sh b/t/remake-after-acinclude-m4.sh
index 5795080a6..182476d2e 100644
--- a/t/remake-after-acinclude-m4.sh
+++ b/t/remake-after-acinclude-m4.sh
@@ -12,7 +12,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/>.
# Test remake rules when acinclude.m4 or its prerequisites change.
# Keep in sync with the other sister tests 'remake-after-*.sh'.
diff --git a/t/remake-after-aclocal-m4.sh b/t/remake-after-aclocal-m4.sh
index d955a40e7..11f10a4b5 100644
--- a/t/remake-after-aclocal-m4.sh
+++ b/t/remake-after-aclocal-m4.sh
@@ -12,7 +12,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/>.
# Test remake rules when aclocal.m4 or its prerequisites change.
# Keep in sync with the other sister tests 'remake-after-*.sh'.
diff --git a/t/remake-after-configure-ac.sh b/t/remake-after-configure-ac.sh
index d598f2294..0479c3952 100644
--- a/t/remake-after-configure-ac.sh
+++ b/t/remake-after-configure-ac.sh
@@ -12,7 +12,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/>.
# Test remake rules when configure.ac or its prerequisites change.
# Keep in sync with the other sister tests 'remake-after-*.sh'.
diff --git a/t/remake-after-makefile-am.sh b/t/remake-after-makefile-am.sh
index a758277f2..4585df0e3 100644
--- a/t/remake-after-makefile-am.sh
+++ b/t/remake-after-makefile-am.sh
@@ -12,7 +12,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/>.
# Test remake rules when Makefile.am or its prerequisites change.
# Keep in sync with the other sister tests 'remake-after-*.sh'.
diff --git a/t/remake-all-1.sh b/t/remake-all-1.sh
index b4e4a9a32..804e4807b 100644
--- a/t/remake-all-1.sh
+++ b/t/remake-all-1.sh
@@ -12,7 +12,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/>.
# Check that the "all" target triggers rebuilt of outdated Makefiles.
# See also sister test 'remake-all-2.sh'.
diff --git a/t/remake-all-2.sh b/t/remake-all-2.sh
index 4d94e8e05..649aaa584 100644
--- a/t/remake-all-2.sh
+++ b/t/remake-all-2.sh
@@ -12,7 +12,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/>.
# Check that the "all" target triggers rebuilt of outdated makefiles.
# This handle the case in which the makefiles are not called 'Makefile'.
diff --git a/t/remake-am-pr10111.sh b/t/remake-am-pr10111.sh
index 3a7695e26..1f05c781d 100644
--- a/t/remake-am-pr10111.sh
+++ b/t/remake-am-pr10111.sh
@@ -12,7 +12,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/>.
# Check that our remake rules doesn't give spurious successes in
# some corner case situations where they should actually fail.
diff --git a/t/remake-config-status-dependencies.sh b/t/remake-config-status-dependencies.sh
index 7eeaa2673..6802b48dd 100644
--- a/t/remake-config-status-dependencies.sh
+++ b/t/remake-config-status-dependencies.sh
@@ -12,7 +12,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/>.
# Test CONFIG_STATUS_DEPENDENCIES.
diff --git a/t/remake-configure-dependencies.sh b/t/remake-configure-dependencies.sh
index abbee9cc6..a27e68d4a 100644
--- a/t/remake-configure-dependencies.sh
+++ b/t/remake-configure-dependencies.sh
@@ -12,7 +12,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/>.
# Test CONFIGURE_DEPENDENCIES.
diff --git a/t/remake-deeply-nested.sh b/t/remake-deeply-nested.sh
index 7351a5a73..170b3831e 100644
--- a/t/remake-deeply-nested.sh
+++ b/t/remake-deeply-nested.sh
@@ -12,7 +12,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/>.
# Test remake rules in deeply nested subdirectories, and with a lot
# of files. This is basically a mild stress test, ensuring that rebuild
diff --git a/t/remake-deleted-am-2.sh b/t/remake-deleted-am-2.sh
index e2ea711a8..768feb623 100644
--- a/t/remake-deleted-am-2.sh
+++ b/t/remake-deleted-am-2.sh
@@ -12,7 +12,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/>.
# Check that inclusion of '.am' fragments by automake does not suffer
# of the "deleted header problem". This test checks deeper inclusion
diff --git a/t/remake-deleted-am-subdir.sh b/t/remake-deleted-am-subdir.sh
index 9f5dda46b..c7888ea66 100644
--- a/t/remake-deleted-am-subdir.sh
+++ b/t/remake-deleted-am-subdir.sh
@@ -12,7 +12,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/>.
# Check that inclusion of '.am' fragments by automake does not suffer
# of the "deleted header problem". This test does the check when the
diff --git a/t/remake-deleted-am.sh b/t/remake-deleted-am.sh
index cc5363081..2204ed898 100644
--- a/t/remake-deleted-am.sh
+++ b/t/remake-deleted-am.sh
@@ -12,7 +12,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/>.
# Check that inclusion of '.am' fragments by automake does not suffer
# of the "deleted header problem". Basic checks are done here.
diff --git a/t/remake-deleted-m4-file.sh b/t/remake-deleted-m4-file.sh
index 9d2547306..ad9750f9b 100644
--- a/t/remake-deleted-m4-file.sh
+++ b/t/remake-deleted-m4-file.sh
@@ -12,7 +12,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/>.
# Test remake rules when an m4 file gets removed and the macros it
# defined get inlined into the caller. Try with both an indirect
diff --git a/t/remake-fail.sh b/t/remake-fail.sh
index ed1b64c6a..c83b4240c 100644
--- a/t/remake-fail.sh
+++ b/t/remake-fail.sh
@@ -12,7 +12,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/>.
# Make sure remaking rules fail when they should.
diff --git a/t/remake-gnulib-add-acsubst.sh b/t/remake-gnulib-add-acsubst.sh
index adb8d25b0..3f37f06f8 100644
--- a/t/remake-gnulib-add-acsubst.sh
+++ b/t/remake-gnulib-add-acsubst.sh
@@ -12,13 +12,13 @@
# 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/>.
# Test remake rules when a new AC_SUBST'd variable is added, and C header
# files are involved.
# This test overlaps with others, and is not strictly necessary per se,
# but it exercises a real use case (from gnulib, see:
-# <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
+# <https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
# for more info).
required=cc
diff --git a/t/remake-gnulib-add-header.sh b/t/remake-gnulib-add-header.sh
index 06fa62a4a..8f00063fb 100644
--- a/t/remake-gnulib-add-header.sh
+++ b/t/remake-gnulib-add-header.sh
@@ -12,13 +12,13 @@
# 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/>.
# Test remake rules when a new C header "guarded" by AC_SUBST'd
# variables is added.
# This test overlaps with others, and is not strictly necessary per se,
# but it exercises a real use case (from gnulib, see:
-# <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
+# <https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
# for more info).
required=cc
diff --git a/t/remake-gnulib-remove-header.sh b/t/remake-gnulib-remove-header.sh
index 0bf326e1a..ba1ade78f 100644
--- a/t/remake-gnulib-remove-header.sh
+++ b/t/remake-gnulib-remove-header.sh
@@ -12,14 +12,14 @@
# 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/>.
# Test remake rules when a C header "guarded" by AC_SUBST'd variables
# is not needed anymore, or when it's needed again.
# This test requires some user-level machinery, overlaps with other tests,
# and is not strictly necessary per se, but it exercises a real, important
# use case (from gnulib, see:
-# <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
+# <https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00005.html>
# for more info).
required=cc
diff --git a/t/remake-include-aclocal.sh b/t/remake-include-aclocal.sh
index 6d476dc0e..f20456518 100644
--- a/t/remake-include-aclocal.sh
+++ b/t/remake-include-aclocal.sh
@@ -12,7 +12,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/>.
# Test remake rules for m4 files included (also recursively) by
# aclocal.m4. Keep in sync with sister tests:
diff --git a/t/remake-include-configure.sh b/t/remake-include-configure.sh
index 58c81de95..2227f3a53 100644
--- a/t/remake-include-configure.sh
+++ b/t/remake-include-configure.sh
@@ -12,7 +12,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/>.
# Test remake rules for m4 files included (also recursively) by
# configure.ac. Keep in sync with sister tests:
diff --git a/t/remake-include-makefile.sh b/t/remake-include-makefile.sh
index c551d726d..d3b3da0ee 100644
--- a/t/remake-include-makefile.sh
+++ b/t/remake-include-makefile.sh
@@ -12,7 +12,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/>.
# Test remake rules for am files included (also recursively) by
# Makefile.am. Keep in sync with sister tests:
diff --git a/t/remake-m4-pr10111.sh b/t/remake-m4-pr10111.sh
index c7fb2852e..b257b10a9 100644
--- a/t/remake-m4-pr10111.sh
+++ b/t/remake-m4-pr10111.sh
@@ -12,7 +12,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/>.
# Check that our remake rules doesn't give spurious successes in
# some corner case situations where they should actually fail.
diff --git a/t/remake-macrodir.sh b/t/remake-macrodir.sh
index 2c1f92593..aa85e0a90 100644
--- a/t/remake-macrodir.sh
+++ b/t/remake-macrodir.sh
@@ -12,7 +12,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/>.
# Check that the aclocal honouring of AC_CONFIG_MACRO_DIR interacts
# nicely with automatic rebuild rules.
diff --git a/t/remake-maintainer-mode.sh b/t/remake-maintainer-mode.sh
index afd2c1256..2c7012e5b 100644
--- a/t/remake-maintainer-mode.sh
+++ b/t/remake-maintainer-mode.sh
@@ -12,7 +12,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/>.
# Check that AM_MAINTAINER_MODE disable some rebuild rules,
# but not all.
diff --git a/t/remake-makefile-intree.sh b/t/remake-makefile-intree.sh
index 990f113d9..d6bb3167f 100644
--- a/t/remake-makefile-intree.sh
+++ b/t/remake-makefile-intree.sh
@@ -12,7 +12,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/>.
# Test basic remake rules for Makefiles, for an *in-tree build*.
# This testcase checks dependency of generated Makefile from Makefile.am,
diff --git a/t/remake-makefile-vpath.sh b/t/remake-makefile-vpath.sh
index 596329061..6ec167187 100644
--- a/t/remake-makefile-vpath.sh
+++ b/t/remake-makefile-vpath.sh
@@ -12,7 +12,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/>.
# Test basic remake rules for Makefiles, for a *VPATH build*.
# This testcase checks dependency of generated Makefile from Makefile.am,
diff --git a/t/remake-mild-stress.sh b/t/remake-mild-stress.sh
index e5d88a242..ecbe3c60f 100644
--- a/t/remake-mild-stress.sh
+++ b/t/remake-mild-stress.sh
@@ -12,7 +12,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/>.
# Test basic remake rules for Makefiles with non-default names
# and/or with multiple sources.
diff --git a/t/remake-moved-m4-file.sh b/t/remake-moved-m4-file.sh
index 629efa0c4..98e17d5eb 100644
--- a/t/remake-moved-m4-file.sh
+++ b/t/remake-moved-m4-file.sh
@@ -12,7 +12,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/>.
# Test remake rules when m4 files get moved among different "include
# dirs" (i.e. those passed to aclocal with '-I' option).
diff --git a/t/remake-not-after-make-dist.sh b/t/remake-not-after-make-dist.sh
index d8a5b5b8c..5f41c8d1b 100644
--- a/t/remake-not-after-make-dist.sh
+++ b/t/remake-not-after-make-dist.sh
@@ -12,7 +12,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/>.
# Make sure Makefile.in are up to date after make dist.
# This is expected to work even without GNU Make (the GNU Make
diff --git a/t/remake-recurs-user.sh b/t/remake-recurs-user.sh
index b8b60bbf4..665dc3d16 100644
--- a/t/remake-recurs-user.sh
+++ b/t/remake-recurs-user.sh
@@ -12,7 +12,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/>.
# Remake rules and user-defined recursive rules.
diff --git a/t/remake-renamed-am.sh b/t/remake-renamed-am.sh
index 7f0e200df..2aa26c424 100644
--- a/t/remake-renamed-am.sh
+++ b/t/remake-renamed-am.sh
@@ -12,7 +12,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/>.
# Check that inclusion of '.am' fragments by automake does not suffer
# of the "deleted header problem". This test checks that we can rename
diff --git a/t/remake-renamed-m4-file.sh b/t/remake-renamed-m4-file.sh
index 9adb3ace7..57e199488 100644
--- a/t/remake-renamed-m4-file.sh
+++ b/t/remake-renamed-m4-file.sh
@@ -12,7 +12,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/>.
# Test remake rules when m4 files get renamed.
diff --git a/t/remake-renamed-m4-macro-and-file.sh b/t/remake-renamed-m4-macro-and-file.sh
index d9b32623c..72adcc640 100644
--- a/t/remake-renamed-m4-macro-and-file.sh
+++ b/t/remake-renamed-m4-macro-and-file.sh
@@ -12,7 +12,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/>.
# Test remake rules when an m4 file gets renamed and *simultaneously*
# an m4 macro in it gets renamed. Kudos to Bruno Haible for thinking
diff --git a/t/remake-renamed-m4-macro.sh b/t/remake-renamed-m4-macro.sh
index 189a6faaf..4bd9edb5d 100644
--- a/t/remake-renamed-m4-macro.sh
+++ b/t/remake-renamed-m4-macro.sh
@@ -12,7 +12,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/>.
# Test remake rules when the name of an m4 macro change. Try both with
# and without indirection.
diff --git a/t/remake-subdir-from-subdir.sh b/t/remake-subdir-from-subdir.sh
index 977b66ecb..c63de118c 100644
--- a/t/remake-subdir-from-subdir.sh
+++ b/t/remake-subdir-from-subdir.sh
@@ -12,7 +12,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/>.
# Check that remake rules works for adding a new subdirectory from a
# pre-existing subdirectory.
diff --git a/t/remake-subdir-gnu.sh b/t/remake-subdir-gnu.sh
index 19b35a0fe..cbc4aae55 100644
--- a/t/remake-subdir-gnu.sh
+++ b/t/remake-subdir-gnu.sh
@@ -12,7 +12,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/>.
# Check that remake rules works from subdirectories, even using
# 'GNUmakefile' as makefiles name. This obviously requires GNU
diff --git a/t/remake-subdir-grepping.sh b/t/remake-subdir-grepping.sh
index bce74c77f..8c005e79c 100644
--- a/t/remake-subdir-grepping.sh
+++ b/t/remake-subdir-grepping.sh
@@ -12,7 +12,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/>.
# Weak "grepping" test trying to ensure that remaking rules in a subdir
# are correctly generated.
diff --git a/t/remake-subdir-long-time.sh b/t/remake-subdir-long-time.sh
index b6937b0e0..e07dfa7a7 100644
--- a/t/remake-subdir-long-time.sh
+++ b/t/remake-subdir-long-time.sh
@@ -12,7 +12,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/>.
# Check that remake rules from subdirectories do not hang or cycle
# endlessly, even with build systems that takes several seconds to
diff --git a/t/remake-subdir-no-makefile.sh b/t/remake-subdir-no-makefile.sh
index 7ec190285..bfe2705dc 100644
--- a/t/remake-subdir-no-makefile.sh
+++ b/t/remake-subdir-no-makefile.sh
@@ -12,7 +12,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/>.
# Ensure that remake rules work for files in a subdirectory even when
# there is no Makefile for that subdirectory.
diff --git a/t/remake-subdir-only.sh b/t/remake-subdir-only.sh
index ad625d3a8..8a4bfaffd 100644
--- a/t/remake-subdir-only.sh
+++ b/t/remake-subdir-only.sh
@@ -12,7 +12,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/>.
# Make sure remaking rules in subdir are correctly generated.
# See also sister "grepping" test 'remake-subdir-grepping.sh'.
diff --git a/t/remake-subdir.sh b/t/remake-subdir.sh
index eb85d9a0c..7a5d0825a 100644
--- a/t/remake-subdir.sh
+++ b/t/remake-subdir.sh
@@ -12,7 +12,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/>.
# Check that remake rules works from subdirectories, even with non-GNU
# make implementations.
diff --git a/t/remake-subdir2.sh b/t/remake-subdir2.sh
index d62f22542..6ec23a49c 100644
--- a/t/remake-subdir2.sh
+++ b/t/remake-subdir2.sh
@@ -12,7 +12,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/>.
# Check that remake rules works from subdirectories, even when makefiles
# are not named "Makefile".
diff --git a/t/remake-subdir3.sh b/t/remake-subdir3.sh
index 0b51db70f..0dbd673fb 100644
--- a/t/remake-subdir3.sh
+++ b/t/remake-subdir3.sh
@@ -12,7 +12,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/>.
# Make sure remaking rules work when subdir Makefile.in has been removed.
diff --git a/t/remake-timing-bug-pr8365.sh b/t/remake-timing-bug-pr8365.sh
index f3fd57d2d..c94971e3c 100644
--- a/t/remake-timing-bug-pr8365.sh
+++ b/t/remake-timing-bug-pr8365.sh
@@ -12,7 +12,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/>.
# Test for automake bug#8365, related to Makefile remake rules.
# The bug is due to subtle timestamp issues and limitations in
diff --git a/t/repeated-options.sh b/t/repeated-options.sh
index 48fd6d832..d4c25bc7c 100644
--- a/t/repeated-options.sh
+++ b/t/repeated-options.sh
@@ -12,7 +12,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/>.
# Check that automake does not complain on repeated options, nor
# generate broken or incorrect makefiles.
diff --git a/t/reqd2.sh b/t/reqd2.sh
index 600b6271b..42d575374 100644
--- a/t/reqd2.sh
+++ b/t/reqd2.sh
@@ -12,7 +12,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/>.
# Regression test for a bug reported by Andrew Suffield.
# (Automake goes wild and try to rerun itself more than two time
diff --git a/t/rm-f-probe.sh b/t/rm-f-probe.sh
index 81ff7b86e..d8389ce46 100644
--- a/t/rm-f-probe.sh
+++ b/t/rm-f-probe.sh
@@ -12,7 +12,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/>.
# Verify our probe that checks that "rm -f" doesn't complain if called
# without file operands works as expected. See automake bug#10828.
diff --git a/t/rulepat.sh b/t/rulepat.sh
index 030ab1479..394520af9 100644
--- a/t/rulepat.sh
+++ b/t/rulepat.sh
@@ -12,7 +12,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/>.
# Test to make sure RULE_PATTERN catches strange targets.
diff --git a/t/sanity.sh b/t/sanity.sh
index a2dc21926..dee123aea 100644
--- a/t/sanity.sh
+++ b/t/sanity.sh
@@ -12,7 +12,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/>.
# Unsafe absolute directory names should be diagnosed.
diff --git a/t/seenc.sh b/t/seenc.sh
index c8f85e94b..5cea239c4 100644
--- a/t/seenc.sh
+++ b/t/seenc.sh
@@ -12,7 +12,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/>.
# Test to make sure C-but-not-CC error works.
diff --git a/t/self-check-cc-no-c-o.sh b/t/self-check-cc-no-c-o.sh
index 00ab2411a..115661465 100644
--- a/t/self-check-cc-no-c-o.sh
+++ b/t/self-check-cc-no-c-o.sh
@@ -12,7 +12,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/>.
# Check that our fake "C compiler" that doesn't grasp the '-c' and
# '-o' command-line options passed together, used to enhance testsuite
diff --git a/t/self-check-configure-help.sh b/t/self-check-configure-help.sh
index cabef7572..1a72198ed 100644
--- a/t/self-check-configure-help.sh
+++ b/t/self-check-configure-help.sh
@@ -12,7 +12,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/>.
# Sanity check on the function used by the automake testsuite to
# analyze output of "configure --help".
@@ -162,7 +162,7 @@ Use these variables to override the choices made by 'configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <bug-automake@gnu.org>.
-General help using GNU software: <http://www.gnu.org/gethelp/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
END
compare_extracted_help ()
diff --git a/t/self-check-dir.tap b/t/self-check-dir.tap
index 8e3486924..a74921958 100644
--- a/t/self-check-dir.tap
+++ b/t/self-check-dir.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check that tests using 'test-init.sh' create a proper temporary
diff --git a/t/self-check-exit.tap b/t/self-check-exit.tap
index 824badf0b..ca2ee7801 100644
--- a/t/self-check-exit.tap
+++ b/t/self-check-exit.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check that, in case of failing commands, the correct exit status is
@@ -56,7 +56,7 @@ for sig in 1 2 13 15; do
if test $sig -eq 2; then
# Some Korn shells might otherwise get a spurious SIGINT when one is
# sent to the child $AM_TEST_RUNNER_SHELL. For more details, see:
- # <http://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
+ # <https://lists.gnu.org/archive/html/bug-autoconf/2011-09/msg00004.html>
trap : 2
fi
$AM_TEST_RUNNER_SHELL -c "$init kill -$sig \$\$; :" "$dummy_test_script"
diff --git a/t/self-check-explicit-skips.sh b/t/self-check-explicit-skips.sh
index c76944555..37d941dde 100644
--- a/t/self-check-explicit-skips.sh
+++ b/t/self-check-explicit-skips.sh
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check that our testsuite framework can be instructed not to consider
diff --git a/t/self-check-is-blocked-signal.tap b/t/self-check-is-blocked-signal.tap
index 0c17759e8..34160c976 100644
--- a/t/self-check-is-blocked-signal.tap
+++ b/t/self-check-is-blocked-signal.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite: the 'signal_is_blocked'
# shell function.
diff --git a/t/self-check-is_newest.tap b/t/self-check-is_newest.tap
index 95055181f..4b50dc329 100644
--- a/t/self-check-is_newest.tap
+++ b/t/self-check-is_newest.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite: the 'is_newest' subroutine.
diff --git a/t/self-check-me.tap b/t/self-check-me.tap
index 29328370e..c09d83b21 100644
--- a/t/self-check-me.tap
+++ b/t/self-check-me.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Make sure that $me gets automatically defined by 'test-init.sh'.
diff --git a/t/self-check-report.sh b/t/self-check-report.sh
index a5cd17e04..f110efe51 100644
--- a/t/self-check-report.sh
+++ b/t/self-check-report.sh
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Test subroutines to report warnings, and to signal failures, skips
diff --git a/t/self-check-seq.tap b/t/self-check-seq.tap
index 734ad5d3a..078d49129 100644
--- a/t/self-check-seq.tap
+++ b/t/self-check-seq.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check the 'seq_' subroutine.
diff --git a/t/self-check-shell-no-trail-bslash.sh b/t/self-check-shell-no-trail-bslash.sh
index 5003e2ef8..a0ef5b6f3 100644
--- a/t/self-check-shell-no-trail-bslash.sh
+++ b/t/self-check-shell-no-trail-bslash.sh
@@ -12,7 +12,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/>.
# Check that our fake "shell" used to guard against use of trailing
# backslashes in recipes actually complains when those are used.
diff --git a/t/self-check-unindent.tap b/t/self-check-unindent.tap
index c8c18809c..109e2d49d 100644
--- a/t/self-check-unindent.tap
+++ b/t/self-check-unindent.tap
@@ -12,7 +12,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/>.
# Sanity check for the automake testsuite.
# Check the 'unindent' subroutine.
diff --git a/t/serial-tests.sh b/t/serial-tests.sh
index 91aa52e8d..8a86638df 100644
--- a/t/serial-tests.sh
+++ b/t/serial-tests.sh
@@ -12,7 +12,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/>.
# Option 'serial-tests'.
diff --git a/t/silent-c.sh b/t/silent-c.sh
index 36e34a274..00e691dd8 100644
--- a/t/silent-c.sh
+++ b/t/silent-c.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for C, without libtool, both with and without
# automatic dependency tracking.
diff --git a/t/silent-configsite.sh b/t/silent-configsite.sh
index 221368f0a..4a514ae4b 100644
--- a/t/silent-configsite.sh
+++ b/t/silent-configsite.sh
@@ -12,7 +12,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/>.
# Check that the user can control default mode of silent-rules
# from config.site, and that this default can be overridden from
diff --git a/t/silent-custom.sh b/t/silent-custom.sh
index ac2c9823d..6f214183b 100644
--- a/t/silent-custom.sh
+++ b/t/silent-custom.sh
@@ -12,7 +12,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/>.
# Check user extensibility of silent-rules mode.
diff --git a/t/silent-cxx.sh b/t/silent-cxx.sh
index 58d32b990..462f2265b 100644
--- a/t/silent-cxx.sh
+++ b/t/silent-cxx.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for C++, both with and without automatic
# dependency tracking.
diff --git a/t/silent-f77.sh b/t/silent-f77.sh
index 9199ae418..37a3cb638 100644
--- a/t/silent-f77.sh
+++ b/t/silent-f77.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for Fortran 77.
# Keep this ins sync with the sister test 'silent-f90.sh'.
diff --git a/t/silent-f90.sh b/t/silent-f90.sh
index 5fbd8971a..6ace2a5c5 100644
--- a/t/silent-f90.sh
+++ b/t/silent-f90.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for Fortran 90.
# Keep this ins sync with the sister test 'silent-f77.sh'.
diff --git a/t/silent-gen.sh b/t/silent-gen.sh
index 3de5a3e0c..ff306db22 100644
--- a/t/silent-gen.sh
+++ b/t/silent-gen.sh
@@ -12,7 +12,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/>.
# Silent rules: use of pre-defined variables $(AM_V_GEN) and $(AM_V_at).
# Incidentally, also check that silent rules are disabled by default.
diff --git a/t/silent-lex.sh b/t/silent-lex.sh
index 9fda9bafa..14ec086be 100644
--- a/t/silent-lex.sh
+++ b/t/silent-lex.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for Lex.
diff --git a/t/silent-lt.sh b/t/silent-lt.sh
index bd6bf7039..a5dbb00fe 100644
--- a/t/silent-lt.sh
+++ b/t/silent-lt.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for C, with libtool, both with and without
# automatic dependency tracking.
diff --git a/t/silent-many-languages.sh b/t/silent-many-languages.sh
index daab9eee3..d955aed22 100644
--- a/t/silent-many-languages.sh
+++ b/t/silent-many-languages.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode, with many languages at once.
# This test partly overlaps with other 'silent*.sh', but it serves as
diff --git a/t/silent-nested-vars.sh b/t/silent-nested-vars.sh
index 4d9766940..c62a15c41 100644
--- a/t/silent-nested-vars.sh
+++ b/t/silent-nested-vars.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode, on 'make' implementations that do not
# support nested variables (Bug#9928, Bug#10237).
diff --git a/t/silent-texi.sh b/t/silent-texi.sh
index 9e6ae3960..dc694f798 100644
--- a/t/silent-texi.sh
+++ b/t/silent-texi.sh
@@ -12,7 +12,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/>.
# Check texinfo rules in silent-rules mode.
diff --git a/t/silent-yacc-headers.sh b/t/silent-yacc-headers.sh
index ff3ea3678..d0d5f5b74 100644
--- a/t/silent-yacc-headers.sh
+++ b/t/silent-yacc-headers.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for Yacc, when yacc-generated headers are
# involved (i.e., the '-d' option is in *YFLAGS).
diff --git a/t/silent-yacc.sh b/t/silent-yacc.sh
index 48a4bd809..32b777212 100644
--- a/t/silent-yacc.sh
+++ b/t/silent-yacc.sh
@@ -12,7 +12,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/>.
# Check silent-rules mode for Yacc.
diff --git a/t/sourcefile-in-subdir.sh b/t/sourcefile-in-subdir.sh
index b197463ed..8a478e00a 100644
--- a/t/sourcefile-in-subdir.sh
+++ b/t/sourcefile-in-subdir.sh
@@ -12,7 +12,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/>.
# Test to make sure subdir source file generates explicit dependency.
diff --git a/t/space.sh b/t/space.sh
index 43698ff93..d20fc1b9f 100644
--- a/t/space.sh
+++ b/t/space.sh
@@ -12,7 +12,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/>.
# Test leading space on macro assignment.
diff --git a/t/specflg-dummy.sh b/t/specflg-dummy.sh
index f32e9d892..52344486c 100644
--- a/t/specflg-dummy.sh
+++ b/t/specflg-dummy.sh
@@ -12,7 +12,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/>.
# Check that even "dummy" per-target flags triggers the use of renamed
# objects. I.e., a definition like 'foo_CFLAGS = $(AM_CFLAGS)' should
diff --git a/t/specflg6.sh b/t/specflg6.sh
index c95322a3a..5c13f6bd5 100644
--- a/t/specflg6.sh
+++ b/t/specflg6.sh
@@ -12,7 +12,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/>.
# Regression test for multiple rules being generated for each target when
# conditionals are present.
diff --git a/t/specflg7.sh b/t/specflg7.sh
index d226ba83c..78210a75f 100644
--- a/t/specflg7.sh
+++ b/t/specflg7.sh
@@ -12,7 +12,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/>.
# The true/false example from the manual, plus a check for _SHORTNAME.
diff --git a/t/specflg8.sh b/t/specflg8.sh
index 46d167b42..cf4cb8056 100644
--- a/t/specflg8.sh
+++ b/t/specflg8.sh
@@ -12,7 +12,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/>.
# Like the true/false example from the manual,
# with one extra indirection in the sources (PR/315), and
diff --git a/t/specflg9.sh b/t/specflg9.sh
index 49218a5b8..4c10340e8 100644
--- a/t/specflg9.sh
+++ b/t/specflg9.sh
@@ -12,7 +12,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/>.
# Another check for per-target flag substitutions.
diff --git a/t/spell.sh b/t/spell.sh
index 1d926abc6..cd9243e32 100644
--- a/t/spell.sh
+++ b/t/spell.sh
@@ -12,7 +12,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/>.
# Test to make sure misspellings in _SOURCES variables cause failure.
diff --git a/t/spell2.sh b/t/spell2.sh
index adc182447..88fd6775e 100644
--- a/t/spell2.sh
+++ b/t/spell2.sh
@@ -12,7 +12,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/>.
# Test to make sure misspellings in _SOURCES variables cause failure.
diff --git a/t/spell3.sh b/t/spell3.sh
index b6f0ef37e..ddd10fc54 100644
--- a/t/spell3.sh
+++ b/t/spell3.sh
@@ -12,7 +12,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/>.
# Test to make sure some internal _DEPENDENCIES variables don't cause
# errors.
diff --git a/t/spelling.sh b/t/spelling.sh
index e53ab6ef0..d56bc6966 100644
--- a/t/spelling.sh
+++ b/t/spelling.sh
@@ -12,7 +12,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/>.
# Test to make sure that misspelled prefixes actually cause error.
diff --git a/t/spy-double-colon.sh b/t/spy-double-colon.sh
index f7b46c5a7..4dc89d49b 100644
--- a/t/spy-double-colon.sh
+++ b/t/spy-double-colon.sh
@@ -12,7 +12,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/>.
# Check whether double colon rules work. The Unix V7 make manual
# mentions double-colon rules, but POSIX does not. They seem to be
diff --git a/t/spy-rm.tap b/t/spy-rm.tap
index 0d9dee947..0f754cef2 100644
--- a/t/spy-rm.tap
+++ b/t/spy-rm.tap
@@ -12,7 +12,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/>.
# Check whether "rm -f" do not complain if called without file
# operands. We'd like to depend on this behaviour (which seems
@@ -21,7 +21,7 @@
# automake-provided cleanup rules.
# See automake bug#10828.
# Other references:
-# <http://lists.gnu.org/archive/html/bug-autoconf/2012-02/msg00002.html>
+# <https://lists.gnu.org/archive/html/bug-autoconf/2012-02/msg00002.html>
# <http://austingroupbugs.net/view.php?id=542>
am_create_testdir=empty
diff --git a/t/src-acsubst.sh b/t/src-acsubst.sh
index c8a736601..cf5722e93 100644
--- a/t/src-acsubst.sh
+++ b/t/src-acsubst.sh
@@ -12,7 +12,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/>.
# Test to make sure config substitution in _SOURCES fails.
diff --git a/t/stamph2.sh b/t/stamph2.sh
index 734ea000d..72afbd721 100644
--- a/t/stamph2.sh
+++ b/t/stamph2.sh
@@ -12,7 +12,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/>.
# Make sure stamp-h* files are created where we expect
. test-init.sh
diff --git a/t/stdinc.sh b/t/stdinc.sh
index 0c7e9441a..c4b5c21fb 100644
--- a/t/stdinc.sh
+++ b/t/stdinc.sh
@@ -12,7 +12,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/>.
# Test to make sure the standard include order is stable.
# Report by Kent Boortz.
diff --git a/t/stdlib.sh b/t/stdlib.sh
index 6b6dc3b4d..dbbac7671 100644
--- a/t/stdlib.sh
+++ b/t/stdlib.sh
@@ -12,7 +12,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/>.
# Test "not a standard library" error.
diff --git a/t/stdlib2.sh b/t/stdlib2.sh
index 4e37f8f82..7ca5d7218 100644
--- a/t/stdlib2.sh
+++ b/t/stdlib2.sh
@@ -12,7 +12,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/>.
# Check for AM_LDFLAGS = -module
# Report from Kevin P. Fleming.
diff --git a/t/strictness-override.sh b/t/strictness-override.sh
index d3979787a..6a775b36e 100644
--- a/t/strictness-override.sh
+++ b/t/strictness-override.sh
@@ -12,7 +12,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/>.
# The strictness specified in Makefile.am:AUTOMAKE_OPTIONS should
# override that specified in configure.ac:AM_INIT_AUTOMAKE, and both
diff --git a/t/strictness-precedence.sh b/t/strictness-precedence.sh
index 96ab032ba..d27370d0d 100644
--- a/t/strictness-precedence.sh
+++ b/t/strictness-precedence.sh
@@ -12,7 +12,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/>.
# On the command line, in AM_INIT_AUTOMAKE, and in AUTOMAKE_OPTIONS,
# strictness specified later should take precedence over strictness
diff --git a/t/strip.sh b/t/strip.sh
index 214f3dfc8..96c326a32 100644
--- a/t/strip.sh
+++ b/t/strip.sh
@@ -12,7 +12,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/>.
# Test for install-strip.
diff --git a/t/strip2.sh b/t/strip2.sh
index 5edb5d860..6c9045d76 100644
--- a/t/strip2.sh
+++ b/t/strip2.sh
@@ -12,7 +12,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/>.
# Ensure install-strip works when STRIP consists of more than one word.
# This test needs GNU binutils strip. See sister test 'strip3.sh'.
diff --git a/t/strip3.sh b/t/strip3.sh
index 51656fd45..e9c845902 100644
--- a/t/strip3.sh
+++ b/t/strip3.sh
@@ -12,7 +12,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/>.
# Ensure install-strip works when STRIP consists of more than one word.
# This test needs GNU binutils strip. Libtool variant. See sister
diff --git a/t/subdir-ac-subst.sh b/t/subdir-ac-subst.sh
index d49bc5708..594891319 100644
--- a/t/subdir-ac-subst.sh
+++ b/t/subdir-ac-subst.sh
@@ -12,7 +12,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/>.
# The for conditional SUBDIRS.
# SUBDIRS + AC_SUBST setup from the manual.
diff --git a/t/subdir-add-pr46.sh b/t/subdir-add-pr46.sh
index 3d37f0db6..339645c5e 100644
--- a/t/subdir-add-pr46.sh
+++ b/t/subdir-add-pr46.sh
@@ -12,7 +12,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/>.
# Test to make sure that adding a new directory works.
# This test runs 'make' from the top-level directory, the sister
diff --git a/t/subdir-add2-pr46.sh b/t/subdir-add2-pr46.sh
index c1402bd81..2a4d5c00a 100644
--- a/t/subdir-add2-pr46.sh
+++ b/t/subdir-add2-pr46.sh
@@ -12,7 +12,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/>.
# Test to make sure that adding a new directory works, even from
# subdirectories. The sister test 'subdir-add-pr46.sh' makes sure
diff --git a/t/subdir-am-cond.sh b/t/subdir-am-cond.sh
index dc7ceed02..042bb3fa5 100644
--- a/t/subdir-am-cond.sh
+++ b/t/subdir-am-cond.sh
@@ -12,7 +12,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/>.
# The for conditional SUBDIRS.
# SUBDIRS + AM_CONDITIONAL setup from the manual.
diff --git a/t/subdir-cond-err.sh b/t/subdir-cond-err.sh
index 358691fc6..2263fbc09 100644
--- a/t/subdir-cond-err.sh
+++ b/t/subdir-cond-err.sh
@@ -12,7 +12,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/>.
# Check SUBDIRS set based on conditionals.
diff --git a/t/subdir-cond-gettext.sh b/t/subdir-cond-gettext.sh
index 5f29ecedd..5b524b119 100644
--- a/t/subdir-cond-gettext.sh
+++ b/t/subdir-cond-gettext.sh
@@ -12,7 +12,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/>.
# It is ok to have a conditional SUBDIRS when using gettext.
diff --git a/t/subdir-distclean.sh b/t/subdir-distclean.sh
index 452d488fd..3dd11e56c 100644
--- a/t/subdir-distclean.sh
+++ b/t/subdir-distclean.sh
@@ -12,7 +12,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/>.
# Check that "./configure && make && make distclean" is actually a
# no-op, even when conditional SUBDIRS are involved.
diff --git a/t/subdir-env-interference.sh b/t/subdir-env-interference.sh
index 0a75a36ae..50456b3d2 100644
--- a/t/subdir-env-interference.sh
+++ b/t/subdir-env-interference.sh
@@ -12,7 +12,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/>.
# SUDBIRS with $fail set in the environment.
diff --git a/t/subdir-keep-going-pr12554.sh b/t/subdir-keep-going-pr12554.sh
index 736575392..643e7886a 100644
--- a/t/subdir-keep-going-pr12554.sh
+++ b/t/subdir-keep-going-pr12554.sh
@@ -12,7 +12,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/>.
# Check that the Automake-generated recursive rules are resilient against
# false positives in deciding whether make is running with the '-k'
diff --git a/t/subdir-order.sh b/t/subdir-order.sh
index 56dd42b22..b06c62f65 100644
--- a/t/subdir-order.sh
+++ b/t/subdir-order.sh
@@ -12,7 +12,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/>.
# The $(SUDBIRS) entries are processed in the order they are specified.
diff --git a/t/subdir-subsub.sh b/t/subdir-subsub.sh
index c9560d688..e65fa785d 100644
--- a/t/subdir-subsub.sh
+++ b/t/subdir-subsub.sh
@@ -12,7 +12,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/>.
# Test to make sure sub-sub-dirs work correctly.
diff --git a/t/subdir-with-slash.sh b/t/subdir-with-slash.sh
index 38fe3dbc9..ee77e7ca6 100644
--- a/t/subdir-with-slash.sh
+++ b/t/subdir-with-slash.sh
@@ -12,7 +12,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/>.
# Test SUDBIRS with '/' in them.
diff --git a/t/subdir.sh b/t/subdir.sh
index f8318e5b7..bdce47755 100644
--- a/t/subdir.sh
+++ b/t/subdir.sh
@@ -12,7 +12,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/>.
# Test to make sure install-sh and mkinstalldirs correctly found in
# subdirs.
diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh
index f911bed2a..60d83ec03 100644
--- a/t/subobj-clean-lt-pr10697.sh
+++ b/t/subobj-clean-lt-pr10697.sh
@@ -12,7 +12,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/>.
# Removing subdir objects does not cause too much 'rm' invocations.
# Also, if we rename a source file in a subdirectory, the stale
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh
index c21263327..f3a60f537 100644
--- a/t/subobj-clean-pr10697.sh
+++ b/t/subobj-clean-pr10697.sh
@@ -12,7 +12,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/>.
# Removing subdir objects does not cause too much 'rm' invocations.
# Also, if we rename a source file in a subdirectory, the stale
diff --git a/t/subobj-indir-pr13928.sh b/t/subobj-indir-pr13928.sh
index 6564607d5..739083755 100644
--- a/t/subobj-indir-pr13928.sh
+++ b/t/subobj-indir-pr13928.sh
@@ -12,7 +12,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/>.
# Expose part of Automake bug#13928: config.status generates broken
# makefiles if the subdir-objects option is used and a _SOURCES
diff --git a/t/subobj-objname-clash.sh b/t/subobj-objname-clash.sh
index a33d36bc5..7da9868c8 100644
--- a/t/subobj-objname-clash.sh
+++ b/t/subobj-objname-clash.sh
@@ -12,7 +12,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/>.
# Make sure that object names don't clash when using subdir-objects.
# The check is done for clashing programs, clashing libraries and
diff --git a/t/subobj-pr13928-more-langs.sh b/t/subobj-pr13928-more-langs.sh
index 323e24899..15bdd4ebe 100644
--- a/t/subobj-pr13928-more-langs.sh
+++ b/t/subobj-pr13928-more-langs.sh
@@ -12,7 +12,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/>.
# Expose part of automake bug#13928, also for non-C languages: if the
# subdir-objects option is in use and a source file is listed in a
diff --git a/t/subobj-vpath-pr13928.sh b/t/subobj-vpath-pr13928.sh
index 9af7502bf..5f09515d3 100644
--- a/t/subobj-vpath-pr13928.sh
+++ b/t/subobj-vpath-pr13928.sh
@@ -12,7 +12,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/>.
# Expose part of automake bug#13928: if the subdir-objects option is
# in use and a source file is listed in a _SOURCES variable with a
diff --git a/t/subobj.sh b/t/subobj.sh
index bba4b9cec..c5bc546ee 100644
--- a/t/subobj.sh
+++ b/t/subobj.sh
@@ -12,7 +12,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/>.
# Test of subdir objects with C and C++.
diff --git a/t/subobj10.sh b/t/subobj10.sh
index a027ad0f1..2202a8b1f 100644
--- a/t/subobj10.sh
+++ b/t/subobj10.sh
@@ -12,7 +12,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/>.
# PR 492: Test asm subdir-objects.
diff --git a/t/subobj11a.sh b/t/subobj11a.sh
index a6135917a..6b8f2d983 100644
--- a/t/subobj11a.sh
+++ b/t/subobj11a.sh
@@ -12,7 +12,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/>.
# Test that automake works around a bug of Solaris Make. The bug is the
# following. If we have a Makefile containg a file inclusion like this:
diff --git a/t/subobj11b.sh b/t/subobj11b.sh
index d28ab4b85..b340f3c74 100644
--- a/t/subobj11b.sh
+++ b/t/subobj11b.sh
@@ -12,7 +12,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/>.
# Test that automake works around a bug of Solaris Make. The bug is the
# following. If we have a Makefile containg a file inclusion like this:
diff --git a/t/subobj11c.sh b/t/subobj11c.sh
index 36bbf9c5f..b3e78b459 100644
--- a/t/subobj11c.sh
+++ b/t/subobj11c.sh
@@ -12,7 +12,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/>.
# Automatic dependency tracking with subdir-objects option active:
# check for a pathological case of slash-collapsing in the name of
diff --git a/t/subobj2.sh b/t/subobj2.sh
index 4a0bce552..6cee18f7b 100644
--- a/t/subobj2.sh
+++ b/t/subobj2.sh
@@ -12,7 +12,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/>.
# Test of subdir objects with C++.
diff --git a/t/subobj4.sh b/t/subobj4.sh
index 3413b6fee..dd464d934 100644
--- a/t/subobj4.sh
+++ b/t/subobj4.sh
@@ -12,7 +12,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/>.
# Make sure '../foo/foo.cpp' generates a rule.
# Report from Dave Brolley.
diff --git a/t/subobj5.sh b/t/subobj5.sh
index 46efa0cf6..0b046baef 100644
--- a/t/subobj5.sh
+++ b/t/subobj5.sh
@@ -12,7 +12,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/>.
# Test of subdir make dist rules.
# From Robert Collins.
diff --git a/t/subobj6.sh b/t/subobj6.sh
index 65976d95e..f598c7f65 100644
--- a/t/subobj6.sh
+++ b/t/subobj6.sh
@@ -12,7 +12,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/>.
# Test of subdir make distclean rules.
# From Robert Collins.
diff --git a/t/subobj7.sh b/t/subobj7.sh
index 3c6769884..313260684 100644
--- a/t/subobj7.sh
+++ b/t/subobj7.sh
@@ -12,7 +12,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/>.
# Test to make sure AM_CFLAGS appears in subdir compilation rule.
# Report from Steve M. Robbins.
diff --git a/t/subobj8.sh b/t/subobj8.sh
index 672093138..d9d7d5fb5 100644
--- a/t/subobj8.sh
+++ b/t/subobj8.sh
@@ -12,7 +12,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/>.
# Make sure 'compile' is included when subdir-objects is used in a subdir.
diff --git a/t/subobj9.sh b/t/subobj9.sh
index 3566b6178..01d3b3497 100644
--- a/t/subobj9.sh
+++ b/t/subobj9.sh
@@ -12,7 +12,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/>.
# Test for PR 312.
#
diff --git a/t/subobjname.sh b/t/subobjname.sh
index 17521a47c..f3aa28d55 100644
--- a/t/subobjname.sh
+++ b/t/subobjname.sh
@@ -12,7 +12,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/>.
# Make sure we reuse variables whenever possible, to limit
# combinational explosion. (This test is named after the &subobjname
diff --git a/t/subpkg-macrodir.sh b/t/subpkg-macrodir.sh
index cb8240433..7053570aa 100644
--- a/t/subpkg-macrodir.sh
+++ b/t/subpkg-macrodir.sh
@@ -12,7 +12,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/>.
# Subpackages that want to use m4 macros from their superpackages,
# with AC_CONFIG_MACRO_DIRS.
diff --git a/t/subpkg-yacc.sh b/t/subpkg-yacc.sh
index a7c93c6f6..485337264 100644
--- a/t/subpkg-yacc.sh
+++ b/t/subpkg-yacc.sh
@@ -12,7 +12,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/>.
# Check that ylwrap is installed properly, and $(YLWRAP) us defined
# properly, when a subpackage is involved.
diff --git a/t/subpkg.sh b/t/subpkg.sh
index 1b78c9cf8..d6351b100 100644
--- a/t/subpkg.sh
+++ b/t/subpkg.sh
@@ -12,7 +12,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/>.
# Check subpackage handling.
diff --git a/t/subpkg2.sh b/t/subpkg2.sh
index c3ff9d6b6..1145c6242 100644
--- a/t/subpkg2.sh
+++ b/t/subpkg2.sh
@@ -12,7 +12,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/>.
# Try a DIST_SUBDIRS subpackage with no SUBDIRS.
# Report from Gary V. Vaughan.
diff --git a/t/subpkg3.sh b/t/subpkg3.sh
index 3223fa899..dacd862b8 100644
--- a/t/subpkg3.sh
+++ b/t/subpkg3.sh
@@ -12,7 +12,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/>.
# Make sure different subpackages may share files and directories.
diff --git a/t/subpkg4.sh b/t/subpkg4.sh
index 76a4ed08d..cb76e5281 100644
--- a/t/subpkg4.sh
+++ b/t/subpkg4.sh
@@ -12,7 +12,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/>.
# Test to ensure 'distdir' fixes the mode of files and directories
# copied into '$(distdir)', even with sub-packages.
diff --git a/t/subst-no-trailing-empty-line.sh b/t/subst-no-trailing-empty-line.sh
index 3f29be34f..35f980676 100644
--- a/t/subst-no-trailing-empty-line.sh
+++ b/t/subst-no-trailing-empty-line.sh
@@ -12,7 +12,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/>.
# If the last line of a automake-rewritten definition is made only of
# @substitutions@, automake should take care of appending an empty
diff --git a/t/subst.sh b/t/subst.sh
index 8cb29f420..b1d5c6e0d 100644
--- a/t/subst.sh
+++ b/t/subst.sh
@@ -12,7 +12,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/>.
# Test that AC_SUBST($1) does something sensible. From Ulrich
# Drepper.
diff --git a/t/subst3.sh b/t/subst3.sh
index 9e3d83bbf..06ebee850 100644
--- a/t/subst3.sh
+++ b/t/subst3.sh
@@ -12,7 +12,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/>.
# Test installation with substitutions. This test is based on
# 'nobase.sh'.
diff --git a/t/subst4.sh b/t/subst4.sh
index a0b61a515..161aaca13 100644
--- a/t/subst4.sh
+++ b/t/subst4.sh
@@ -12,7 +12,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/>.
# Test AM_SUBST_NOTMAKE.
diff --git a/t/subst5.sh b/t/subst5.sh
index b38dfb4c3..d502792f6 100644
--- a/t/subst5.sh
+++ b/t/subst5.sh
@@ -12,7 +12,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/>.
# Complain about configure substitutions in EXTRA_PRIMARY variables.
# Rationale: we need to know the literal values of, say, PROGRAMS.
diff --git a/t/substre2.sh b/t/substre2.sh
index f7b1edddb..76aee664d 100644
--- a/t/substre2.sh
+++ b/t/substre2.sh
@@ -12,7 +12,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/>.
# Test for bug in variable substitution references, where
# undefined variables break later substitutions.
diff --git a/t/substref.sh b/t/substref.sh
index 5a9f027ef..bf6153209 100644
--- a/t/substref.sh
+++ b/t/substref.sh
@@ -12,7 +12,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/>.
# Test for bug in variable substitution references when left hand
# pattern is null.
diff --git a/t/substtarg.sh b/t/substtarg.sh
index bb5be8331..b117a9c39 100644
--- a/t/substtarg.sh
+++ b/t/substtarg.sh
@@ -12,7 +12,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/>.
# Test that substitutions in variables work.
# From Lars J. Aas.
diff --git a/t/suffix-chain.tap b/t/suffix-chain.tap
index 303f3073e..504fefef7 100644
--- a/t/suffix-chain.tap
+++ b/t/suffix-chain.tap
@@ -12,7 +12,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/>.
# Check that Automake can emit code that work round the inability of
# some make implementations to automatically chain suffix rules.
diff --git a/t/suffix-custom-pr14441.sh b/t/suffix-custom-pr14441.sh
index 78805e913..0af16790e 100644
--- a/t/suffix-custom-pr14441.sh
+++ b/t/suffix-custom-pr14441.sh
@@ -12,7 +12,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/>.
# Test for bug#14441: the same user-defined suffix being transformed into
# different automake-known suffixes in different Makefiles was confusing
diff --git a/t/suffix-custom-subobj-and-specflg.sh b/t/suffix-custom-subobj-and-specflg.sh
index dbb7b6f9e..43b30a89c 100644
--- a/t/suffix-custom-subobj-and-specflg.sh
+++ b/t/suffix-custom-subobj-and-specflg.sh
@@ -12,7 +12,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/>.
# Tests that Automake understands suffix rules with renamed objects
# and subdir objects.
diff --git a/t/suffix-custom-subobj.sh b/t/suffix-custom-subobj.sh
index ce44af961..ae3659014 100644
--- a/t/suffix-custom-subobj.sh
+++ b/t/suffix-custom-subobj.sh
@@ -12,7 +12,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/>.
# Tests that Automake understands suffix rules with subdir objects.
# Reported by John Ratliff.
diff --git a/t/suffix-extra-c-stuff-pr14560.sh b/t/suffix-extra-c-stuff-pr14560.sh
index b9fd14431..9eb38ccd7 100644
--- a/t/suffix-extra-c-stuff-pr14560.sh
+++ b/t/suffix-extra-c-stuff-pr14560.sh
@@ -12,7 +12,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/>.
# Automake bug#14560: if multiple user-specified suffix rules were
# present, Automake could generate useless definitions and rules
diff --git a/t/suffix.sh b/t/suffix.sh
index f2196aa30..2ded3db5b 100644
--- a/t/suffix.sh
+++ b/t/suffix.sh
@@ -12,7 +12,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/>.
# Make sure proper suffix rules for C compilation are produced, and
# only once.
diff --git a/t/suffix10.tap b/t/suffix10.tap
index 0b3133d80..ea89a7b40 100644
--- a/t/suffix10.tap
+++ b/t/suffix10.tap
@@ -12,7 +12,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/>.
# Make sure that derivations work with .lo too.
# (related to PR/37)
diff --git a/t/suffix11.tap b/t/suffix11.tap
index 02b732f76..1811ad71a 100644
--- a/t/suffix11.tap
+++ b/t/suffix11.tap
@@ -12,7 +12,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/>.
# Tests that Automake understands multiple suffix rules on the same line.
# PR/371 and PR/372: Reported by Duncan Gibson.
diff --git a/t/suffix2.sh b/t/suffix2.sh
index b64ab2890..445617a52 100644
--- a/t/suffix2.sh
+++ b/t/suffix2.sh
@@ -12,7 +12,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/>.
# Make sure proper suffix rules for C compilation are produced,
# and only once, even for libtool libraries.
diff --git a/t/suffix3.tap b/t/suffix3.tap
index 7cbb90f04..81b832aef 100644
--- a/t/suffix3.tap
+++ b/t/suffix3.tap
@@ -12,7 +12,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/>.
# Test to make sure that suffix rules chain.
diff --git a/t/suffix4.sh b/t/suffix4.sh
index 11dbb007e..b7f77f6e7 100644
--- a/t/suffix4.sh
+++ b/t/suffix4.sh
@@ -12,7 +12,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/>.
# Test to make sure Automake doesn't abort on user-defined extensions.
# Based on a report from Dmitry Mikhin <dmitrym@acres.com.au>.
diff --git a/t/suffix5.sh b/t/suffix5.sh
index c5168d9e7..b7cd650ad 100644
--- a/t/suffix5.sh
+++ b/t/suffix5.sh
@@ -12,7 +12,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/>.
# Test to make sure Automake include libtool objects resulting
# from user-defined implicit rules.
diff --git a/t/suffix6.sh b/t/suffix6.sh
index 7bdde3d52..1c8df185e 100644
--- a/t/suffix6.sh
+++ b/t/suffix6.sh
@@ -12,7 +12,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/>.
# Test to make sure Automake supports implicit rules with dot-less
# extensions. Also make sure that '.o' and '.obj' are handled like
diff --git a/t/suffix6b.sh b/t/suffix6b.sh
index 0fd83c632..f672fe453 100644
--- a/t/suffix6b.sh
+++ b/t/suffix6b.sh
@@ -12,7 +12,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/>.
# Test to make sure Automake supports implicit rules with dot-less
# extensions. Se also related "grepping" test 'suffix6.sh'.
diff --git a/t/suffix6c.sh b/t/suffix6c.sh
index 83dd1b164..0a8b63d56 100644
--- a/t/suffix6c.sh
+++ b/t/suffix6c.sh
@@ -12,7 +12,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/>.
# Test to make sure that '.o' and '.obj' are handled like '.$(OBJEXT)'.
# See also related "grepping" test 'suffix6.sh'.
diff --git a/t/suffix7.sh b/t/suffix7.sh
index 21c677281..f6cb789c9 100644
--- a/t/suffix7.sh
+++ b/t/suffix7.sh
@@ -12,7 +12,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/>.
# Test to make sure Automake supports implicit rules "confusing"
# extensions. Inspired by a mail from Alex Hornby.
diff --git a/t/suffix8.tap b/t/suffix8.tap
index 21e059d51..9db010bbc 100644
--- a/t/suffix8.tap
+++ b/t/suffix8.tap
@@ -12,7 +12,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/>.
# Test to make sure Automake supports multiple derivations for the
# same suffix.
diff --git a/t/suffix9.sh b/t/suffix9.sh
index ab22aa967..4a997d67a 100644
--- a/t/suffix9.sh
+++ b/t/suffix9.sh
@@ -12,7 +12,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/>.
# Make sure that Automake choose the shorter route between suffixes
# (related to PR/37)
diff --git a/t/symlink.sh b/t/symlink.sh
index 8b88f566e..78ad72218 100644
--- a/t/symlink.sh
+++ b/t/symlink.sh
@@ -12,7 +12,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/>.
# Make sure we get an error if symlink creation fails.
# Reported by Joerg-Martin Schwarz.
diff --git a/t/symlink2.sh b/t/symlink2.sh
index 7f05c0ed8..863820167 100644
--- a/t/symlink2.sh
+++ b/t/symlink2.sh
@@ -12,7 +12,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/>.
# Test to make sure that 'automake -a' redirects dangling symlinks.
diff --git a/t/syntax.sh b/t/syntax.sh
index f6887f42c..21d69afb2 100644
--- a/t/syntax.sh
+++ b/t/syntax.sh
@@ -12,7 +12,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/>.
# Test for error for bad syntax.
diff --git a/t/tags-pr12372.sh b/t/tags-pr12372.sh
index a67bb95b4..14ae78c5b 100644
--- a/t/tags-pr12372.sh
+++ b/t/tags-pr12372.sh
@@ -12,7 +12,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/>.
# Test to make sure tags are processed also for files with non-standard
# extensions. See automake bug#12372.
diff --git a/t/tags.sh b/t/tags.sh
index 9cf53df76..628f7d189 100644
--- a/t/tags.sh
+++ b/t/tags.sh
@@ -12,7 +12,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/>.
# Test for bug reported by Harlan Stenn: the tags target doesn't work
# when there are only headers in a directory.
diff --git a/t/tags2.sh b/t/tags2.sh
index 7a3811dff..ea3f3e8d4 100644
--- a/t/tags2.sh
+++ b/t/tags2.sh
@@ -12,7 +12,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/>.
# TAGS_DEPENDENCIES only make sense if other tag-worthy things (such as
# sources) exist.
diff --git a/t/tagsub.sh b/t/tagsub.sh
index 37f585bae..177f790d1 100644
--- a/t/tagsub.sh
+++ b/t/tagsub.sh
@@ -12,7 +12,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/>.
# Test to make sure tags and subdirs work correctly. Bug report by
# François Pinard, and later by Akim Demaille.
diff --git a/t/tap-ambiguous-directive.sh b/t/tap-ambiguous-directive.sh
index 8f5c827bd..75ff7d4ef 100644
--- a/t/tap-ambiguous-directive.sh
+++ b/t/tap-ambiguous-directive.sh
@@ -12,7 +12,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/>.
# TAP support:
# - handling of "ambiguous" TODO and SKIP directives
diff --git a/t/tap-autonumber.sh b/t/tap-autonumber.sh
index d5f14d541..ded621975 100644
--- a/t/tap-autonumber.sh
+++ b/t/tap-autonumber.sh
@@ -12,7 +12,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/>.
# TAP support:
# - unnumbered tests are OK, as long as their final total number
diff --git a/t/tap-bad-prog.tap b/t/tap-bad-prog.tap
index c00eab7ba..5c5807759 100644
--- a/t/tap-bad-prog.tap
+++ b/t/tap-bad-prog.tap
@@ -12,7 +12,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/>.
# TAP support:
# - missing, unreadable, or not-executable test scripts cause proper
diff --git a/t/tap-bailout-and-logging.sh b/t/tap-bailout-and-logging.sh
index 683a815d7..6c4719755 100644
--- a/t/tap-bailout-and-logging.sh
+++ b/t/tap-bailout-and-logging.sh
@@ -12,7 +12,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/>.
# TAP support:
# - even after a "Bail out!" directive, all input is still copied in
diff --git a/t/tap-bailout-leading-space.sh b/t/tap-bailout-leading-space.sh
index cd08a6554..53d965e73 100644
--- a/t/tap-bailout-leading-space.sh
+++ b/t/tap-bailout-leading-space.sh
@@ -12,7 +12,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/>.
# A "Bail out!" directive that is preceded by whitespace should still
# be recognized.
diff --git a/t/tap-bailout-suppress-badexit.sh b/t/tap-bailout-suppress-badexit.sh
index b08b5ee9d..0a65980c1 100644
--- a/t/tap-bailout-suppress-badexit.sh
+++ b/t/tap-bailout-suppress-badexit.sh
@@ -12,7 +12,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/>.
# Basic TAP test protocol support:
# - A "Bail out!" directive causes the driver to ignore the exit
diff --git a/t/tap-bailout-suppress-later-diagnostic.sh b/t/tap-bailout-suppress-later-diagnostic.sh
index 19316d93c..08cee1405 100644
--- a/t/tap-bailout-suppress-later-diagnostic.sh
+++ b/t/tap-bailout-suppress-later-diagnostic.sh
@@ -12,7 +12,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/>.
# TAP support:
# - A "Bail out!" directive causes the driver to ignore any TAP
diff --git a/t/tap-bailout-suppress-later-errors.sh b/t/tap-bailout-suppress-later-errors.sh
index d50a26b26..88bd7027d 100644
--- a/t/tap-bailout-suppress-later-errors.sh
+++ b/t/tap-bailout-suppress-later-errors.sh
@@ -12,7 +12,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/>.
# TAP support:
# - A "Bail out!" directive causes the driver to ignore any TAP
diff --git a/t/tap-bailout.sh b/t/tap-bailout.sh
index 76232512c..641e9c223 100644
--- a/t/tap-bailout.sh
+++ b/t/tap-bailout.sh
@@ -12,7 +12,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/>.
# Basic TAP test protocol support:
# - "Bail out!" magic
diff --git a/t/tap-basic.sh b/t/tap-basic.sh
index 566e4c8bd..37c1afd42 100644
--- a/t/tap-basic.sh
+++ b/t/tap-basic.sh
@@ -12,7 +12,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/>.
# Basic TAP support:
# - LOG_COMPILER support;
diff --git a/t/tap-color.sh b/t/tap-color.sh
index 2ca453fcf..dadfb26b0 100644
--- a/t/tap-color.sh
+++ b/t/tap-color.sh
@@ -12,7 +12,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/>.
# TAP support:
# - colorization of TAP results and diagnostic messages
diff --git a/t/tap-common-setup.sh b/t/tap-common-setup.sh
index ff4f3aca8..91d212724 100644
--- a/t/tap-common-setup.sh
+++ b/t/tap-common-setup.sh
@@ -12,7 +12,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/>.
# Auxiliary test to set up common data used by many tests on TAP support.
diff --git a/t/tap-deps.sh b/t/tap-deps.sh
index cdafec92b..173c93433 100644
--- a/t/tap-deps.sh
+++ b/t/tap-deps.sh
@@ -12,7 +12,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/>.
# Basic TAP test protocol support:
# - dependencies between test scripts
diff --git a/t/tap-diagnostic-custom.sh b/t/tap-diagnostic-custom.sh
index af779873c..df5807bc8 100644
--- a/t/tap-diagnostic-custom.sh
+++ b/t/tap-diagnostic-custom.sh
@@ -12,7 +12,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/>.
# TAP support:
# - option '--diagnostic-string' to customize the string introducing
diff --git a/t/tap-diagnostic.sh b/t/tap-diagnostic.sh
index 404f7fc99..7f3993b97 100644
--- a/t/tap-diagnostic.sh
+++ b/t/tap-diagnostic.sh
@@ -12,7 +12,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/>.
# TAP support:
# - diagnostic messages (TAP lines with leading "#")
diff --git a/t/tap-doc.sh b/t/tap-doc.sh
index 1b5b11325..41bd47d12 100644
--- a/t/tap-doc.sh
+++ b/t/tap-doc.sh
@@ -12,7 +12,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/>.
# Check that an example given in the documentation really works.
# See section "Simple Tests" subsection "Script-based Testsuites".
diff --git a/t/tap-doc2.sh b/t/tap-doc2.sh
index 48bce1e0c..da2c20b17 100644
--- a/t/tap-doc2.sh
+++ b/t/tap-doc2.sh
@@ -12,7 +12,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/>.
# Check that an example given in the documentation really works.
# See section "Using the TAP test protocol", subsection "Use TAP
diff --git a/t/tap-driver-stderr.sh b/t/tap-driver-stderr.sh
index 6fa991e12..9f9a702fe 100644
--- a/t/tap-driver-stderr.sh
+++ b/t/tap-driver-stderr.sh
@@ -12,7 +12,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/>.
# Unit test on TAP driver:
# - error messages from awk/shell/perl goes to the console
diff --git a/t/tap-empty-diagnostic.sh b/t/tap-empty-diagnostic.sh
index c88a06050..b1f49bba5 100644
--- a/t/tap-empty-diagnostic.sh
+++ b/t/tap-empty-diagnostic.sh
@@ -12,7 +12,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/>.
# TAP support:
# - empty diagnostic messages are discarder
diff --git a/t/tap-empty.sh b/t/tap-empty.sh
index 56452f122..44eb2af76 100644
--- a/t/tap-empty.sh
+++ b/t/tap-empty.sh
@@ -12,7 +12,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/>.
# TAP support: the following situations should be flagged as errors:
# - empty TAP input
diff --git a/t/tap-escape-directive-2.sh b/t/tap-escape-directive-2.sh
index bbe318a61..3aba4e1fe 100644
--- a/t/tap-escape-directive-2.sh
+++ b/t/tap-escape-directive-2.sh
@@ -12,7 +12,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/>.
# TAP support:
# - "escape" TODO and SKIP directives (by escaping the "#" character)
diff --git a/t/tap-escape-directive.sh b/t/tap-escape-directive.sh
index 2bfcfa4d5..603c949c1 100644
--- a/t/tap-escape-directive.sh
+++ b/t/tap-escape-directive.sh
@@ -12,7 +12,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/>.
# TAP support:
# - "escape" TODO and SKIP directives (by escaping the "#" character)
diff --git a/t/tap-exit.sh b/t/tap-exit.sh
index 24de743e5..f09e7f411 100644
--- a/t/tap-exit.sh
+++ b/t/tap-exit.sh
@@ -12,7 +12,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/>.
# TAP support:
# - an exit status != 0 of a test script causes an hard error
diff --git a/t/tap-fancy.sh b/t/tap-fancy.sh
index 2602b268b..1296306f4 100644
--- a/t/tap-fancy.sh
+++ b/t/tap-fancy.sh
@@ -12,7 +12,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/>.
# TAP support: some unusual forms for valid TAP input.
# See also related test 'tap-fancy2.sh'.
diff --git a/t/tap-fancy2.sh b/t/tap-fancy2.sh
index 678f9504f..a4851cd04 100644
--- a/t/tap-fancy2.sh
+++ b/t/tap-fancy2.sh
@@ -12,7 +12,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/>.
# TAP support: more unusual forms for valid TAP input.
# See also related test 'tap-fancy.sh'.
diff --git a/t/tap-global-log.sh b/t/tap-global-log.sh
index 05c9e53b4..57f55e608 100644
--- a/t/tap-global-log.sh
+++ b/t/tap-global-log.sh
@@ -12,7 +12,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/>.
# TAP support:
# - which log files get copied in the global log?
diff --git a/t/tap-global-result.sh b/t/tap-global-result.sh
index 6fb572ba7..e89348cc3 100644
--- a/t/tap-global-result.sh
+++ b/t/tap-global-result.sh
@@ -12,7 +12,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/>.
# TAP support:
# - which global test result derives from different test results
diff --git a/t/tap-log.sh b/t/tap-log.sh
index deae5f9eb..fbfdcc1bf 100644
--- a/t/tap-log.sh
+++ b/t/tap-log.sh
@@ -12,7 +12,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/>.
# TAP support:
# - log file creation
diff --git a/t/tap-merge-stdout-stderr.sh b/t/tap-merge-stdout-stderr.sh
index ff03d26ec..dc411cbc6 100644
--- a/t/tap-merge-stdout-stderr.sh
+++ b/t/tap-merge-stdout-stderr.sh
@@ -12,7 +12,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/>.
# TAP support:
# - The Automake TAP driver has an option that instruct it to read TAP
diff --git a/t/tap-missing-plan-and-bad-exit.sh b/t/tap-missing-plan-and-bad-exit.sh
index bc268bf7a..5a1d0f9e9 100644
--- a/t/tap-missing-plan-and-bad-exit.sh
+++ b/t/tap-missing-plan-and-bad-exit.sh
@@ -12,7 +12,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/>.
# TAP support:
# - if a test script exits with non-zero status before printing the TAP
diff --git a/t/tap-more.sh b/t/tap-more.sh
index 64a9a49f5..478868b5e 100644
--- a/t/tap-more.sh
+++ b/t/tap-more.sh
@@ -12,7 +12,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/>.
# More on TAP support:
# - more than one TAP-generating test script in $(TESTS)
diff --git a/t/tap-more2.sh b/t/tap-more2.sh
index fe945206b..628545db6 100644
--- a/t/tap-more2.sh
+++ b/t/tap-more2.sh
@@ -12,7 +12,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/>.
# More on TAP support:
# - more LOG_COMPILER at once for TAP tests
diff --git a/t/tap-msg0-bailout.sh b/t/tap-msg0-bailout.sh
index 11632adb4..ab661f7f1 100644
--- a/t/tap-msg0-bailout.sh
+++ b/t/tap-msg0-bailout.sh
@@ -12,7 +12,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/>.
# TAP support:
# - literal strings "0" and "0.0" as a test description in the message
diff --git a/t/tap-msg0-directive.sh b/t/tap-msg0-directive.sh
index 27196d5fd..8756c939e 100644
--- a/t/tap-msg0-directive.sh
+++ b/t/tap-msg0-directive.sh
@@ -12,7 +12,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/>.
# TAP support:
# - literal string "0" as a TODO or SKIP message
diff --git a/t/tap-msg0-misc.sh b/t/tap-msg0-misc.sh
index b3d4da4cf..76596b23b 100644
--- a/t/tap-msg0-misc.sh
+++ b/t/tap-msg0-misc.sh
@@ -12,7 +12,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/>.
# TAP support:
# - literal "0" and "0.0" in a test description and a TODO/SKIP message
diff --git a/t/tap-msg0-planskip.sh b/t/tap-msg0-planskip.sh
index 21c4db4d4..aa5ebd28b 100644
--- a/t/tap-msg0-planskip.sh
+++ b/t/tap-msg0-planskip.sh
@@ -12,7 +12,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/>.
# TAP support:
# - literal strings "0" and "0.0" as the reason of the skip in a "TAP
diff --git a/t/tap-msg0-result.sh b/t/tap-msg0-result.sh
index 36b5d15bd..317591c98 100644
--- a/t/tap-msg0-result.sh
+++ b/t/tap-msg0-result.sh
@@ -12,7 +12,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/>.
# TAP support:
# - the string "0" as a test description
diff --git a/t/tap-negative-numbers.sh b/t/tap-negative-numbers.sh
index a436b1890..b506c93cb 100644
--- a/t/tap-negative-numbers.sh
+++ b/t/tap-negative-numbers.sh
@@ -12,7 +12,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/>.
# TAP support:
# - don't spuriously recognize negative TAP result numbers, but correctly
diff --git a/t/tap-no-disable-hard-error.sh b/t/tap-no-disable-hard-error.sh
index e85c45012..1cd85561f 100644
--- a/t/tap-no-disable-hard-error.sh
+++ b/t/tap-no-disable-hard-error.sh
@@ -12,7 +12,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/>.
# TAP support:
# - "Bail out!" magic and TAP parse errors are not disabled nor turned
diff --git a/t/tap-no-merge-stdout-stderr.sh b/t/tap-no-merge-stdout-stderr.sh
index a75f54d78..cda4c3f7d 100644
--- a/t/tap-no-merge-stdout-stderr.sh
+++ b/t/tap-no-merge-stdout-stderr.sh
@@ -12,7 +12,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/>.
# TAP support:
# - By default, TAP input is only from the stdout (and not the stderr)
diff --git a/t/tap-no-spurious-numbers.sh b/t/tap-no-spurious-numbers.sh
index d4a4c2507..9c6835e1b 100644
--- a/t/tap-no-spurious-numbers.sh
+++ b/t/tap-no-spurious-numbers.sh
@@ -12,7 +12,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/>.
# TAP support:
# - we shouldn't spuriously recognize as TAP result numbers what it
diff --git a/t/tap-no-spurious-summary.sh b/t/tap-no-spurious-summary.sh
index 2b97fe996..bdbdf808d 100644
--- a/t/tap-no-spurious-summary.sh
+++ b/t/tap-no-spurious-summary.sh
@@ -12,7 +12,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/>.
# TAP support:
# - ':test-results:' directives in test scripts' output doesn't
diff --git a/t/tap-no-spurious.sh b/t/tap-no-spurious.sh
index 04394ff39..cb82022b5 100644
--- a/t/tap-no-spurious.sh
+++ b/t/tap-no-spurious.sh
@@ -12,7 +12,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/>.
# TAP support:
# - don't spuriously recognize lines that are "almost" TAP lines as
diff --git a/t/tap-not-ok-skip.sh b/t/tap-not-ok-skip.sh
index 1a9ad1192..535a546a2 100644
--- a/t/tap-not-ok-skip.sh
+++ b/t/tap-not-ok-skip.sh
@@ -12,7 +12,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/>.
# TAP support:
# - a "not ok # SKIP" line should count as a failure, for consistency
diff --git a/t/tap-number-wordboundary.sh b/t/tap-number-wordboundary.sh
index 5c2e7d48d..3fc7940c4 100644
--- a/t/tap-number-wordboundary.sh
+++ b/t/tap-number-wordboundary.sh
@@ -12,7 +12,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/>.
# TAP support:
# - TAP result numbers terminated by a non-whitespace "word boundary"
diff --git a/t/tap-numbers-leading-zero.sh b/t/tap-numbers-leading-zero.sh
index b6f32b8b9..ffedd8788 100644
--- a/t/tap-numbers-leading-zero.sh
+++ b/t/tap-numbers-leading-zero.sh
@@ -12,7 +12,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/>.
# TAP support:
# - how does TAP result numbers with leading zero fares?
diff --git a/t/tap-numeric-description.sh b/t/tap-numeric-description.sh
index 5ad7b8524..73f46b7c6 100644
--- a/t/tap-numeric-description.sh
+++ b/t/tap-numeric-description.sh
@@ -12,7 +12,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/>.
# TAP result lines whose description is a number.
diff --git a/t/tap-out-of-order.sh b/t/tap-out-of-order.sh
index 8741c88af..e44d4fd5e 100644
--- a/t/tap-out-of-order.sh
+++ b/t/tap-out-of-order.sh
@@ -12,7 +12,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/>.
# TAP support:
# - out-of-order test results
diff --git a/t/tap-passthrough-exit.sh b/t/tap-passthrough-exit.sh
index 6a8c0d45c..1a4dfdcf3 100644
--- a/t/tap-passthrough-exit.sh
+++ b/t/tap-passthrough-exit.sh
@@ -12,7 +12,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/>.
# TAP support:
# - non-success exit status of a test script is reported in the
diff --git a/t/tap-passthrough.sh b/t/tap-passthrough.sh
index 59976c263..8daa45a5e 100644
--- a/t/tap-passthrough.sh
+++ b/t/tap-passthrough.sh
@@ -12,7 +12,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/>.
# TAP support:
# - all input (valid TAP lines, invalid TAP lines, non-TAP lines)
diff --git a/t/tap-plan-corner.sh b/t/tap-plan-corner.sh
index da217540e..966f04d8c 100644
--- a/t/tap-plan-corner.sh
+++ b/t/tap-plan-corner.sh
@@ -12,7 +12,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/>.
# TAP support:
# - some corner cases for TAP plan
diff --git a/t/tap-plan-errors.sh b/t/tap-plan-errors.sh
index 46832c533..46ab17b1f 100644
--- a/t/tap-plan-errors.sh
+++ b/t/tap-plan-errors.sh
@@ -12,7 +12,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/>.
# TAP support: the following situations should be flagged as errors:
# - unmatched test plan (too few tests run)
diff --git a/t/tap-plan-leading-zero.sh b/t/tap-plan-leading-zero.sh
index f3e9d8943..c13e19ca5 100644
--- a/t/tap-plan-leading-zero.sh
+++ b/t/tap-plan-leading-zero.sh
@@ -12,7 +12,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/>.
# TAP support:
# - TAP plans with numbers having leading zeroes, as in "1..01"
diff --git a/t/tap-plan-malformed.sh b/t/tap-plan-malformed.sh
index 9800c0744..efe53578e 100644
--- a/t/tap-plan-malformed.sh
+++ b/t/tap-plan-malformed.sh
@@ -12,7 +12,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/>.
# TAP support: a malformed TAP plan is not recognized. The checks in
# here should be consistent with the behaviour of the 'prove' utility.
diff --git a/t/tap-plan-middle.sh b/t/tap-plan-middle.sh
index 6474f15ae..97c95f34f 100644
--- a/t/tap-plan-middle.sh
+++ b/t/tap-plan-middle.sh
@@ -12,7 +12,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/>.
# TAP support:
# - test plan preceding and/or following non-result TAP lines
diff --git a/t/tap-plan-whitespace.sh b/t/tap-plan-whitespace.sh
index 4d5ce6164..d168d9420 100644
--- a/t/tap-plan-whitespace.sh
+++ b/t/tap-plan-whitespace.sh
@@ -12,7 +12,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/>.
# TAP support:
# - plan line with trailing whitespace is recognized and handled correctly
diff --git a/t/tap-plan.sh b/t/tap-plan.sh
index 5585e1b51..c86ef6fa9 100644
--- a/t/tap-plan.sh
+++ b/t/tap-plan.sh
@@ -12,7 +12,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/>.
# TAP support:
# - test scripts with the test plan at the beginning
diff --git a/t/tap-planskip-and-logging.sh b/t/tap-planskip-and-logging.sh
index 934e524af..0db7bf0f1 100644
--- a/t/tap-planskip-and-logging.sh
+++ b/t/tap-planskip-and-logging.sh
@@ -12,7 +12,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/>.
# TAP support:
# - interactions between "TAP plan with SKIP" and logging of earlier or
diff --git a/t/tap-planskip-badexit.sh b/t/tap-planskip-badexit.sh
index c917b1948..f2cafeafd 100644
--- a/t/tap-planskip-badexit.sh
+++ b/t/tap-planskip-badexit.sh
@@ -12,7 +12,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/>.
# TAP support:
# - an exit status != 0 of a test script causes an hard error, even if
diff --git a/t/tap-planskip-bailout.sh b/t/tap-planskip-bailout.sh
index 93392e61f..9cb1a6a33 100644
--- a/t/tap-planskip-bailout.sh
+++ b/t/tap-planskip-bailout.sh
@@ -12,7 +12,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/>.
# TAP support:
# - a "Bail out!" directive causes an hard error, even if coming after
diff --git a/t/tap-planskip-case-insensitive.sh b/t/tap-planskip-case-insensitive.sh
index 2a83089da..b5b57d801 100644
--- a/t/tap-planskip-case-insensitive.sh
+++ b/t/tap-planskip-case-insensitive.sh
@@ -12,7 +12,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/>.
# TAP support:
# - "SKIP" keyword in a TAP plan is case-insensitive
diff --git a/t/tap-planskip-late.sh b/t/tap-planskip-late.sh
index befb2a123..752f3c0ab 100644
--- a/t/tap-planskip-late.sh
+++ b/t/tap-planskip-late.sh
@@ -12,7 +12,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/>.
# TAP support:
# - the special "plan with SKIP" can also be used "late" in the TAP
diff --git a/t/tap-planskip-later-errors.sh b/t/tap-planskip-later-errors.sh
index 9898572f1..16454f6b4 100644
--- a/t/tap-planskip-later-errors.sh
+++ b/t/tap-planskip-later-errors.sh
@@ -12,7 +12,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/>.
# TAP support:
# - TAP errors following a "TAP plan with SKIP" are still diagnosed.
diff --git a/t/tap-planskip-unplanned-corner.sh b/t/tap-planskip-unplanned-corner.sh
index 382b26c2e..7cf03d4fe 100644
--- a/t/tap-planskip-unplanned-corner.sh
+++ b/t/tap-planskip-unplanned-corner.sh
@@ -12,7 +12,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/>.
# TAP support:
# - test results seen in a TAP stream that has a "plan with SKIP" are
diff --git a/t/tap-planskip-unplanned.sh b/t/tap-planskip-unplanned.sh
index 948a51850..a500dff4d 100644
--- a/t/tap-planskip-unplanned.sh
+++ b/t/tap-planskip-unplanned.sh
@@ -12,7 +12,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/>.
# TAP support:
# - a "plan with skip" given after one or more test result have already
diff --git a/t/tap-planskip-whitespace.sh b/t/tap-planskip-whitespace.sh
index a90a1f990..3a28c18a6 100644
--- a/t/tap-planskip-whitespace.sh
+++ b/t/tap-planskip-whitespace.sh
@@ -12,7 +12,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/>.
# TAP support:
# - normalization of whitespace in console testsuite progress associated
diff --git a/t/tap-planskip.sh b/t/tap-planskip.sh
index 547edb6d8..1440c5310 100644
--- a/t/tap-planskip.sh
+++ b/t/tap-planskip.sh
@@ -12,7 +12,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/>.
# Basic TAP test protocol support:
# - special plan format to skip all the tests in a script
diff --git a/t/tap-recheck-logs.sh b/t/tap-recheck-logs.sh
index c1a3a3c67..c5039f435 100644
--- a/t/tap-recheck-logs.sh
+++ b/t/tap-recheck-logs.sh
@@ -12,7 +12,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/>.
# TAP support:
# - RECHECK_LOGS
diff --git a/t/tap-recheck.sh b/t/tap-recheck.sh
index 8e500b2fe..005b75d34 100644
--- a/t/tap-recheck.sh
+++ b/t/tap-recheck.sh
@@ -12,7 +12,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/>.
# Test the 'recheck' target for TAP test protocol.
# Keep in sync with 'test-driver-custom-multitest-recheck.sh'.
diff --git a/t/tap-result-comment.sh b/t/tap-result-comment.sh
index f5d46ffe2..5455303a9 100644
--- a/t/tap-result-comment.sh
+++ b/t/tap-result-comment.sh
@@ -12,7 +12,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/>.
# TAP support:
# - non-directive comments in TAP results are kept verbatim
diff --git a/t/tap-signal.tap b/t/tap-signal.tap
index c586e0b89..86d487377 100644
--- a/t/tap-signal.tap
+++ b/t/tap-signal.tap
@@ -12,7 +12,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/>.
# TAP support:
# - a test script terminated by a signal causes an hard error
diff --git a/t/tap-summary-color.sh b/t/tap-summary-color.sh
index a424968d2..c6d74ce96 100644
--- a/t/tap-summary-color.sh
+++ b/t/tap-summary-color.sh
@@ -12,7 +12,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/>.
# TAP support:
# - colorized testsuite summary
diff --git a/t/tap-summary.sh b/t/tap-summary.sh
index 55011199e..87ece97a0 100644
--- a/t/tap-summary.sh
+++ b/t/tap-summary.sh
@@ -12,7 +12,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/>.
# TAP support:
# - colorized testsuite summary
diff --git a/t/tap-test-number-0.sh b/t/tap-test-number-0.sh
index a52c417db..b82f0650d 100644
--- a/t/tap-test-number-0.sh
+++ b/t/tap-test-number-0.sh
@@ -12,7 +12,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/>.
# TAP support:
# - a test result numbered as 0 is to be considered out-of-order
diff --git a/t/tap-todo-skip-together.sh b/t/tap-todo-skip-together.sh
index 9bbf56e8d..3abd23af8 100644
--- a/t/tap-todo-skip-together.sh
+++ b/t/tap-todo-skip-together.sh
@@ -12,7 +12,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/>.
# TAP support:
# - TODO and SKIP directives on the same line: the first one wins
diff --git a/t/tap-todo-skip-whitespace.sh b/t/tap-todo-skip-whitespace.sh
index 73fe50482..f45642883 100644
--- a/t/tap-todo-skip-whitespace.sh
+++ b/t/tap-todo-skip-whitespace.sh
@@ -12,7 +12,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/>.
# TAP support:
# - normalization of whitespace in console testsuite progress associated
diff --git a/t/tap-todo-skip.sh b/t/tap-todo-skip.sh
index e5e5c3eb9..5bafa451c 100644
--- a/t/tap-todo-skip.sh
+++ b/t/tap-todo-skip.sh
@@ -12,7 +12,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/>.
# TAP support:
# - TODO and SKIP directives are case-insensitive
diff --git a/t/tap-unplanned.sh b/t/tap-unplanned.sh
index ea2a31b57..95133795c 100644
--- a/t/tap-unplanned.sh
+++ b/t/tap-unplanned.sh
@@ -12,7 +12,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/>.
# TAP support:
# - unplanned tests are properly reported as errors
diff --git a/t/tap-whitespace-normalization.sh b/t/tap-whitespace-normalization.sh
index d9da56c91..4b767f5c1 100644
--- a/t/tap-whitespace-normalization.sh
+++ b/t/tap-whitespace-normalization.sh
@@ -12,7 +12,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/>.
# TAP support: whitespace normalization (or lack thereof) in the testsuite
# progress output on console. We keep all of these checks here in a single
diff --git a/t/tap-with-and-without-number.sh b/t/tap-with-and-without-number.sh
index cc00d51ae..9ba708bb5 100644
--- a/t/tap-with-and-without-number.sh
+++ b/t/tap-with-and-without-number.sh
@@ -12,7 +12,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/>.
# TAP support:
# - numbered and unnumbered test results can coexist
diff --git a/t/tap-xfail-tests.sh b/t/tap-xfail-tests.sh
index 9e9f5ce3a..7be985918 100644
--- a/t/tap-xfail-tests.sh
+++ b/t/tap-xfail-tests.sh
@@ -12,7 +12,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/>.
# TAP and $(XFAIL_TESTS): test results without directives are turned from
# PASS to XPASS and from FAIL to XFAIL; other results are unchanged.
diff --git a/t/tar-opts-errors.sh b/t/tar-opts-errors.sh
index 1217080b8..ff92ad05c 100644
--- a/t/tar-opts-errors.sh
+++ b/t/tar-opts-errors.sh
@@ -12,7 +12,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/>.
# Check the tar options diagnostics.
diff --git a/t/tar-override.sh b/t/tar-override.sh
index 4c38f160c..116dd382c 100644
--- a/t/tar-override.sh
+++ b/t/tar-override.sh
@@ -12,7 +12,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/>.
# Check that the user can override the tar program used by "make dist"
# at runtime, by redefining the 'TAR' environment variable.
diff --git a/t/tar-pax.sh b/t/tar-pax.sh
index 480e23d81..eb1cbea1e 100644
--- a/t/tar-pax.sh
+++ b/t/tar-pax.sh
@@ -12,7 +12,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/>.
# Check the tar-pax option.
diff --git a/t/tar-ustar-id-too-high.sh b/t/tar-ustar-id-too-high.sh
index fdb4d7220..81802c3f9 100644
--- a/t/tar-ustar-id-too-high.sh
+++ b/t/tar-ustar-id-too-high.sh
@@ -12,7 +12,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/>.
# Check that UID or GID too high for the ustar format are correctly
# rwcognized and diagnosed by configure. See bug#8343 and bug#13588.
diff --git a/t/tar-ustar.sh b/t/tar-ustar.sh
index a9074229c..359e162c2 100644
--- a/t/tar-ustar.sh
+++ b/t/tar-ustar.sh
@@ -12,7 +12,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/>.
# Check the tar-ustar option.
diff --git a/t/target-cflags.sh b/t/target-cflags.sh
index 30435bd3f..2571e6197 100644
--- a/t/target-cflags.sh
+++ b/t/target-cflags.sh
@@ -12,7 +12,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/>.
# Test to make sure target specific CFLAGS work
# Assar Westerlund <assar@sics.se>
diff --git a/t/targetclash.sh b/t/targetclash.sh
index dea195623..e9c91f316 100644
--- a/t/targetclash.sh
+++ b/t/targetclash.sh
@@ -12,7 +12,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/>.
# Check that target clashes are diagnosed.
diff --git a/t/test-driver-acsubst.sh b/t/test-driver-acsubst.sh
index ccc07ad2b..e78290acc 100644
--- a/t/test-driver-acsubst.sh
+++ b/t/test-driver-acsubst.sh
@@ -12,7 +12,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/>.
# parallel-tests:
# - LOG_DRIVER variables can be AC_SUBST'd
diff --git a/t/test-driver-cond.sh b/t/test-driver-cond.sh
index 35cefbad6..cc6f2dc22 100644
--- a/t/test-driver-cond.sh
+++ b/t/test-driver-cond.sh
@@ -12,7 +12,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/>.
# parallel-tests:
# - Automake can correctly handle conditionals contents for the
diff --git a/t/test-driver-create-log-dir.sh b/t/test-driver-create-log-dir.sh
index 882ad2783..aedebd580 100644
--- a/t/test-driver-create-log-dir.sh
+++ b/t/test-driver-create-log-dir.sh
@@ -12,7 +12,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/>.
# Custom test drivers: if a log file has a directory component (as in
# e.g., 'sub/foo.log'), the Automake test harness must ensure that
diff --git a/t/test-driver-custom-multitest-recheck.sh b/t/test-driver-custom-multitest-recheck.sh
index aa7abedb2..68fdcfa5b 100644
--- a/t/test-driver-custom-multitest-recheck.sh
+++ b/t/test-driver-custom-multitest-recheck.sh
@@ -12,7 +12,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/>.
# Custom test drivers: try the "recheck" functionality with test protocols
# that allow multiple testcases in a single test script. This test not
diff --git a/t/test-driver-custom-multitest-recheck2.sh b/t/test-driver-custom-multitest-recheck2.sh
index e94d96ad0..a7c391049 100644
--- a/t/test-driver-custom-multitest-recheck2.sh
+++ b/t/test-driver-custom-multitest-recheck2.sh
@@ -12,7 +12,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/>.
# Custom test drivers: try the "recheck" functionality with test protocols
# that allow multiple testcases in a single test script. In particular,
diff --git a/t/test-driver-custom-multitest.sh b/t/test-driver-custom-multitest.sh
index 7e2017593..1d8353314 100644
--- a/t/test-driver-custom-multitest.sh
+++ b/t/test-driver-custom-multitest.sh
@@ -12,7 +12,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/>.
# Custom test drivers: check that we can easily support test protocols
# that allow multiple testcases in a single test script. This test not
diff --git a/t/test-driver-custom-no-extra-driver.sh b/t/test-driver-custom-no-extra-driver.sh
index 3212d4b5a..e67cdca77 100644
--- a/t/test-driver-custom-no-extra-driver.sh
+++ b/t/test-driver-custom-no-extra-driver.sh
@@ -12,7 +12,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/>.
# Check that auxiliary script 'test-driver' doesn't get needlessly
# installed or referenced if it's not used, i.e., if the user has
diff --git a/t/test-driver-custom-xfail-tests.sh b/t/test-driver-custom-xfail-tests.sh
index 22d9809f1..8feb879c5 100644
--- a/t/test-driver-custom-xfail-tests.sh
+++ b/t/test-driver-custom-xfail-tests.sh
@@ -12,7 +12,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/>.
# Custom test drivers: "abstract" XFAIL_TESTS support.
diff --git a/t/test-driver-custom.sh b/t/test-driver-custom.sh
index 84f65d111..1978139f4 100644
--- a/t/test-driver-custom.sh
+++ b/t/test-driver-custom.sh
@@ -12,7 +12,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/>.
# Custom test drivers: per-extension test drivers.
diff --git a/t/test-driver-fail.sh b/t/test-driver-fail.sh
index db34f50c7..bb4ba2ecc 100644
--- a/t/test-driver-fail.sh
+++ b/t/test-driver-fail.sh
@@ -12,7 +12,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/>.
# Custom test drivers: what happens when a test driver fails? Well,
# "make check" should at least fail too, and the test-suite.log
diff --git a/t/test-driver-is-distributed.sh b/t/test-driver-is-distributed.sh
index c6817dde1..c78ac2538 100644
--- a/t/test-driver-is-distributed.sh
+++ b/t/test-driver-is-distributed.sh
@@ -12,7 +12,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/>.
# Check regression of parallel-tests:
# - 'test-driver' script not correctly distributed when TESTS is
diff --git a/t/test-driver-strip-vpath.sh b/t/test-driver-strip-vpath.sh
index 27d2e131e..ec3a5632c 100644
--- a/t/test-driver-strip-vpath.sh
+++ b/t/test-driver-strip-vpath.sh
@@ -12,7 +12,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/>.
# Custom test drivers: check that the test name passed to the test
# driver has any VPATH prefix stripped.
diff --git a/t/test-driver-trs-suffix-registered.sh b/t/test-driver-trs-suffix-registered.sh
index ad190d23a..74c756b68 100644
--- a/t/test-driver-trs-suffix-registered.sh
+++ b/t/test-driver-trs-suffix-registered.sh
@@ -12,7 +12,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/>.
# parallel-tests support: the following are registered with '.SUFFIXES':
# - .log
diff --git a/t/test-extensions-cond.sh b/t/test-extensions-cond.sh
index b64a98ab1..a558b598e 100644
--- a/t/test-extensions-cond.sh
+++ b/t/test-extensions-cond.sh
@@ -12,7 +12,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/>.
# Expose bug in conditional definition of TEST_EXTENSIONS.
diff --git a/t/test-extensions.sh b/t/test-extensions.sh
index 2f058e7ba..64ea568b3 100644
--- a/t/test-extensions.sh
+++ b/t/test-extensions.sh
@@ -12,7 +12,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/>.
# Make sure that Automake diagnose invalid entries in TEST_EXTENSIONS,
# and do not diagnose valid (albeit more unusual) ones.
diff --git a/t/test-harness-vpath-rewrite.sh b/t/test-harness-vpath-rewrite.sh
index 82086ac10..643e6f925 100644
--- a/t/test-harness-vpath-rewrite.sh
+++ b/t/test-harness-vpath-rewrite.sh
@@ -12,7 +12,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/>.
# Check that our concurrent test harness is not subject to spurious VPATH
# rewrites.
diff --git a/t/test-log.sh b/t/test-log.sh
index aa9a44917..e450cabec 100644
--- a/t/test-log.sh
+++ b/t/test-log.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - log file creation
diff --git a/t/test-logs-repeated.sh b/t/test-logs-repeated.sh
index 50e86fdd6..efd587a12 100644
--- a/t/test-logs-repeated.sh
+++ b/t/test-logs-repeated.sh
@@ -12,7 +12,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/>.
# Check parallel-tests features:
# - $(TESTS_LOGS) can end up holding duplicated entries
diff --git a/t/test-metadata-global-log.sh b/t/test-metadata-global-log.sh
index 1e56cc3f9..03459b11b 100644
--- a/t/test-metadata-global-log.sh
+++ b/t/test-metadata-global-log.sh
@@ -12,7 +12,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/>.
# Custom test drivers and parallel test harness: check the documented
# semantics for deciding when the content of a test log file should be
diff --git a/t/test-metadata-global-result.sh b/t/test-metadata-global-result.sh
index 8e04a43df..83235c5d5 100644
--- a/t/test-metadata-global-result.sh
+++ b/t/test-metadata-global-result.sh
@@ -12,7 +12,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/>.
# Parallel testsuite harness: check APIs for the registering the
# "global test result" in '*.trs' files, as documented in the automake
diff --git a/t/test-metadata-recheck.sh b/t/test-metadata-recheck.sh
index 6156d861e..491d56c8b 100644
--- a/t/test-metadata-recheck.sh
+++ b/t/test-metadata-recheck.sh
@@ -12,7 +12,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/>.
# Test the "make recheck" semantics for custom test drivers, as documented
# in the Automake manual.
diff --git a/t/test-metadata-results.sh b/t/test-metadata-results.sh
index a8cdee4db..edfe5f5d8 100644
--- a/t/test-metadata-results.sh
+++ b/t/test-metadata-results.sh
@@ -12,7 +12,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/>.
# Parallel testsuite harness: check APIs for the registering of test
# results in '*.trs' files, as documented in the automake manual.
diff --git a/t/test-missing.sh b/t/test-missing.sh
index 3b4a35cbf..c828e5b4a 100644
--- a/t/test-missing.sh
+++ b/t/test-missing.sh
@@ -12,7 +12,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/>.
# parallel-tests:
# - non-existent scripts listed in TESTS get diagnosed
diff --git a/t/test-missing2.sh b/t/test-missing2.sh
index eee2eb794..efaff8d47 100644
--- a/t/test-missing2.sh
+++ b/t/test-missing2.sh
@@ -12,7 +12,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/>.
# parallel-tests:
# - non-existent scripts listed in TESTS get diagnosed, even when
diff --git a/t/test-trs-basic.sh b/t/test-trs-basic.sh
index 9febf1d3a..e734580ea 100644
--- a/t/test-trs-basic.sh
+++ b/t/test-trs-basic.sh
@@ -12,7 +12,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/>.
# Check parallel harness features:
# - creation and removal of '.trs' auxiliary files
diff --git a/t/test-trs-recover.sh b/t/test-trs-recover.sh
index 182433ae5..17169f266 100644
--- a/t/test-trs-recover.sh
+++ b/t/test-trs-recover.sh
@@ -12,7 +12,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/>.
# Check parallel harness features:
# - recovery from deleted '.trs' files, in various scenarios
diff --git a/t/test-trs-recover2.sh b/t/test-trs-recover2.sh
index acd5a9c5c..e72f314ca 100644
--- a/t/test-trs-recover2.sh
+++ b/t/test-trs-recover2.sh
@@ -12,7 +12,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/>.
# Check parallel harness features:
# - recovery from unreadable '.trs' files, in various scenarios
diff --git a/t/tests-environment-and-log-compiler.sh b/t/tests-environment-and-log-compiler.sh
index ad328eb0a..596b6a14f 100644
--- a/t/tests-environment-and-log-compiler.sh
+++ b/t/tests-environment-and-log-compiler.sh
@@ -12,7 +12,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/>.
# parallel-tests: check that we can use variables and functions set
# by TESTS_ENVIRONMENT and AM_TESTS_ENVIRONMENT in LOG_COMPILER and
diff --git a/t/tests-environment-backcompat.sh b/t/tests-environment-backcompat.sh
index a8494d4c0..5ad3f1942 100644
--- a/t/tests-environment-backcompat.sh
+++ b/t/tests-environment-backcompat.sh
@@ -12,7 +12,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/>.
# With old serial testsuite driver, TESTS_ENVIRONMENT can be used to
# define the "test runner", i.e. the program that the test scripts must
diff --git a/t/tests-environment-fd-redirect.sh b/t/tests-environment-fd-redirect.sh
index b8f651191..8af35c789 100644
--- a/t/tests-environment-fd-redirect.sh
+++ b/t/tests-environment-fd-redirect.sh
@@ -12,7 +12,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/>.
# Test for a behaviour of 'TESTS_ENVIRONMENT' and 'AM_TESTS_ENVIRONMENT'
# w.r.t. file descriptor redirections which, although undocumented,
@@ -22,9 +22,9 @@
# redirections by placing them at the end of a {AM_,}TESTS_ENVIRONMENT
# definition without a following semicolon. The need to support this
# is detailedly motivated by coreutils bug#8846:
-# <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
+# <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=8846>
# and the following CC:ed thread on bug-autoconf list:
-# <http://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
+# <https://lists.gnu.org/archive/html/bug-autoconf/2011-06/msg00002.html>
. test-init.sh
diff --git a/t/tests-environment.sh b/t/tests-environment.sh
index 7ae17e968..74a061a3f 100644
--- a/t/tests-environment.sh
+++ b/t/tests-environment.sh
@@ -12,7 +12,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/>.
# "Simple Tests" testsuite driver: check TESTS_ENVIRONMENT support.
diff --git a/t/testsuite-summary-color.sh b/t/testsuite-summary-color.sh
index 04106cee3..5ea69217e 100644
--- a/t/testsuite-summary-color.sh
+++ b/t/testsuite-summary-color.sh
@@ -12,7 +12,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/>.
# Check coloring of the testsuite summary.
diff --git a/t/testsuite-summary-count-many.sh b/t/testsuite-summary-count-many.sh
index 9026a120f..ed23a7a79 100644
--- a/t/testsuite-summary-count-many.sh
+++ b/t/testsuite-summary-count-many.sh
@@ -12,7 +12,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/>.
# Check test counts in the testsuite summary, with test drivers allowing
# multiple test results per test script, and for a huge number of tests.
diff --git a/t/testsuite-summary-count.sh b/t/testsuite-summary-count.sh
index 183624455..bd2454506 100644
--- a/t/testsuite-summary-count.sh
+++ b/t/testsuite-summary-count.sh
@@ -12,7 +12,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/>.
# Check test counts in the testsuite summary.
diff --git a/t/testsuite-summary-reference-log.sh b/t/testsuite-summary-reference-log.sh
index d9e9a8d9c..92ab4d007 100644
--- a/t/testsuite-summary-reference-log.sh
+++ b/t/testsuite-summary-reference-log.sh
@@ -12,7 +12,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/>.
# Check that the global testsuite log file referenced in the testsuite
# summary and in the global testsuite log itself is correct.
diff --git a/t/transform.sh b/t/transform.sh
index c67011ba9..94cc2a13f 100644
--- a/t/transform.sh
+++ b/t/transform.sh
@@ -12,7 +12,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/>.
# Make sure that --program-transform works.
diff --git a/t/transform2.sh b/t/transform2.sh
index d2587367e..0e9730aeb 100644
--- a/t/transform2.sh
+++ b/t/transform2.sh
@@ -12,7 +12,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/>.
# Make sure that --program-transform works even when multiple files are
# collapsed.
@@ -81,7 +81,7 @@ test $(find inst -type f -print | wc -l) -eq 0
# aggressive appending of '.exe' suffix when copying/renaming Windows
# executables. So let's skip this part of the test if we detect the
# faulty heuristic is present. See also:
-# <http://lists.gnu.org/archive/html/automake-patches/2010-08/msg00153.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2010-08/msg00153.html>
# <http://thread.gmane.org/gmane.os.cygwin/119380>
echo Foo > foo
echo Bar > bar.exe
diff --git a/t/transform3.sh b/t/transform3.sh
index d03d64400..9d6e28ce3 100644
--- a/t/transform3.sh
+++ b/t/transform3.sh
@@ -12,7 +12,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/>.
# Make sure that --program-transform does not transform too much
# stuff (in particular, pgklibdir, pkgdatadir and pkglibexecdir).
diff --git a/t/txinfo-absolute-srcdir-pr408.sh b/t/txinfo-absolute-srcdir-pr408.sh
index 5a995233f..63c47eb41 100644
--- a/t/txinfo-absolute-srcdir-pr408.sh
+++ b/t/txinfo-absolute-srcdir-pr408.sh
@@ -12,7 +12,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/>.
# Make sure Texinfo installation works when absolute --srcdir is used.
# PR/408
diff --git a/t/txinfo-add-missing-and-dist.sh b/t/txinfo-add-missing-and-dist.sh
index c1a72022d..62c8dbd7b 100644
--- a/t/txinfo-add-missing-and-dist.sh
+++ b/t/txinfo-add-missing-and-dist.sh
@@ -12,7 +12,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/>.
# Test to make sure texinfo.tex is correctly installed and disted by
# -a when we're using AC_CONFIG_AUX_DIR. Bug report by by Per
diff --git a/t/txinfo-bsd-make-recurs.sh b/t/txinfo-bsd-make-recurs.sh
index 6d8e07955..81c161aca 100644
--- a/t/txinfo-bsd-make-recurs.sh
+++ b/t/txinfo-bsd-make-recurs.sh
@@ -12,7 +12,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/>.
# Make sure the documentation targets work as required with BSD make,
# even in the presence of subdirs (requires presence of default *-am rules).
diff --git a/t/txinfo-builddir.sh b/t/txinfo-builddir.sh
index 5e4baaff2..68dec81ff 100644
--- a/t/txinfo-builddir.sh
+++ b/t/txinfo-builddir.sh
@@ -12,7 +12,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/>.
# Check that info files are built in builddir when needed.
# This test that this can be done through the so far undocumented
diff --git a/t/txinfo-clean.sh b/t/txinfo-clean.sh
index d8e4e7999..9c1a23098 100644
--- a/t/txinfo-clean.sh
+++ b/t/txinfo-clean.sh
@@ -12,7 +12,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/>.
# DVIS, PDFS, PSS, HTMLS should not be cleaned upon 'mostlyclean'.
# Similar to txinfo25.sh.
diff --git a/t/txinfo-dvi-recurs.sh b/t/txinfo-dvi-recurs.sh
index af017316c..f47e9ddad 100644
--- a/t/txinfo-dvi-recurs.sh
+++ b/t/txinfo-dvi-recurs.sh
@@ -12,7 +12,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/>.
# Make sure dvi target recurses into subdir.
# Reported by Pavel Roskin.
diff --git a/t/txinfo-include.sh b/t/txinfo-include.sh
index 0efda433c..eef4f927a 100644
--- a/t/txinfo-include.sh
+++ b/t/txinfo-include.sh
@@ -12,7 +12,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/>.
# Texinfo input files using @include directives. Check both in-tree
# and VPATH builds, and both top-level and subdir input.
diff --git a/t/txinfo-info-in-srcdir.sh b/t/txinfo-info-in-srcdir.sh
index 4798fb259..13d38213b 100644
--- a/t/txinfo-info-in-srcdir.sh
+++ b/t/txinfo-info-in-srcdir.sh
@@ -12,7 +12,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/>.
# Check that info files are normally built in $(srcdir),
# not in $(builddir).
diff --git a/t/txinfo-makeinfo-error-no-clobber.sh b/t/txinfo-makeinfo-error-no-clobber.sh
index 81d355681..b8d966dab 100644
--- a/t/txinfo-makeinfo-error-no-clobber.sh
+++ b/t/txinfo-makeinfo-error-no-clobber.sh
@@ -12,7 +12,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/>.
# Make sure info files survive makeinfo errors.
diff --git a/t/txinfo-many-output-formats-vpath.sh b/t/txinfo-many-output-formats-vpath.sh
index b82cd6e7f..7172a06b1 100644
--- a/t/txinfo-many-output-formats-vpath.sh
+++ b/t/txinfo-many-output-formats-vpath.sh
@@ -12,7 +12,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/>.
# Test support for building HTML documentation, and the many
# install-DOC flavors, in VPATH builds.
diff --git a/t/txinfo-many-output-formats.sh b/t/txinfo-many-output-formats.sh
index 36e6e08b4..cbc97bbf9 100644
--- a/t/txinfo-many-output-formats.sh
+++ b/t/txinfo-many-output-formats.sh
@@ -12,7 +12,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/>.
# Test support for building HTML documentation, and the many
# install-DOC flavors.
diff --git a/t/txinfo-no-clutter.sh b/t/txinfo-no-clutter.sh
index 4497161d1..9987aa856 100644
--- a/t/txinfo-no-clutter.sh
+++ b/t/txinfo-no-clutter.sh
@@ -12,7 +12,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/>.
# The info, html, pdf, ps and dvi targets shouldn't let clutter in the
# build directory. Related to automake bug#11146.
diff --git a/t/txinfo-no-extra-dist.sh b/t/txinfo-no-extra-dist.sh
index 4bc91193b..2e89cfb4a 100644
--- a/t/txinfo-no-extra-dist.sh
+++ b/t/txinfo-no-extra-dist.sh
@@ -12,7 +12,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/>.
# Test to ensure that a ".info~" or ".info.bak" file doesn't end up
# in the distribution. Bug report from Greg McGary.
diff --git a/t/txinfo-no-installinfo.sh b/t/txinfo-no-installinfo.sh
index d1d79dd86..31f99dacb 100644
--- a/t/txinfo-no-installinfo.sh
+++ b/t/txinfo-no-installinfo.sh
@@ -12,7 +12,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/>.
# Make sure install-info works even if no-installinfo is given.
diff --git a/t/txinfo-no-repeated-targets.sh b/t/txinfo-no-repeated-targets.sh
index 45006cf5f..03ab54140 100644
--- a/t/txinfo-no-repeated-targets.sh
+++ b/t/txinfo-no-repeated-targets.sh
@@ -12,7 +12,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/>.
# Make sure we only create texinfo-related targets once.
diff --git a/t/txinfo-no-split.sh b/t/txinfo-no-split.sh
new file mode 100644
index 000000000..ba7ec0d29
--- /dev/null
+++ b/t/txinfo-no-split.sh
@@ -0,0 +1,101 @@
+#! /bin/sh
+# Copyright (C) 2013-2017 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# 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 <https://www.gnu.org/licenses/>.
+
+# Info split files should not be produced (automake bug#13351).
+
+required=makeinfo
+. test-init.sh
+
+echo AC_OUTPUT >> configure.ac
+
+cat > Makefile.am <<'END'
+MAKEINFO = makeinfo --split-size 10
+info_TEXINFOS = foo.texi
+
+test-split: # A sanity check.
+ $(MAKEINFO) -o split.info foo.texi
+
+check-local:
+ test -f $(srcdir)/foo.info
+ test ! -f $(srcdir)/foo.info-1
+ test "`find $(srcdir) . | grep '\.info'`" = "$(srcdir)/foo.info"
+END
+
+# Systems lacking a working TeX installation cannot run "make dvi".
+if test -z "$TEX"; then
+ warn_ "TeX installation missing, \"make dvi\" will be skipped"
+ echo AUTOMAKE_OPTIONS = -Wno-override >> Makefile.am
+ echo 'dvi:; @echo Tex is missing, do nothing' >> Makefile.am
+fi
+
+cat > foo.texi << 'END'
+\input texinfo
+@setfilename foo.info
+@settitle foo
+@dircategory Dummy utilities
+@direntry
+* Foo: (foo). Does nothing at all.
+@end direntry
+
+@node Top
+@top Foo
+
+@menu
+* Intro:: Introduction
+* Planets:: List of Planets
+@end menu
+
+@node Intro
+@chapter Introduction
+Will list planets.
+
+@node Planets
+@chapter List of planets
+Hello Mercury.
+Hello Venus
+Hello Earth
+Hello Mars.
+Hello Jupiter.
+Hello Saturn.
+Hello Uran.
+Hello Neptune.
+Hello Pluto.
+@bye
+END
+
+$ACLOCAL
+$AUTOCONF
+$AUTOMAKE -a
+
+./configure
+
+$MAKE test-split
+ls -l # For debugging.
+test -f split.info
+test -f split.info-1
+test -f split.info-2
+rm -f split*
+
+$MAKE
+
+ls -l # For debugging.
+test -f foo.info
+test ! -f foo.info-1
+test "$(find . | $FGREP '.info' | sed 's|^\./||')" = foo.info
+
+$MAKE distcheck
+
+:
diff --git a/t/txinfo-nodist-info.sh b/t/txinfo-nodist-info.sh
index da3bc2627..3f4146b14 100644
--- a/t/txinfo-nodist-info.sh
+++ b/t/txinfo-nodist-info.sh
@@ -12,7 +12,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/>.
# Check that we can force generated '.info' info files not to be
# distributed.
diff --git a/t/txinfo-other-suffixes.sh b/t/txinfo-other-suffixes.sh
index b2d9eb3e1..83b20fbc6 100644
--- a/t/txinfo-other-suffixes.sh
+++ b/t/txinfo-other-suffixes.sh
@@ -12,7 +12,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/>.
# Test to make sure '.txi' and '.texinfo' extensions are deprecated,
# but still work.
diff --git a/t/txinfo-override-infodeps.sh b/t/txinfo-override-infodeps.sh
index a3abb01e2..9fd5a609a 100644
--- a/t/txinfo-override-infodeps.sh
+++ b/t/txinfo-override-infodeps.sh
@@ -12,7 +12,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/>.
# Make sure that INFO_DEPS can be overridden.
# Report from Bruce Korb.
diff --git a/t/txinfo-override-texinfo-tex.sh b/t/txinfo-override-texinfo-tex.sh
index b6243eb20..b605bd55d 100644
--- a/t/txinfo-override-texinfo-tex.sh
+++ b/t/txinfo-override-texinfo-tex.sh
@@ -12,7 +12,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/>.
# Make sure the user can override TEXINFO_TEX.
# Also make sure TEXINFO_TEX is not distributed.
diff --git a/t/txinfo-setfilename-repeated.sh b/t/txinfo-setfilename-repeated.sh
index 5f991c208..a9ab21fe1 100644
--- a/t/txinfo-setfilename-repeated.sh
+++ b/t/txinfo-setfilename-repeated.sh
@@ -12,7 +12,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/>.
# Make sure Automake uses the _first_ @setfilname it sees.
# Report from Karl Berry.
diff --git a/t/txinfo-setfilename-suffix-strip.sh b/t/txinfo-setfilename-suffix-strip.sh
index e84c2214a..10453efa6 100644
--- a/t/txinfo-setfilename-suffix-strip.sh
+++ b/t/txinfo-setfilename-suffix-strip.sh
@@ -12,7 +12,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/>.
# Make sure file extensions are matched correctly in the code
# parsing texi files for @setfilename declarations.
diff --git a/t/txinfo-subdir-pr343.sh b/t/txinfo-subdir-pr343.sh
index 094c044a5..ea393ea68 100644
--- a/t/txinfo-subdir-pr343.sh
+++ b/t/txinfo-subdir-pr343.sh
@@ -12,7 +12,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/>.
# Check for subdir Texinfo (PR/343).
diff --git a/t/txinfo-tex-dist.sh b/t/txinfo-tex-dist.sh
index ba29153b9..68daacf94 100644
--- a/t/txinfo-tex-dist.sh
+++ b/t/txinfo-tex-dist.sh
@@ -12,7 +12,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/>.
# Test to ensure texinfo.tex is included in distribution. Bug report by
# Jim Meyering.
diff --git a/t/txinfo-unrecognized-extension.sh b/t/txinfo-unrecognized-extension.sh
index 602db1a3b..c93c007ee 100644
--- a/t/txinfo-unrecognized-extension.sh
+++ b/t/txinfo-unrecognized-extension.sh
@@ -12,7 +12,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/>.
# Test that automake complains properly when the files with unrecognized
# extensions are passed to the TEXINFOS primary.
diff --git a/t/txinfo-unrecognized-info-suffix.sh b/t/txinfo-unrecognized-info-suffix.sh
index d9895e77f..811e28e8d 100644
--- a/t/txinfo-unrecognized-info-suffix.sh
+++ b/t/txinfo-unrecognized-info-suffix.sh
@@ -12,7 +12,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/>.
# Make sure non-empty, non-info suffixes are diagnosed.
diff --git a/t/txinfo-vtexi.sh b/t/txinfo-vtexi.sh
index a4953dcd5..7d8ff77f9 100644
--- a/t/txinfo-vtexi.sh
+++ b/t/txinfo-vtexi.sh
@@ -12,7 +12,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/>.
# Basic checks and some regressions testing on 'version.texi'
# support for texinfo files.
diff --git a/t/txinfo-vtexi2.sh b/t/txinfo-vtexi2.sh
index 520bd7276..5f6fc7359 100644
--- a/t/txinfo-vtexi2.sh
+++ b/t/txinfo-vtexi2.sh
@@ -12,7 +12,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/>.
# Test for bug reported by Glenn Amerine:
# When automake sees version.texi is being included by a texi file,
diff --git a/t/txinfo-vtexi3.sh b/t/txinfo-vtexi3.sh
index 10598f820..043ba7a23 100644
--- a/t/txinfo-vtexi3.sh
+++ b/t/txinfo-vtexi3.sh
@@ -12,7 +12,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/>.
# Check that vers*.texi files are automatically created and distributed
# if @included into a texi source. Also check that they correctly contain
diff --git a/t/txinfo-vtexi4.sh b/t/txinfo-vtexi4.sh
index 9ab8f36bf..8f9eab414 100644
--- a/t/txinfo-vtexi4.sh
+++ b/t/txinfo-vtexi4.sh
@@ -12,7 +12,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/>.
# Check that the version.texi file is automatically created and distributed
# if @included into a texi source. Also check that is correctly defined
diff --git a/t/txinfo-without-info-suffix.sh b/t/txinfo-without-info-suffix.sh
index 708c53597..529596aab 100644
--- a/t/txinfo-without-info-suffix.sh
+++ b/t/txinfo-without-info-suffix.sh
@@ -12,7 +12,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/>.
# Test to make sure .info-less @setfilename works.
diff --git a/t/txinfo19.sh b/t/txinfo19.sh
index bc4d916ac..45dd2f9ac 100644
--- a/t/txinfo19.sh
+++ b/t/txinfo19.sh
@@ -12,7 +12,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/>.
# Test support for DJGPP's .iNN info files.
diff --git a/t/txinfo23.sh b/t/txinfo23.sh
index 0e61cda1b..b684f9985 100644
--- a/t/txinfo23.sh
+++ b/t/txinfo23.sh
@@ -12,7 +12,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/>.
# Check that info files are built in builddir when needed.
# Test with subdir Texinfo.
diff --git a/t/txinfo24.sh b/t/txinfo24.sh
index bc248d1fc..f3c908ce8 100644
--- a/t/txinfo24.sh
+++ b/t/txinfo24.sh
@@ -12,7 +12,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/>.
# Check that info files are built in builddir when needed.
# (Similar to txinfo16.sh, plus CLEANFILES).
diff --git a/t/txinfo25.sh b/t/txinfo25.sh
index 681a5674d..62237d351 100644
--- a/t/txinfo25.sh
+++ b/t/txinfo25.sh
@@ -12,7 +12,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/>.
# Check that info files are built in builddir and in srcdir can safely
# co-exist. This setup is obtained by having two info files, only one
diff --git a/t/txinfo28.sh b/t/txinfo28.sh
index 37a571cc6..27974bd42 100644
--- a/t/txinfo28.sh
+++ b/t/txinfo28.sh
@@ -12,7 +12,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/>.
# Check that info files are built in builddir when needed.
# Similar to txinfo24.sh, but obfuscating filenames with variable
diff --git a/t/uninstall-fail.sh b/t/uninstall-fail.sh
index 33c74c413..d712f8c6f 100644
--- a/t/uninstall-fail.sh
+++ b/t/uninstall-fail.sh
@@ -12,7 +12,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/>.
# "make uninstall" complains and errors out on failures.
diff --git a/t/uninstall-pr9578.sh b/t/uninstall-pr9578.sh
index 3f0c788e8..5be96c77e 100644
--- a/t/uninstall-pr9578.sh
+++ b/t/uninstall-pr9578.sh
@@ -12,7 +12,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/>.
# Check against automake bug#9578: "make uninstall" issued before
# "make install" or after a mere "make install-data" or a mere
diff --git a/t/unused.sh b/t/unused.sh
index be3fb9a7d..78a97d095 100644
--- a/t/unused.sh
+++ b/t/unused.sh
@@ -12,7 +12,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/>.
# Test for failing check for unused macros. From Johan Danielsson.
diff --git a/t/upc.sh b/t/upc.sh
index 5d935564c..e6453f60d 100644
--- a/t/upc.sh
+++ b/t/upc.sh
@@ -12,7 +12,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/>.
# A simple Hello World for UPC.
diff --git a/t/upc2.sh b/t/upc2.sh
index c6f303bec..0b2c801ed 100644
--- a/t/upc2.sh
+++ b/t/upc2.sh
@@ -12,7 +12,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/>.
# Test that Automake suggests using AM_PROG_UPC if Unified Parallel C
# sources are used.
diff --git a/t/upc3.sh b/t/upc3.sh
index ff25ca0a2..c5dce2607 100644
--- a/t/upc3.sh
+++ b/t/upc3.sh
@@ -12,7 +12,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/>.
# Test that C and Unified Parallel C link safely.
diff --git a/t/vala-configure.sh b/t/vala-configure.sh
index aa264b102..b7ba9db14 100644
--- a/t/vala-configure.sh
+++ b/t/vala-configure.sh
@@ -12,7 +12,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/>.
# Test AM_PROG_VALAC.
diff --git a/t/vala-grepping.sh b/t/vala-grepping.sh
index 3b205e827..528b9faad 100644
--- a/t/vala-grepping.sh
+++ b/t/vala-grepping.sh
@@ -12,7 +12,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/>.
# Basic "grepping" test on vala support.
diff --git a/t/vala-headers.sh b/t/vala-headers.sh
index 1b41f50db..07f471c25 100644
--- a/t/vala-headers.sh
+++ b/t/vala-headers.sh
@@ -12,7 +12,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/>.
# Test to make sure compiling Vala code really works with recursive make.
diff --git a/t/vala-libs.sh b/t/vala-libs.sh
index 5231597a9..60e41579d 100644
--- a/t/vala-libs.sh
+++ b/t/vala-libs.sh
@@ -12,7 +12,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/>.
# Building libraries (libtool and static) from Vala sources.
# And use of vapi files to call C code from Vala.
diff --git a/t/vala-mix.sh b/t/vala-mix.sh
index 4c6f70f93..384efa9ac 100644
--- a/t/vala-mix.sh
+++ b/t/vala-mix.sh
@@ -12,7 +12,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/>.
# Vala sources and C sources in the same program. Functional test.
diff --git a/t/vala-mix2.sh b/t/vala-mix2.sh
index ac5aae225..35f3abda6 100644
--- a/t/vala-mix2.sh
+++ b/t/vala-mix2.sh
@@ -12,7 +12,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/>.
# Vala sources, C and C++ sources and C and C++ headers in the same
# program. Functional test. See automake bug#10894.
diff --git a/t/vala-non-recursive-setup.sh b/t/vala-non-recursive-setup.sh
index 2f783b25b..6c20d9662 100644
--- a/t/vala-non-recursive-setup.sh
+++ b/t/vala-non-recursive-setup.sh
@@ -12,7 +12,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/>.
# Test to make sure compiling Vala code really works with non-recursive make.
@@ -92,5 +92,3 @@ cd build
../configure
$MAKE
$MAKE distcheck
-
-
diff --git a/t/vala-parallel.sh b/t/vala-parallel.sh
index d850704b2..24a66c613 100644
--- a/t/vala-parallel.sh
+++ b/t/vala-parallel.sh
@@ -12,7 +12,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/>.
# Vala support with parallel make.
diff --git a/t/vala-per-target-flags.sh b/t/vala-per-target-flags.sh
index bf5b431b1..e0cf7ddb1 100644
--- a/t/vala-per-target-flags.sh
+++ b/t/vala-per-target-flags.sh
@@ -12,7 +12,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/>.
# Test per-target flags in vala support.
diff --git a/t/vala-recursive-setup.sh b/t/vala-recursive-setup.sh
index 13faec9d2..5404e8f8e 100644
--- a/t/vala-recursive-setup.sh
+++ b/t/vala-recursive-setup.sh
@@ -12,7 +12,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/>.
# Test to make sure compiling Vala code really works with recursive make.
diff --git a/t/vala-vapi.sh b/t/vala-vapi.sh
index 7f5ae01e9..67bdbd24d 100644
--- a/t/vala-vapi.sh
+++ b/t/vala-vapi.sh
@@ -12,7 +12,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/>.
# Test and that vapi files are correctly handled by Vala support.
diff --git a/t/vala-vpath.sh b/t/vala-vpath.sh
index 523f82841..5a841c6be 100644
--- a/t/vala-vpath.sh
+++ b/t/vala-vpath.sh
@@ -12,7 +12,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/>.
# Test to make sure vala support handles from-scratch VPATH builds.
# See automake bug#8753.
diff --git a/t/var-recurs.sh b/t/var-recurs.sh
index acbaa905a..571ea86bd 100644
--- a/t/var-recurs.sh
+++ b/t/var-recurs.sh
@@ -12,7 +12,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/>.
# Test to make sure recursive variable definitions die.
diff --git a/t/var-recurs2.sh b/t/var-recurs2.sh
index e9d351f7d..a3480fae2 100644
--- a/t/var-recurs2.sh
+++ b/t/var-recurs2.sh
@@ -12,7 +12,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/>.
# Test to make sure recursive variable definitions die.
# From Jim Meyering.
diff --git a/t/vars.sh b/t/vars.sh
index 53442eb47..73ee29f45 100644
--- a/t/vars.sh
+++ b/t/vars.sh
@@ -12,7 +12,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/>.
# Test various variable definitions that include an '=' sign.
# From Raja R Harinath.
diff --git a/t/vars3.sh b/t/vars3.sh
index d22261b17..22931a54c 100644
--- a/t/vars3.sh
+++ b/t/vars3.sh
@@ -12,7 +12,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/>.
# Check that Automake warns about variables containing spaces
# and other non-POSIX characters.
diff --git a/t/vartar.sh b/t/vartar.sh
index ab822f23d..0e611b6e6 100644
--- a/t/vartar.sh
+++ b/t/vartar.sh
@@ -12,7 +12,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/>.
# Targets and macros are two different name spaces.
diff --git a/t/vartypo2.sh b/t/vartypo2.sh
index 7267d32a5..77c05a6d6 100644
--- a/t/vartypo2.sh
+++ b/t/vartypo2.sh
@@ -12,7 +12,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/>.
# Make sure we warn about possible variable typos when we should,
# Libtool variant.
diff --git a/t/vartypos.sh b/t/vartypos.sh
index fd5a41a6a..adfee9641 100644
--- a/t/vartypos.sh
+++ b/t/vartypos.sh
@@ -12,7 +12,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/>.
# Make sure we warn about possible variable typos when we should.
diff --git a/t/version3.sh b/t/version3.sh
index 94a041672..b01eafbbf 100644
--- a/t/version3.sh
+++ b/t/version3.sh
@@ -12,7 +12,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/>.
# Test to make sure version in AUTOMAKE_OPTIONS works.
diff --git a/t/version4.sh b/t/version4.sh
index 563b7fb65..2504ad77e 100644
--- a/t/version4.sh
+++ b/t/version4.sh
@@ -12,7 +12,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/>.
# Test to make sure we are compatible with the 1.4-p1 series.
diff --git a/t/version6.sh b/t/version6.sh
index 68191b617..8d5dea74b 100644
--- a/t/version6.sh
+++ b/t/version6.sh
@@ -12,7 +12,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/>.
# Make sure the current version can be required.
diff --git a/t/version7.sh b/t/version7.sh
index dd89588d7..9f9cf7044 100644
--- a/t/version7.sh
+++ b/t/version7.sh
@@ -12,7 +12,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/>.
# Test for a special setup where the package's version isn't defined
# in configure.ac. We want GNU Make for this test (part of the test
diff --git a/t/version8.sh b/t/version8.sh
index 9f1247130..82647589b 100644
--- a/t/version8.sh
+++ b/t/version8.sh
@@ -12,7 +12,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/>.
# Calling AM_AUTOMAKE_VERSION by hand is a bug.
diff --git a/t/vpath.sh b/t/vpath.sh
index 5d2132797..878e5420a 100644
--- a/t/vpath.sh
+++ b/t/vpath.sh
@@ -12,7 +12,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/>.
# Test to make sure VPATH can be overridden.
# Report from Anthony Green.
diff --git a/t/warning-groups-win-over-strictness.sh b/t/warning-groups-win-over-strictness.sh
index 94a89a789..5c61357d4 100644
--- a/t/warning-groups-win-over-strictness.sh
+++ b/t/warning-groups-win-over-strictness.sh
@@ -12,7 +12,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/>.
# Check that explicitly-defined warning levels take precedence over
# implicit strictness-implied warnings, even when these explicit warning
diff --git a/t/warnings-obsolete-default.sh b/t/warnings-obsolete-default.sh
index 8c4a36412..e95dd6b6e 100644
--- a/t/warnings-obsolete-default.sh
+++ b/t/warnings-obsolete-default.sh
@@ -12,7 +12,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/>.
# Check that automake warnings in the 'obsolete' category are enabled
# by default.
diff --git a/t/warnings-override.sh b/t/warnings-override.sh
index 0f257ca75..f5431ae74 100644
--- a/t/warnings-override.sh
+++ b/t/warnings-override.sh
@@ -12,7 +12,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/>.
# The warnings specified in Makefile.am:AUTOMAKE_OPTIONS should override
# those specified in configure.ac:AM_INIT_AUTOMAKE, and both should
diff --git a/t/warnings-precedence.sh b/t/warnings-precedence.sh
index 3fd2e9b75..d4237d49e 100644
--- a/t/warnings-precedence.sh
+++ b/t/warnings-precedence.sh
@@ -12,7 +12,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/>.
# On the command line, in AM_INIT_AUTOMAKE, and in AUTOMAKE_OPTIONS,
# warnings specified later should take precedence over those specified
diff --git a/t/warnings-strictness-interactions.sh b/t/warnings-strictness-interactions.sh
index 914c00f97..206278b95 100644
--- a/t/warnings-strictness-interactions.sh
+++ b/t/warnings-strictness-interactions.sh
@@ -12,7 +12,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/>.
# Check that the default warnings triggered by a strictness specified
# in AUTOMAKE_OPTIONS take precedence over explicit warnings given in
diff --git a/t/warnings-unknown.sh b/t/warnings-unknown.sh
index f696f0b77..7497dad03 100644
--- a/t/warnings-unknown.sh
+++ b/t/warnings-unknown.sh
@@ -12,7 +12,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/>.
# Check that automake complains about unknown warnings.
diff --git a/t/warnings-win-over-strictness.sh b/t/warnings-win-over-strictness.sh
index b30c6b88f..72d193ee2 100644
--- a/t/warnings-win-over-strictness.sh
+++ b/t/warnings-win-over-strictness.sh
@@ -12,7 +12,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/>.
# Check that, on the command line, explicitly-defined warnings take
# precedence over implicit strictness-implied warnings.
diff --git a/t/warnopts.sh b/t/warnopts.sh
index 469d70824..003e44ef6 100644
--- a/t/warnopts.sh
+++ b/t/warnopts.sh
@@ -12,7 +12,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/>.
# Make sure that we can enable or disable warnings on a per-file basis.
diff --git a/t/werror.sh b/t/werror.sh
index 84fece94e..18f445491 100644
--- a/t/werror.sh
+++ b/t/werror.sh
@@ -12,7 +12,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/>.
# Test to make sure -Werror and --add-missing work together.
diff --git a/t/werror2.sh b/t/werror2.sh
index 83658a84c..2605f3c4e 100644
--- a/t/werror2.sh
+++ b/t/werror2.sh
@@ -12,7 +12,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/>.
# Make sure that Makefile.in is not overwritten on error. Otherwise
# although the rebuilding rules would fail on error, they would
diff --git a/t/werror3.sh b/t/werror3.sh
index d130911c2..450f1101f 100644
--- a/t/werror3.sh
+++ b/t/werror3.sh
@@ -12,7 +12,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/>.
# Make sure a per-Makefile.am -Werror setting is not carried over
# to another Makefile.am.
diff --git a/t/werror4.sh b/t/werror4.sh
index 3787a82eb..e0d1118b1 100644
--- a/t/werror4.sh
+++ b/t/werror4.sh
@@ -12,7 +12,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/>.
# -Werror and local -Werror settings should be flagged for the user.
diff --git a/t/whoami.sh b/t/whoami.sh
index 4b45269f1..4eb32a9aa 100644
--- a/t/whoami.sh
+++ b/t/whoami.sh
@@ -12,7 +12,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/>.
# Test to make sure aclocal doesn't barf on "WHO_AM_I=...". Report
# from Johan Danielsson (and a very nice bug report, too, I might
diff --git a/t/xsource.sh b/t/xsource.sh
index aff7ea74c..b0b503440 100644
--- a/t/xsource.sh
+++ b/t/xsource.sh
@@ -12,7 +12,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/>.
# Test to make sure multiple source files with the same object
# file causes error.
diff --git a/t/yacc-auxdir.sh b/t/yacc-auxdir.sh
index 3bb3a3a30..326a41957 100644
--- a/t/yacc-auxdir.sh
+++ b/t/yacc-auxdir.sh
@@ -12,7 +12,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/>.
# Test to make sure ylwrap is put in right location.
# Report from Tim Van Holder.
diff --git a/t/yacc-basic.sh b/t/yacc-basic.sh
index d419fc537..4b33d6c2f 100644
--- a/t/yacc-basic.sh
+++ b/t/yacc-basic.sh
@@ -12,7 +12,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/>.
# Basic semantic checks on Yacc support (without yacc-generated headers).
# Keep in sync with sister test 'yacc-cxx.sh'.
diff --git a/t/yacc-bison-skeleton-cxx.sh b/t/yacc-bison-skeleton-cxx.sh
index 95c0daec1..dde4a891b 100644
--- a/t/yacc-bison-skeleton-cxx.sh
+++ b/t/yacc-bison-skeleton-cxx.sh
@@ -12,7 +12,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/>.
# Test to make sure bison + bison's C++ skeleton + C++ works.
# For Automake bug#7648 and PR automake/491.
diff --git a/t/yacc-bison-skeleton.sh b/t/yacc-bison-skeleton.sh
index 6d577f75f..0b28737be 100644
--- a/t/yacc-bison-skeleton.sh
+++ b/t/yacc-bison-skeleton.sh
@@ -12,7 +12,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/>.
# Test to make sure bison + bison's skeleton works.
# For Automake bug#7648 and PR automake/491.
diff --git a/t/yacc-clean-cxx.sh b/t/yacc-clean-cxx.sh
index 28b717289..38dbb4adc 100644
--- a/t/yacc-clean-cxx.sh
+++ b/t/yacc-clean-cxx.sh
@@ -12,7 +12,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/>.
# Check that C++ source and header files derived from non-distributed
# Yacc sources are cleaned by "make clean", while C++ source and
diff --git a/t/yacc-clean.sh b/t/yacc-clean.sh
index a83ba7d05..bbda4a275 100644
--- a/t/yacc-clean.sh
+++ b/t/yacc-clean.sh
@@ -12,7 +12,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/>.
# Check that .c and .h files derived from non-distributed .y sources
# are cleaned by "make clean", while .c and .h files derived from
diff --git a/t/yacc-cxx-grepping.sh b/t/yacc-cxx-grepping.sh
index 3b330c492..3de9a7dc9 100644
--- a/t/yacc-cxx-grepping.sh
+++ b/t/yacc-cxx-grepping.sh
@@ -12,7 +12,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/>.
# Test to make sure Yacc + C++ is not obviously broken.
# See also related tests 'yacc-cxx.sh' and 'yacc-d-cxx.sh',
diff --git a/t/yacc-cxx.sh b/t/yacc-cxx.sh
index b69f523f9..a351e7af9 100644
--- a/t/yacc-cxx.sh
+++ b/t/yacc-cxx.sh
@@ -12,7 +12,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/>.
# Basic semantic checks on Yacc + C++ support (when yacc-generated
# headers are not involved).
diff --git a/t/yacc-d-basic.sh b/t/yacc-d-basic.sh
index c9ac930af..9e9e94b10 100644
--- a/t/yacc-d-basic.sh
+++ b/t/yacc-d-basic.sh
@@ -12,7 +12,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/>.
# Tests Yacc support with yacc-generated headers
# (i.e., '-d' in *YFLAGS).
diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh
index 98a8725e5..c6452a3ad 100644
--- a/t/yacc-d-cxx.sh
+++ b/t/yacc-d-cxx.sh
@@ -12,7 +12,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/>.
# Various tests on Yacc/C++ support with yacc-generated headers
# (i.e., '-d' in *YFLAGS).
diff --git a/t/yacc-d-vpath.sh b/t/yacc-d-vpath.sh
index c55e0b180..da679b413 100644
--- a/t/yacc-d-vpath.sh
+++ b/t/yacc-d-vpath.sh
@@ -12,7 +12,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/>.
# This test checks that dependent files are updated before including
# in the distribution. 'parse.c' depends on 'parse.y'. The latter is
diff --git a/t/yacc-deleted-headers.sh b/t/yacc-deleted-headers.sh
index e718fa146..87a2acca1 100644
--- a/t/yacc-deleted-headers.sh
+++ b/t/yacc-deleted-headers.sh
@@ -12,7 +12,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/>.
# Tests that we can recover from deleted headers generated by 'yacc -d'.
diff --git a/t/yacc-depend.sh b/t/yacc-depend.sh
index b9c52ddca..d3d568b0a 100644
--- a/t/yacc-depend.sh
+++ b/t/yacc-depend.sh
@@ -12,7 +12,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/>.
# Make sure depcomp does not needlessly update headers for yacc rules.
# Report from Paolo Bonzini.
diff --git a/t/yacc-depend2.sh b/t/yacc-depend2.sh
index 2002919bd..3d9ebb1d0 100644
--- a/t/yacc-depend2.sh
+++ b/t/yacc-depend2.sh
@@ -12,7 +12,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/>.
# Make sure depcomp does not needlessly update headers and objects
# for yacc rules. This test still fails with FreeBSD make (but passes
diff --git a/t/yacc-dist-nobuild-subdir.sh b/t/yacc-dist-nobuild-subdir.sh
index 34fed1be4..5fe1b5218 100644
--- a/t/yacc-dist-nobuild-subdir.sh
+++ b/t/yacc-dist-nobuild-subdir.sh
@@ -12,7 +12,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/>.
# Check that VPATH builds and "make distcheck" works with packages
# using yacc and the automake 'subdir-objects' option.
diff --git a/t/yacc-dist-nobuild.sh b/t/yacc-dist-nobuild.sh
index 2bccd0143..247e32b3f 100644
--- a/t/yacc-dist-nobuild.sh
+++ b/t/yacc-dist-nobuild.sh
@@ -12,7 +12,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/>.
# Check that distributed Yacc-generated parsers are not uselessly
# remade from an unpacked distributed tarball.
diff --git a/t/yacc-dry.sh b/t/yacc-dry.sh
index 9c34bff3b..d76f26ffe 100644
--- a/t/yacc-dry.sh
+++ b/t/yacc-dry.sh
@@ -12,7 +12,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/>.
# Removal recovery rules for headers should not remove files with 'make -n'.
diff --git a/t/yacc-grepping.sh b/t/yacc-grepping.sh
index c7597e589..b45ca7abc 100644
--- a/t/yacc-grepping.sh
+++ b/t/yacc-grepping.sh
@@ -12,7 +12,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/>.
# Some grep-based checks on yacc support:
#
diff --git a/t/yacc-grepping2.sh b/t/yacc-grepping2.sh
index c5766a859..71be64dbe 100644
--- a/t/yacc-grepping2.sh
+++ b/t/yacc-grepping2.sh
@@ -12,7 +12,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/>.
# Test of yacc functionality, derived from GNU binutils
# by Tim Van Holder.
diff --git a/t/yacc-headers-and-dist-pr47.sh b/t/yacc-headers-and-dist-pr47.sh
index 5e9d2f444..ef81f7a23 100644
--- a/t/yacc-headers-and-dist-pr47.sh
+++ b/t/yacc-headers-and-dist-pr47.sh
@@ -12,7 +12,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/>.
# Test to make sure dependencies are generated correctly for .h files.
# Report from Richard Boulton.
diff --git a/t/yacc-line.sh b/t/yacc-line.sh
index 453a84d3a..6bf349f17 100644
--- a/t/yacc-line.sh
+++ b/t/yacc-line.sh
@@ -12,7 +12,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/>.
# Check that automake yacc support ensures that yacc-generated C
# files use correct "#line" directives. Try also with the
diff --git a/t/yacc-misc.sh b/t/yacc-misc.sh
index d54060b7b..2206073c7 100644
--- a/t/yacc-misc.sh
+++ b/t/yacc-misc.sh
@@ -12,7 +12,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/>.
# Some simple tests of ylwrap functionality.
diff --git a/t/yacc-mix-c-cxx.sh b/t/yacc-mix-c-cxx.sh
index 61ed66496..615a3a258 100644
--- a/t/yacc-mix-c-cxx.sh
+++ b/t/yacc-mix-c-cxx.sh
@@ -12,7 +12,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/>.
# Check that many different Yacc parsers (both C and C++) can co-exists
# in the same directory.
diff --git a/t/yacc-nodist.sh b/t/yacc-nodist.sh
index bbfb9d9ba..8717d67a3 100644
--- a/t/yacc-nodist.sh
+++ b/t/yacc-nodist.sh
@@ -12,7 +12,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/>.
# Checks for .c and .h files derived from non-distributed yacc sources.
# The test 'yacc-pr204.sh' does similar check with AM_MAINTAINER_MODE
diff --git a/t/yacc-pr204.sh b/t/yacc-pr204.sh
index fb067f059..edf463f0c 100644
--- a/t/yacc-pr204.sh
+++ b/t/yacc-pr204.sh
@@ -12,7 +12,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/>.
# For PR 204.
# C sources derived from nodist_ yacc sources should not be distributed.
diff --git a/t/yacc-subdir.sh b/t/yacc-subdir.sh
index be5f4a7a7..f34868576 100644
--- a/t/yacc-subdir.sh
+++ b/t/yacc-subdir.sh
@@ -12,7 +12,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/>.
# Test for subdir parsers.
diff --git a/t/yacc-vpath.sh b/t/yacc-vpath.sh
index c8810ba15..55dff67c2 100644
--- a/t/yacc-vpath.sh
+++ b/t/yacc-vpath.sh
@@ -12,7 +12,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/>.
# This test checks that dependent files are updated before including
# in the distribution. 'parse.c' depends on 'parse.y'. The later is
diff --git a/t/yacc-weirdnames.sh b/t/yacc-weirdnames.sh
index f36d8c8ed..a40e55725 100644
--- a/t/yacc-weirdnames.sh
+++ b/t/yacc-weirdnames.sh
@@ -12,7 +12,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/>.
# Check that yacc sources with many dots in their name are handled
# correctly.
diff --git a/t/yflags-cmdline-override.sh b/t/yflags-cmdline-override.sh
index 401856744..dd2bc644f 100644
--- a/t/yflags-cmdline-override.sh
+++ b/t/yflags-cmdline-override.sh
@@ -12,7 +12,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/>.
# Check that automake can cope with user-redefinition of $(YFLAGS)
# at configure time and/or at make time.
diff --git a/t/yflags-conditional.sh b/t/yflags-conditional.sh
index e3a2b5400..612c5219b 100644
--- a/t/yflags-conditional.sh
+++ b/t/yflags-conditional.sh
@@ -12,7 +12,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/>.
# Check that automake complains about *_YFLAGS variables which have
# conditional content.
diff --git a/t/yflags-cxx.sh b/t/yflags-cxx.sh
index d5922d091..bf4a25cee 100644
--- a/t/yflags-cxx.sh
+++ b/t/yflags-cxx.sh
@@ -12,7 +12,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/>.
# Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and
# $(foo_YFLAGS). This is the C++ case.
diff --git a/t/yflags-d-false-positives.sh b/t/yflags-d-false-positives.sh
index f7c745b84..f3d172fd0 100644
--- a/t/yflags-d-false-positives.sh
+++ b/t/yflags-d-false-positives.sh
@@ -12,7 +12,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/>.
# Check for false positives in automake recognition of '-d' in YFLAGS.
diff --git a/t/yflags-force-conditional.sh b/t/yflags-force-conditional.sh
index 8cb16db25..edae2b963 100644
--- a/t/yflags-force-conditional.sh
+++ b/t/yflags-force-conditional.sh
@@ -12,7 +12,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/>.
# Check that the user can force automake to use *_YFLAGS variables
# which have conditional content.
diff --git a/t/yflags-force-override.sh b/t/yflags-force-override.sh
index d6348adac..aa078d40b 100644
--- a/t/yflags-force-override.sh
+++ b/t/yflags-force-override.sh
@@ -12,7 +12,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/>.
# Check that automake can cope with a definition of the $(YFLAGS) variable
# in Makefile.am (even if that is extremely bad practice, because that
diff --git a/t/yflags-var-expand.sh b/t/yflags-var-expand.sh
index dc7f53d58..2a6b8832e 100644
--- a/t/yflags-var-expand.sh
+++ b/t/yflags-var-expand.sh
@@ -12,7 +12,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/>.
# Check that automake expand variables when looking for '-d' in YFLAGS;
# for example, the following is supposed to work:
diff --git a/t/yflags.sh b/t/yflags.sh
index 13c714609..3aaec0eb2 100644
--- a/t/yflags.sh
+++ b/t/yflags.sh
@@ -12,7 +12,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/>.
# Check that $(YFLAGS) takes precedence over both $(AM_YFLAGS) and
# $(foo_YFLAGS).