summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:20:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-11 14:20:43 +0000
commit7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056 (patch)
treecf2478f80438d64c287edd676dfa97cd261572a4 /scripts
parent2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056.tar.bz2
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 84b7ca2667..ff954e2c58 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
2003-07-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* autotools/automake-rtems.spec.in: Automake-1.7.6.
diff --git a/scripts/configure.ac b/scripts/configure.ac
index c6129c8771..69dd444026 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -1,7 +1,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils])
RTEMS_TOP([..])
AC_PREFIX_DEFAULT([/opt/rtems])