diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-23 09:36:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-23 11:11:53 -0700 |
commit | a2de0200664edbd93781ff2a19a878dbe6732f09 (patch) | |
tree | c29a457f3ad149a701d96cfc4c9a74c31c9082f2 | |
parent | 6cb3b83571de25ac77b6294ca903cc428c94889a (diff) | |
download | automake-a2de0200664edbd93781ff2a19a878dbe6732f09.tar.gz |
maint: fix two more http: URLs
* m4/init.m4: Change http: to https: in comments.
-rw-r--r-- | m4/init.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/init.m4 b/m4/init.m4 index f788134a1..9024b3aaa 100644 --- a/m4/init.m4 +++ b/m4/init.m4 @@ -87,8 +87,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> +# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. |