aboutsummaryrefslogtreecommitdiff
path: root/glibcbug.in
diff options
context:
space:
mode:
Diffstat (limited to 'glibcbug.in')
-rw-r--r--glibcbug.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/glibcbug.in b/glibcbug.in
index 11ac4b5..0f392e7 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}