diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-03 03:09:04 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-04 18:14:37 -0500 |
commit | dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3 (patch) | |
tree | 6e92ea3313210ae0961eb9ddce118d583e93223e /sim/common | |
parent | babd2ee15db7700945f6d10c5f1f7759a79ad2f6 (diff) | |
download | gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.zip gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.tar.gz gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.tar.bz2 |
sim: update bug URI to https://
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 5 | ||||
-rw-r--r-- | sim/common/acinclude.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 1bd6741..0898a6f 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,10 @@ 2021-01-04 Mike Frysinger <vapier@gentoo.org> + * acinclude.m4 (ACX_BUGURL): Change http:// to https://. + * configure: Regenerate. + +2021-01-04 Mike Frysinger <vapier@gentoo.org> + * sim-options.c (sim_print_version): Print out more details when is_command is non-zero. diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4 index 71a8841..ff7e1ac 100644 --- a/sim/common/acinclude.m4 +++ b/sim/common/acinclude.m4 @@ -237,7 +237,7 @@ SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE ACX_PKGVERSION([SIM]) -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]) |