libquadmath BUGURL (was: [PATCH] Update BUGURL)

Gerald Pfeifer gerald@pfeifer.com
Thu Feb 9 10:59:00 GMT 2017


[ Copying libquadmath maintainers ]

On Thu, 9 Feb 2017, Gerald Pfeifer wrote:
> As Jakub also pointed out, there are various places where our
> BUGURL is defined (not just used).

This is the patch for libquadmath.

Applied for now, though I'm wondering whether indeed we do have to
redefine this here (versus reusing a more centralized definition)?

Gerald

2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>

	* configure.ac (ACX_BUGURL): Update.
	* configure: Regenerate.

Index: libquadmath/configure.ac
===================================================================
--- libquadmath/configure.ac	(revision 245298)
+++ libquadmath/configure.ac	(working copy)
@@ -53,7 +53,7 @@
                    [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
Index: libquadmath/configure
===================================================================
--- libquadmath/configure	(revision 245298)
+++ libquadmath/configure	(working copy)
@@ -4446,7 +4446,7 @@
 	   ;;
      esac
 else
-  BUGURL="http://gcc.gnu.org/bugs.html"
+  BUGURL="https://gcc.gnu.org/bugs/"
 
 fi
 



More information about the Gcc-patches mailing list