diff options
| author | Ben Boeckel <ben.boeckel@kitware.com> | 2025-10-10 22:01:03 -0400 |
|---|---|---|
| committer | Richard Biener <rguenther@suse.de> | 2026-01-09 11:10:38 +0100 |
| commit | d5835ae7bfe80af4a9912bedcdd484303e986f4f (patch) | |
| tree | 6aeb4488ef2a54c560e66b8ab01a75bdf86e6efd /libcpp | |
| parent | ab6621a77fbc1602d7def3c2b0a8d79a2f0edd96 (diff) | |
| download | gcc-d5835ae7bfe80af4a9912bedcdd484303e986f4f.tar.gz gcc-d5835ae7bfe80af4a9912bedcdd484303e986f4f.tar.bz2 gcc-d5835ae7bfe80af4a9912bedcdd484303e986f4f.zip | |
bugzilla: remove `gcc-bugs@` mailing list address
Bugzilla is preferred today. Use a URL that gives context about
gathering information prior to actually filing a bug at Bugzilla.
ChangeLog:
* config-ml.in: Replace gcc-bugs@ with bug reporting link.
* symlink-tree: Replace gcc-bugs@ with bug reporting link.
fixincludes/ChangeLog:
* README: Replace gcc-bugs@ with bug reporting link.
gcc/testsuite/ChangeLog:
* lib/file-format.exp: Replace gcc-bugs@ with bug reporting link.
libcpp/ChangeLog:
* configure: Regenerate.
* configure.ac: Replace gcc-bugs@ with bug reporting link.
libdecnumber/ChangeLog:
* configure: Regenerate.
* configure.ac: Replace gcc-bugs@ with bug reporting link.
Diffstat (limited to 'libcpp')
| -rwxr-xr-x | libcpp/configure | 22 | ||||
| -rw-r--r-- | libcpp/configure.ac | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/libcpp/configure b/libcpp/configure index b66f65d921f2..dea5ad963ca4 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for cpplib . # -# Report bugs to <gcc-bugs@gcc.gnu.org>. +# Report bugs to <https://gcc.gnu.org/bugs/>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -267,10 +267,10 @@ fi $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and -$0: gcc-bugs@gcc.gnu.org about your system, including any -$0: error possibly output before this message. Then install -$0: a modern shell, or manually run the script under such a -$0: shell if you do have one." +$0: https://gcc.gnu.org/bugs/ about your system, including +$0: any error possibly output before this message. Then +$0: install a modern shell, or manually run the script +$0: under such a shell if you do have one." fi exit 1 fi @@ -582,7 +582,7 @@ PACKAGE_NAME='cpplib' PACKAGE_TARNAME='cpplib' PACKAGE_VERSION=' ' PACKAGE_STRING='cpplib ' -PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org' +PACKAGE_BUGREPORT='https://gcc.gnu.org/bugs/' PACKAGE_URL='' ac_unique_file="ucnid.h" @@ -1424,7 +1424,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <gcc-bugs@gcc.gnu.org>. +Report bugs to <https://gcc.gnu.org/bugs/>. _ACEOF ac_status=$? fi @@ -1684,9 +1684,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} -( $as_echo "## ----------------------------------- ## -## Report this to gcc-bugs@gcc.gnu.org ## -## ----------------------------------- ##" +( $as_echo "## ---------------------------------------- ## +## Report this to https://gcc.gnu.org/bugs/ ## +## ---------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac @@ -9991,7 +9991,7 @@ $config_headers Configuration commands: $config_commands -Report bugs to <gcc-bugs@gcc.gnu.org>." +Report bugs to <https://gcc.gnu.org/bugs/>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/libcpp/configure.ac b/libcpp/configure.ac index 845dd6449483..5f26356570d5 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib) +AC_INIT(cpplib, [ ], https://gcc.gnu.org/bugs/, cpplib) AC_CONFIG_SRCDIR(ucnid.h) AC_CONFIG_MACRO_DIR(../config) AC_CANONICAL_SYSTEM |
