Change the bug reporting email address.
Review URL: http://breakpad.appspot.com/226001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@728 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
f66ff1afd2
commit
43e6db7e72
2 changed files with 6 additions and 6 deletions
10
configure
vendored
10
configure
vendored
|
@ -2,7 +2,7 @@
|
|||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.65 for breakpad 0.1.
|
||||
#
|
||||
# Report bugs to <opensource@google.com>.
|
||||
# Report bugs to <google-breakpad-dev@googlegroups.com>.
|
||||
#
|
||||
#
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -231,7 +231,7 @@ fi
|
|||
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
|
||||
else
|
||||
$as_echo "$0: Please tell bug-autoconf@gnu.org and
|
||||
$0: opensource@google.com about your system, including any
|
||||
$0: google-breakpad-dev@googlegroups.com about your system, including any
|
||||
$0: error possibly output before this message. Then install
|
||||
$0: a modern shell, or manually run the script under such a
|
||||
$0: shell if you do have one."
|
||||
|
@ -554,7 +554,7 @@ PACKAGE_NAME='breakpad'
|
|||
PACKAGE_TARNAME='breakpad'
|
||||
PACKAGE_VERSION='0.1'
|
||||
PACKAGE_STRING='breakpad 0.1'
|
||||
PACKAGE_BUGREPORT='opensource@google.com'
|
||||
PACKAGE_BUGREPORT='google-breakpad-dev@googlegroups.com'
|
||||
PACKAGE_URL=''
|
||||
|
||||
ac_unique_file="README"
|
||||
|
@ -1328,7 +1328,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 <opensource@google.com>.
|
||||
Report bugs to <google-breakpad-dev@googlegroups.com>.
|
||||
_ACEOF
|
||||
ac_status=$?
|
||||
fi
|
||||
|
@ -5794,7 +5794,7 @@ $config_headers
|
|||
Configuration commands:
|
||||
$config_commands
|
||||
|
||||
Report bugs to <opensource@google.com>."
|
||||
Report bugs to <google-breakpad-dev@googlegroups.com>."
|
||||
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
AC_PREREQ(2.57)
|
||||
|
||||
AC_INIT(breakpad, 0.1, opensource@google.com)
|
||||
AC_INIT(breakpad, 0.1, google-breakpad-dev@googlegroups.com)
|
||||
dnl Sanity check: the argument is just a file that should exist.
|
||||
AC_CONFIG_SRCDIR(README)
|
||||
AC_CONFIG_AUX_DIR(autotools)
|
||||
|
|
Loading…
Reference in a new issue