summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-21 11:27:10 -0500
committerGitHub <noreply@github.com>2017-02-21 11:27:10 -0500
commit2e98288b15d71a6fe1aeebaabb97e70c6f666bdc (patch)
treec6422e13d45dee9b4d9eabc5e5c7fe9540785d30 /configure.ac
parentbaf327864a052e2fc063eaa83964b9b92edb0d21 (diff)
parent28a0ad81eebef38f1cc29afa573ae9a41164f8d4 (diff)
Merge pull request #5410 from AsciiWolf/https-urls
Use https:// in URLs when possible.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0e7bd1b76b..156511851c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)