[ 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 <ger...@pfeifer.com> * Makefile.in (po/$(PACKAGE).pot): Adjust bug reporting URL. 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