From 2990bf409642bd16d99d66e5f828291148157ab3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 19 Nov 2021 17:57:25 +1030 Subject: Update bug reporting address https://sourceware.org/bugzilla/ everywhere bfd/ * configure.ac (ACX_BUGURL): Set to https://sourceware.org/bugzilla/ * po/Make-in (msgid-bugs-address): Likewise. * README: Report bugs to the above. * configure: Regenerate. binutils/ * po/Make-in (msgid-bugs-address): Update. gas/ * README: Update bug address. Delete mention of gcc. * po/Make-in: Update bug address. gold/ * po/Make-in: Update bug address. gprof/ * po/Make-in: Update bug address. ld/ * po/Make-in: Update bug address. opcodes/ * po/Make-in: Update bug address. --- binutils/po/Make-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/po/Make-in') diff --git a/binutils/po/Make-in b/binutils/po/Make-in index cd53f42..3ade65d 100644 --- a/binutils/po/Make-in +++ b/binutils/po/Make-in @@ -89,7 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ - --msgid-bugs-address=bug-binutils@gnu.org \ + --msgid-bugs-address=https://sourceware.org/bugzilla/ \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot -- cgit v1.1