summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
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 /testsuites/itrontests
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 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog4
-rw-r--r--testsuites/itrontests/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index 00cc73a168..20900fa04b 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/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-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CC_CFLAGS_DEBUG_V.
diff --git a/testsuites/itrontests/configure.ac b/testsuites/itrontests/configure.ac
index 17b4618e63..9a35ee0ef8 100644
--- a/testsuites/itrontests/configure.ac
+++ b/testsuites/itrontests/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([itronhello])
RTEMS_TOP(../../../..)