configure.ac (ACX_BUGURL): Update.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 9 Feb 2017 10:56:08 +0000 (10:56 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 9 Feb 2017 10:56:08 +0000 (10:56 +0000)
* configure.ac (ACX_BUGURL): Update.
* configure: Regenerate.

From-SVN: r245299

libquadmath/ChangeLog
libquadmath/configure
libquadmath/configure.ac

index e0cfc3a..4bd166b 100644 (file)
@@ -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
index 5091627..d2f13bf 100755 (executable)
@@ -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
 
index 6d03c78..41fbe12 100644 (file)
@@ -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