From bb04e83eb309bd29e435fdae1172dd8c32f98a15 Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:19:38 +0800 Subject: [PATCH] docs: use GitHub issues as the bug reporting address --- configure | 16 ++++++++-------- configure.ac | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 00c1a89bf5c..92f80a30c7e 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.71 for firejail 0.9.73. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -267,10 +267,10 @@ then : printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and -$0: netblue30@protonmail.com 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." +$0: https://github.com/netblue30/firejail/issues about your +$0: system, including any error possibly output before this +$0: message. Then install a modern shell, or manually run +$0: the script under such a shell if you do have one." fi exit 1 fi @@ -612,7 +612,7 @@ PACKAGE_NAME='firejail' PACKAGE_TARNAME='firejail' PACKAGE_VERSION='0.9.73' PACKAGE_STRING='firejail 0.9.73' -PACKAGE_BUGREPORT='netblue30@protonmail.com' +PACKAGE_BUGREPORT='https://github.com/netblue30/firejail/issues' PACKAGE_URL='https://firejail.wordpress.com' ac_unique_file="src/firejail/main.c" @@ -1446,7 +1446,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 . +Report bugs to . firejail home page: . _ACEOF ac_status=$? @@ -5111,7 +5111,7 @@ Usage: $0 [OPTION]... [TAG]... Configuration files: $config_files -Report bugs to . +Report bugs to . firejail home page: ." _ACEOF diff --git a/configure.ac b/configure.ac index 3701b7b4cf2..86b05d9b072 100644 --- a/configure.ac +++ b/configure.ac @@ -12,8 +12,8 @@ # AC_PREREQ([2.68]) -AC_INIT([firejail], [0.9.73], [netblue30@protonmail.com], [], - [https://firejail.wordpress.com]) +AC_INIT([firejail], [0.9.73], [https://github.com/netblue30/firejail/issues], + [], [https://firejail.wordpress.com]) AC_CONFIG_SRCDIR([src/firejail/main.c]) AC_CONFIG_MACRO_DIR([m4])