diff options
author | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-11-08 19:49:41 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-11-08 19:49:41 +0000 |
commit | 43e6db7e72dbc4bc162e7dbf1e2134429d8b5e3f (patch) | |
tree | 5fe5c28c6dddca45ffad5c41648aa37acb841e91 | |
parent | Delete an old Makefile and fix lots of lint errors. (diff) | |
download | breakpad-43e6db7e72dbc4bc162e7dbf1e2134429d8b5e3f.tar.xz |
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
-rwxr-xr-x | configure | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 1b30b062..8379a50e 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |