From 9334ef9e738b2cf0c302d6567a93288a718a9f22 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 9 Feb 2017 08:30:30 +0000 Subject: [PATCH] configure.ac (ACX_BUGURL): Update. * configure.ac (ACX_BUGURL): Update. * configure: Regenerate. From-SVN: r245296 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcbb10ce4ee..92737111fb8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-09 Gerald Pfeifer + + * configure.ac (ACX_BUGURL): Update. + * configure: Regenerate. + 2017-02-09 Richard Biener PR tree-optimization/69823 diff --git a/gcc/configure b/gcc/configure index 5359a4e6ee5..567152567c9 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7655,7 +7655,7 @@ if test "${with_bugurl+set}" = set; then : ;; esac else - BUGURL="http://gcc.gnu.org/bugs.html" + BUGURL="https://gcc.gnu.org/bugs/" fi diff --git a/gcc/configure.ac b/gcc/configure.ac index 673fb1bb891..6d822bddd57 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -930,7 +930,7 @@ AC_ARG_WITH(specs, AC_SUBST(CONFIGURE_SPECS) ACX_PKGVERSION([GCC]) -ACX_BUGURL([http://gcc.gnu.org/bugs.html]) +ACX_BUGURL([https://gcc.gnu.org/bugs/]) # Sanity check enable_languages in case someone does not run the toplevel # configure # script. -- 2.30.2