[PATCH]: change bug URL to https.
Jonny Grant
jg@jguk.org
Fri May 29 23:50:30 GMT 2020
2020-05-27 Jonny Grant <jg@jguk.org>
* configure.ac (ACX_BUGURL): change bug URL to https.
From df0231a81311bc8cfe7240942e482e0518633d0f Mon Sep 17 00:00:00 2001
From: Jonny Grant <jg@jguk.org>
Date: Wed, 27 May 2020 23:17:02 +0100
Subject: [PATCH] Change bug URL to https
Signed-off-by: Jonny Grant <jg@jguk.org>
---
gdb/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 9dac11469f..62750804fa 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -430,7 +430,7 @@ AC_ARG_ENABLE([codesign],
AC_SUBST([CODESIGN_CERT])
ACX_PKGVERSION([GDB])
-ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
+ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
--
2.17.1
More information about the Gdb-patches
mailing list