diff options
Diffstat (limited to 'glibcbug.in')
-rw-r--r-- | glibcbug.in | 8 |
1 files changed, 7 insertions, 1 deletions
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} |