summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-02-23 16:56:54 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-02-23 17:03:23 +0400
commita17570cda55df3224cb671f410d0986b2f565ac5 (patch)
tree8173a39bdf44e0b7bc9515b906a1825f7554dbce /configure.ac
parentb5ef5c12720dbf31c5b09dd5b026abda5924fa0e (diff)
downloadbdwgc-a17570cda55df3224cb671f410d0986b2f565ac5.tar.gz
Update emails/links due to project site and ML transition
(www.hpl.hp.com/personal/Hans_Boehm -> www.hboehm.info; gc@linux.hpl.hp.com -> bdwgc@lists.opendylan.org) * AUTHORS: Update email. * doc/gc.man: Likewise. * README.QUICK: Change external link to gcinterface.html to local one (pointing to the file in "doc" folder). * README.md: Replace BDWGC site URL (www.hpl.hp.com/personal/Hans_Boehm to www.hboehm.info). * doc/gc.man: Likewise. * doc/gcdescr.html: Likewise. * doc/gcinterface.html: Likewise. * doc/overview.html: Likewise. * doc/scale.html: Likewise. * README.md: Update mailing list info (gc@linux.hpl.hp.com to bdwgc@lists.opendylan.org, gc-announce@linux.hpl.hp.com to bdwgc-announce@lists.opendylan.org). * configure.ac: Likewise. * doc/gcdescr.html: Likewise. * doc/overview.html: Likewise. * doc/tree.html: Remove unnecessary external link.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7458008a..6e6ea7cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
dnl Process this file with autoconf to produce configure.
# Initialization
-AC_INIT(gc,7.5.0,gc@linux.hpl.hp.com)
+AC_INIT(gc,7.5.0,bdwgc@lists.opendylan.org)
## version must conform to [0-9]+[.][0-9]+[.][0-9]+
AC_CONFIG_SRCDIR(gcj_mlc.c)
AC_CONFIG_MACRO_DIR([m4])