From 19e30111ee94b4d0a87f0f900ad168bd74340510 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 9 Feb 2017 10:56:08 +0000 Subject: configure.ac (ACX_BUGURL): Update. * configure.ac (ACX_BUGURL): Update. * configure: Regenerate. From-SVN: r245299 --- libquadmath/ChangeLog | 5 +++++ libquadmath/configure | 2 +- libquadmath/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'libquadmath') diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index e0cfc3aad9d..4bd166b0ff9 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,8 @@ +2017-02-09 Gerald Pfeifer + + * configure.ac (ACX_BUGURL): Update. + * configure: Regenerate. + 2017-01-17 Jakub Jelinek PR other/79046 diff --git a/libquadmath/configure b/libquadmath/configure index 5091627a7c3..d2f13bf7751 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -4446,7 +4446,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/libquadmath/configure.ac b/libquadmath/configure.ac index 6d03c78f798..41fbe1259ee 100644 --- a/libquadmath/configure.ac +++ b/libquadmath/configure.ac @@ -53,7 +53,7 @@ ACX_CHECK_PROG_VER([MAKEINFO], [makeinfo], [--version], [4.[4-9]*|4.[1-9][0-9]*|[5-9]*|[1-9][0-9]*]) AM_CONDITIONAL(BUILD_INFO, test $gcc_cv_prog_makeinfo_modern = "yes") -ACX_BUGURL([http://gcc.gnu.org/bugs.html]) +ACX_BUGURL([https://gcc.gnu.org/bugs/]) # Configure libtool AM_PROG_LIBTOOL -- cgit v1.2.3