diff options
author | Jonny Grant <jg@jguk.org> | 2020-05-30 11:17:28 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-05-30 11:18:53 -0400 |
commit | 112c22ed1f35049a73994bfdab0fdabb4fb91886 (patch) | |
tree | 9599801dd417765781f5170a31aa41b13b4dd1b3 /gdb | |
parent | f68f85b52b2897ba54e0b119322be1abb2d53afe (diff) | |
download | gdb-112c22ed1f35049a73994bfdab0fdabb4fb91886.zip gdb-112c22ed1f35049a73994bfdab0fdabb4fb91886.tar.gz gdb-112c22ed1f35049a73994bfdab0fdabb4fb91886.tar.bz2 |
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
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/configure | 2 | ||||
-rw-r--r-- | gdb/configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ea60bb..ac44beb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/configure b/gdb/configure index b6233ad..ef10aa7 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 9dac114..6275080 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]) |