chiark / gitweb /
configure: bug reporting address
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Dec 2021 11:27:29 +0000 (11:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Dec 2021 11:33:59 +0000 (11:33 +0000)
The correct address is the secnet-discuss list.

Reported-by: Colin Watson <cjwatson@debian.org>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
configure
configure.ac

index d076bd327dd7291e3903b5f4590887ea83a5cb30..635c49af10942f10a048e21607dd7fba560d730b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3,7 +3,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for secnet 0.1.18+.
 #
-# Report bugs to <secnet@chiark.greenend.org.uk>.
+# Report bugs to <secnet-discuss@chiark.greenend.org.uk>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,8 +267,8 @@ 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: secnet@chiark.greenend.org.uk about your system,
-$0: including any error possibly output before this
+$0: secnet-discuss@chiark.greenend.org.uk 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
@@ -582,7 +582,7 @@ PACKAGE_NAME='secnet'
 PACKAGE_TARNAME='secnet'
 PACKAGE_VERSION='0.1.18+'
 PACKAGE_STRING='secnet 0.1.18+'
-PACKAGE_BUGREPORT='secnet@chiark.greenend.org.uk'
+PACKAGE_BUGREPORT='secnet-discuss@chiark.greenend.org.uk'
 PACKAGE_URL=''
 
 ac_unique_file="secnet.c"
@@ -1291,7 +1291,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 <secnet@chiark.greenend.org.uk>.
+Report bugs to <secnet-discuss@chiark.greenend.org.uk>.
 _ACEOF
 ac_status=$?
 fi
@@ -1513,9 +1513,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 secnet@chiark.greenend.org.uk ##
-## -------------------------------------------- ##"
+( $as_echo "## ---------------------------------------------------- ##
+## Report this to secnet-discuss@chiark.greenend.org.uk ##
+## ---------------------------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -4830,7 +4830,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <secnet@chiark.greenend.org.uk>."
+Report bugs to <secnet-discuss@chiark.greenend.org.uk>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
index aceed9014346659261b9f92ef6e36edf583d369a..53ba9be0723e13a138387358da4f147b06f1a76a 100644 (file)
@@ -21,7 +21,7 @@ sinclude(ac_prog_cc_no_writeable_strings.m4)
 
 m4_include(subdirmk/subdirmk.ac)
 
-AC_INIT(secnet,0.1.18+,secnet@chiark.greenend.org.uk)
+AC_INIT(secnet,0.1.18+,secnet-discuss@chiark.greenend.org.uk)
 AC_CONFIG_SRCDIR(secnet.c)
 AC_CONFIG_HEADER(config.h)