diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ea60bb476..ac44bebebc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-05-30 Jonny Grant + + * configure.ac (ACX_BUGURL): change bug URL to https. + 2020-05-30 Pedro Alves * cp-support.c (replace_typedefs_template): New. diff --git a/gdb/configure b/gdb/configure index b6233adccf..ef10aa717f 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 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])