diff --git a/AUTHORS b/AUTHORS index 912a7d90..719eee5c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -David Mosberger +David Mosberger diff --git a/README b/README index f119fecc..22821812 100644 --- a/README +++ b/README @@ -148,16 +148,14 @@ commands: Please direct all questions regarding this library to: - libunwind@linux.hpl.hp.com + libunwind-devel@nongnu.org -For spam protection, you'll have to subscribe to this list before -posting a question. You can do this by sending a mail to -libunwind-request@linux.hpl.hp.com with a body of: +You can do this by sending a mail to libunwind-request@nongnu.org with +a body of: - subscribe libunwind + subscribe libunwind-devel -Note: the host that is running this list is behind a firewall, so -you'll not be able to use the Web interface to manage your -subscription. Send a mail containing "help" to -libunwind-request@linux.hpl.hp.com for information on how to manage -your subscription via email. +or you can subscribe and manage your subscription via the +web-interface at: + + https://savannah.nongnu.org/mail/?group=libunwind diff --git a/configure b/configure index 4cc6e0b5..c00664fb 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 libunwind 0.98.6. # -# 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. @@ -730,7 +730,7 @@ PACKAGE_NAME='libunwind' PACKAGE_TARNAME='libunwind' PACKAGE_VERSION='0.98.6' PACKAGE_STRING='libunwind 0.98.6' -PACKAGE_BUGREPORT='libunwind@linux.hpl.hp.com' +PACKAGE_BUGREPORT='libunwind-devel@nongnu.org' ac_unique_file="src/mi/backtrace.c" # Factoring default headers for most tests. @@ -1540,7 +1540,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 @@ -5745,7 +5745,7 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------- ## -## Report this to libunwind@linux.hpl.hp.com ## +## Report this to libunwind-devel@nongnu.org ## ## ----------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 @@ -19639,7 +19639,7 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------- ## -## Report this to libunwind@linux.hpl.hp.com ## +## Report this to libunwind-devel@nongnu.org ## ## ----------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 @@ -19974,7 +19974,7 @@ echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >& echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------- ## -## Report this to libunwind@linux.hpl.hp.com ## +## Report this to libunwind-devel@nongnu.org ## ## ----------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 @@ -20959,7 +20959,7 @@ ARCH=`echo $target_arch | tr a-z A-Z` PKG_MAJOR=0 PKG_MINOR=98 PKG_EXTRA=.6 -PKG_MAINTAINER=libunwind@linux.hpl.hp.com +PKG_MAINTAINER=libunwind-devel@nongnu.org diff --git a/configure.in b/configure.in index 69051c68..7021333f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ define(pkg_major, 0) define(pkg_minor, 98) define(pkg_extra, .6) -define(pkg_maintainer, libunwind@linux.hpl.hp.com) +define(pkg_maintainer, libunwind-devel@nongnu.org) define(mkvers, $1.$2$3) dnl Process this file with autoconf to produce a configure script. AC_INIT(libunwind, mkvers(pkg_major, pkg_minor, pkg_extra), pkg_maintainer)