diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-09 10:56:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-09 10:56:08 +0000 |
commit | 19e30111ee94b4d0a87f0f900ad168bd74340510 (patch) | |
tree | 78ad55ed8a8ee7bdb6f1595e7a444528deaf2eac /libquadmath | |
parent | e228c50f3a49bc8dd0d9d622748ac3e443631d56 (diff) | |
download | gcc-19e30111ee94b4d0a87f0f900ad168bd74340510.tar.gz |
configure.ac (ACX_BUGURL): Update.
* configure.ac (ACX_BUGURL): Update.
* configure: Regenerate.
From-SVN: r245299
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 5 | ||||
-rwxr-xr-x | libquadmath/configure | 2 | ||||
-rw-r--r-- | libquadmath/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
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 <gerald@pfeifer.com> + + * configure.ac (ACX_BUGURL): Update. + * configure: Regenerate. + 2017-01-17 Jakub Jelinek <jakub@redhat.com> 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 |