This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libquadmath BUGURL (was: [PATCH] Update BUGURL)


[ 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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]