X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=glibcbug.in;h=0f392e7151c3dff11558e595ec55102b099f1b6b;hp=11ac4b5ee3fd880ae6413394b8afaa54a2147d4b;hb=3552e7b22f3877c849c73478f56bf3389809d8b5;hpb=26c4d0ba53c7d516a35a396fff9a64282fc7a0e4 diff --git a/glibcbug.in b/glibcbug.in index 11ac4b5ee3..0f392e7151 100644 --- a/glibcbug.in +++ b/glibcbug.in @@ -6,7 +6,7 @@ # these variables are filled in by configure # VERSION="@VERSION@" -BUGGLIBC="bugs@gnu.org" +RELEASE="@RELEASE@" ADDONS="@subdirs@" HOST="@host@" CC='@CC@' @@ -35,6 +35,12 @@ if test $? -ne 0; then chmod 600 $TEMPx fi +if test "$RELEASE" = "stable"; then + BUGGLIBC="bugs@gnu.org" +else + BUGGLIBC="libc-alpha@cygnus.com" +fi + BUGADDR=${1-$BUGGLIBC} : ${EDITOR=emacs}