diff mbox

libquadmath BUGURL (was: [PATCH] Update BUGURL)

Message ID alpine.LSU.2.20.1702091151380.2253@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 9, 2017, 10:59 a.m. UTC
[ 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.

Comments

Jakub Jelinek Feb. 9, 2017, 11:01 a.m. UTC | #1
On Thu, Feb 09, 2017 at 11:59:36AM +0100, Gerald Pfeifer wrote:
> [ 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.

LGTM, thanks.

	Jakub
diff mbox

Patch

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