diff mbox

libcpp BUGURL (was: [PATCH] Update BUGURL)

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

Commit Message

Gerald Pfeifer Feb. 9, 2017, 8:56 a.m. UTC
[ Copying libcpp 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 libcpp. 

Applied for now, though I'm wondering whether there's more than just 
updating the URL that you may want to look into (so that we don't have 
it hardcoded in so many places)?

Gerald

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

	* Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL.
diff mbox

Patch

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 245296)
+++ Makefile.in	(working copy)
@@ -256,7 +256,7 @@ 
 	  --keyword=cpp_errno:3 \
 	  --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
 	  --copyright-holder="Free Software Foundation, Inc." \
-	  --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
+	  --msgid-bugs-address="https://gcc.gnu.org/bugs/" \
 	  --language=c -o po/$(PACKAGE).pot.tmp $^
 	sed 's:$(srcdir)/::g' <po/$(PACKAGE).pot.tmp >po/$(PACKAGE).pot
 	rm po/$(PACKAGE).pot.tmp