diff options
author | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 |
commit | 7f5f26fd66e60e60de875c70b1f93f60c0438780 (patch) | |
tree | 198c1edb66e1c5b2a132635070d96bf81a65b381 /m4/pkg.m4 | |
parent | core: Do not leak the override session key to ps(1). (diff) | |
download | gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.tar.gz gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.zip |
doc: Replace http: by https: in core source files.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | m4/pkg.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -# +# # Copyright © 2004 Scott James Remnant <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -39,7 +39,7 @@ if test -n "$PKG_CONFIG"; then AC_MSG_RESULT([no]) PKG_CONFIG="" fi - + fi[]dnl ])# PKG_PROG_PKG_CONFIG @@ -120,7 +120,7 @@ if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` fi # Put the nasty error message in config.log where it belongs @@ -146,7 +146,7 @@ path to pkg-config. _PKG_TEXT -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])], +To get pkg-config, see <https://www.freedesktop.org/software/pkgconfig>.])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |