aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-02-09 08:30:30 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-02-09 08:30:30 +0000
commit9334ef9e738b2cf0c302d6567a93288a718a9f22 (patch)
tree0d2c2a3da46c3e246311ded1aa5eec29e48b29a2
parent9c0c77d279c6f0ea6c9d687dd9f7a1b5080b5d31 (diff)
downloadgcc-9334ef9e738b2cf0c302d6567a93288a718a9f22.zip
gcc-9334ef9e738b2cf0c302d6567a93288a718a9f22.tar.gz
gcc-9334ef9e738b2cf0c302d6567a93288a718a9f22.tar.bz2
configure.ac (ACX_BUGURL): Update.
* configure.ac (ACX_BUGURL): Update. * configure: Regenerate. From-SVN: r245296
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fcbb10c..9273711 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * configure.ac (ACX_BUGURL): Update.
+ * configure: Regenerate.
+
2017-02-09 Richard Biener <rguenther@suse.de>
PR tree-optimization/69823
diff --git a/gcc/configure b/gcc/configure
index 5359a4e..5671525 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 673fb1b..6d822bd 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.