diff --git a/README b/README index dc476a9f..74a4e19a 100644 --- a/README +++ b/README @@ -45,4 +45,4 @@ described within it. Maintainer ---------- -William McBrine +William McBrine diff --git a/configure b/configure index 2d094bc4..9d14bd8c 100755 --- a/configure +++ b/configure @@ -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 . +# Report bugs to . # # 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 . +Report bugs to . _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 ;; diff --git a/configure.ac b/configure.ac index cf87496d..7a285b4b 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/sdl1/README b/sdl1/README index 35234d39..c8a2a9b4 100644 --- a/sdl1/README +++ b/sdl1/README @@ -30,4 +30,4 @@ The files in this directory are released to the Public Domain. Acknowledgements ---------------- -SDL port was provided by William McBrine +SDL port was provided by William McBrine