diff options
| author | Ned T. Crigler <crigler@gmail.com> | 2025-06-16 13:40:57 -0700 |
|---|---|---|
| committer | Ned T. Crigler <crigler@gmail.com> | 2025-06-16 20:29:50 -0700 |
| commit | 740a15ba2319086eb34bdc6275950e0aa6666a71 (patch) | |
| tree | dda2e1ddfc66543573172cb5c1fd9d21d98f793f | |
| parent | 6d80909a8c0fd19717010a3c76fec560f988ca48 (diff) | |
Update my email address
The sourceforge website warns that their users.sourceforge.net email
forwarding feature is "discouraged and no longer available to new
accounts."
| -rw-r--r-- | README | 2 | ||||
| -rwxr-xr-x | configure | 12 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | dtach.1 | 2 |
4 files changed, 9 insertions, 9 deletions
@@ -207,4 +207,4 @@ dtach is (C)Copyright 2004-2016 Ned T. Crigler, and is under the GNU General Public License. Comments and suggestions about dtach are welcome, and can be sent to -the author at: <crigler@users.sourceforge.net>. +the author at: <crigler@gmail.com>. @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for dtach 0.9. # -# Report bugs to <crigler@users.sourceforge.net>. +# Report bugs to <crigler@gmail.com>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -267,7 +267,7 @@ 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: crigler@users.sourceforge.net about your system, +$0: crigler@gmail.com about your system, $0: 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." @@ -582,7 +582,7 @@ PACKAGE_NAME='dtach' PACKAGE_TARNAME='dtach' PACKAGE_VERSION='0.9' PACKAGE_STRING='dtach 0.9' -PACKAGE_BUGREPORT='crigler@users.sourceforge.net' +PACKAGE_BUGREPORT='crigler@gmail.com' PACKAGE_URL='' ac_unique_file="main.c" @@ -1303,7 +1303,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 <crigler@users.sourceforge.net>. +Report bugs to <crigler@gmail.com>. _ACEOF ac_status=$? fi @@ -1572,7 +1572,7 @@ $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" > { $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 crigler@users.sourceforge.net ## +## Report this to crigler@gmail.com ## ## -------------------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; @@ -4285,7 +4285,7 @@ $config_files Configuration headers: $config_headers -Report bugs to <crigler@users.sourceforge.net>." +Report bugs to <crigler@gmail.com>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index bef44f5..864f437 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(dtach, 0.9, crigler@users.sourceforge.net) +AC_INIT(dtach, 0.9, crigler@gmail.com) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(main.c) AC_CONFIG_HEADER(config.h) @@ -210,7 +210,7 @@ redraw method. .PP .SH AUTHOR -Ned T. Crigler <crigler@users.sourceforge.net>. +Ned T. Crigler <crigler@gmail.com>. .SH "SEE ALSO" .BR screen "(1)" |
