gdb: change bug URL to https

gdb/ChangeLog:

	* configure.ac (ACX_BUGURL): change bug URL to https.

Signed-off-by: Jonny Grant <jg@jguk.org>
Change-Id: If8d939e50c830e3e452c3e8f7a7aee06d9c96645
This commit is contained in:
Jonny Grant 2020-05-30 11:17:28 -04:00 committed by Simon Marchi
parent f68f85b52b
commit 112c22ed1f
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-05-30 Jonny Grant <jg@jguk.org>
* configure.ac (ACX_BUGURL): change bug URL to https.
2020-05-30 Pedro Alves <palves@redhat.com>
* cp-support.c (replace_typedefs_template): New.

2
gdb/configure vendored
View File

@ -7168,7 +7168,7 @@ if test "${with_bugurl+set}" = set; then :
;;
esac
else
BUGURL="http://www.gnu.org/software/gdb/bugs/"
BUGURL="https://www.gnu.org/software/gdb/bugs/"
fi

View File

@ -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])