Use gmail address instead of sf.net.

This commit is contained in:
William McBrine
2015-06-17 23:56:44 -04:00
parent e46011688c
commit d6484d4837
4 changed files with 15 additions and 15 deletions

2
README
View File

@@ -45,4 +45,4 @@ described within it.
Maintainer
----------
William McBrine <wmcbrine@users.sf.net>
William McBrine <wmcbrine@gmail.com>

24
configure vendored
View File

@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for PDCurses 3.4.
#
# Report bugs to <wmcbrine@users.sf.net>.
# Report bugs to <wmcbrine@gmail.com>.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
@@ -576,7 +576,7 @@ PACKAGE_NAME='PDCurses'
PACKAGE_TARNAME='PDCurses'
PACKAGE_VERSION='3.4'
PACKAGE_STRING='PDCurses 3.4'
PACKAGE_BUGREPORT='wmcbrine@users.sf.net'
PACKAGE_BUGREPORT='wmcbrine@gmail.com'
ac_unique_file="curspriv.h"
# Factoring default headers for most tests.
@@ -1313,7 +1313,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 <wmcbrine@users.sf.net>.
Report bugs to <wmcbrine@gmail.com>.
_ACEOF
ac_status=$?
fi
@@ -3879,9 +3879,9 @@ echo "$as_me: WARNING: sys/ipc.h: proceeding with the preprocessor's result" >&2
{ echo "$as_me:$LINENO: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&5
echo "$as_me: WARNING: sys/ipc.h: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX
## ------------------------------------ ##
## Report this to wmcbrine@users.sf.net ##
## ------------------------------------ ##
## --------------------------------- ##
## Report this to wmcbrine@gmail.com ##
## --------------------------------- ##
_ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -4039,9 +4039,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX
## ------------------------------------ ##
## Report this to wmcbrine@users.sf.net ##
## ------------------------------------ ##
## --------------------------------- ##
## Report this to wmcbrine@gmail.com ##
## --------------------------------- ##
_ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -4983,9 +4983,9 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&
{ echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
( cat <<\_ASBOX
## ------------------------------------ ##
## Report this to wmcbrine@users.sf.net ##
## ------------------------------------ ##
## --------------------------------- ##
## Report this to wmcbrine@gmail.com ##
## --------------------------------- ##
_ASBOX
) | sed "s/^/$as_me: WARNING: /" >&2
;;

View File

@@ -1,7 +1,7 @@
dnl $Id: configure.ac,v 1.35 2008/07/21 12:19:21 wmcbrine Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT([PDCurses], [3.4], [wmcbrine@users.sf.net], [PDCurses])
AC_INIT([PDCurses], [3.4], [wmcbrine@gmail.com], [PDCurses])
AC_CONFIG_SRCDIR([curspriv.h])
AC_SUBST(prefix)

View File

@@ -30,4 +30,4 @@ The files in this directory are released to the Public Domain.
Acknowledgements
----------------
SDL port was provided by William McBrine <wmcbrine@users.sf.net>
SDL port was provided by William McBrine <wmcbrine@gmail.com>