1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-21 15:17:39 +01:00

Update mailing-list info.

This commit is contained in:
David Mosberger-Tang 2007-11-14 16:47:28 -07:00
parent 3899ab7039
commit 3550b501b1
4 changed files with 17 additions and 19 deletions

View file

@ -1 +1 @@
David Mosberger <davidm@hpl.hp.com>
David Mosberger <dmosberger@gmail.org>

18
README
View file

@ -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

14
configure vendored
View file

@ -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 <libunwind@linux.hpl.hp.com>.
# Report bugs to <libunwind-devel@nongnu.org>.
#
# 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 <libunwind@linux.hpl.hp.com>.
Report bugs to <libunwind-devel@nongnu.org>.
_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

View file

@ -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)