summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel+cairo@molgen.mpg.de>2018-10-16 12:21:06 +0200
committerBryce Harrington <bryce@bryceharrington.org>2018-10-16 10:03:07 -0700
commit1c9201721d4c3ad667214cb2032e038e57395feb (patch)
tree3b169c6564bd329f6e69ead607d0636ae5b05385 /build
parent15ad6ca3e1ae2f34da4de1c81ac085031e1de8d1 (diff)
Use HTTPS URLs for freedesktop.org domains
Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*freedesktop.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}freedesktop\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Diffstat (limited to 'build')
-rw-r--r--build/aclocal.pkg.m42
-rw-r--r--build/configure.ac.tools2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/aclocal.pkg.m4 b/build/aclocal.pkg.m4
index cf90a9678..8b9fda909 100644
--- a/build/aclocal.pkg.m4
+++ b/build/aclocal.pkg.m4
@@ -146,7 +146,7 @@ path to pkg-config.
_PKG_TEXT
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
+To get pkg-config, see <https://pkg-config.freedesktop.org/>.])],
[$4])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
diff --git a/build/configure.ac.tools b/build/configure.ac.tools
index a24dbcecb..1fd2d3df8 100644
--- a/build/configure.ac.tools
+++ b/build/configure.ac.tools
@@ -12,7 +12,7 @@ dnl ===========================================================================
PKG_PROG_PKG_CONFIG()
if test "x$PKG_CONFIG" = x; then
- AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (http://pkgconfig.freedesktop.org/)])
+ AC_MSG_ERROR([pkg-config >= $PKGCONFIG_REQUIRED required but not found (https://pkgconfig.freedesktop.org/)])
fi
dnl Check for recent pkg-config which supports Requires.private