]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
configure.am: use https:// in URLs
authorAsciiWolf <mail@asciiwolf.com>
Tue, 21 Feb 2017 14:44:13 +0000 (15:44 +0100)
committerAsciiWolf <mail@asciiwolf.com>
Tue, 21 Feb 2017 14:44:13 +0000 (15:44 +0100)
configure.ac

index 0e7bd1b76b6838755f66a4353f1fe6d34b625215..156511851cd92ceb599f89499de4ce66f180877a 100644 (file)
@@ -21,9 +21,9 @@ AC_PREREQ([2.64])
 
 AC_INIT([systemd],
         [233],
-        [http://github.com/systemd/systemd/issues],
+        [https://github.com/systemd/systemd/issues],
         [systemd],
-        [http://www.freedesktop.org/wiki/Software/systemd])
+        [https://www.freedesktop.org/wiki/Software/systemd])
 
 AC_CONFIG_SRCDIR([src/core/main.c])
 AC_CONFIG_MACRO_DIR([m4])
@@ -581,7 +581,7 @@ AC_ARG_WITH([support-url],
         AS_HELP_STRING([--with-support-url=URL],
                 [specify the support URL to show in catalog entries included in systemd]),
         [SUPPORT_URL="$withval"],
-        [SUPPORT_URL=http://lists.freedesktop.org/mailman/listinfo/systemd-devel])
+        [SUPPORT_URL=https://lists.freedesktop.org/mailman/listinfo/systemd-devel])
 
 AC_SUBST(SUPPORT_URL)