diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/README | 2 | ||||
-rwxr-xr-x | bfd/configure | 2 | ||||
-rw-r--r-- | bfd/configure.ac | 2 | ||||
-rw-r--r-- | bfd/po/Make-in | 4 |
4 files changed, 5 insertions, 5 deletions
@@ -34,7 +34,7 @@ BFD supports the following configure options: Use mmap when accessing files. This is faster on some hosts, but slower on others. It may not work on all hosts. -Report bugs with BFD to bug-binutils@gnu.org. +Report bugs in BFD to https://sourceware.org/bugzilla/ Patches are encouraged. When sending patches, always send the output of diff -u or diff -c from the original file to the new file. Do not diff --git a/bfd/configure b/bfd/configure index 58449ee..b55e98e 100755 --- a/bfd/configure +++ b/bfd/configure @@ -11941,7 +11941,7 @@ if test "${with_bugurl+set}" = set; then : ;; esac else - BUGURL="https://www.sourceware.org/bugzilla/" + BUGURL="https://sourceware.org/bugzilla/" fi diff --git a/bfd/configure.ac b/bfd/configure.ac index 50ba391..fc38571 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -169,7 +169,7 @@ AC_ARG_WITH(separate-debug-dir, AC_SUBST(DEBUGDIR) ACX_PKGVERSION([GNU Binutils]) -ACX_BUGURL([https://www.sourceware.org/bugzilla/]) +ACX_BUGURL([https://sourceware.org/bugzilla/]) AM_BINUTILS_WARNINGS diff --git a/bfd/po/Make-in b/bfd/po/Make-in index afe896e..6cde2f2 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -96,14 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-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)/SRC-POTFILES.in $(XGETTEXT) --default-domain=$(PACKAGE) \ --directory=.. \ --directory=. \ --add-comments --keyword=_ --keyword=N_ \ --join-existing \ - --msgid-bugs-address=bug-binutils@gnu.org \ + --msgid-bugs-address=https://sourceware.org/bugzilla/ \ --files-from=$(srcdir)/BLD-POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot |