From 7dcc3feefc847c6cfbfe34c21e2bd6984f1ea056 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Aug 2003 14:20:43 +0000 Subject: 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. --- testsuites/mptests/ChangeLog | 4 ++++ testsuites/mptests/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/mptests') diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog index 0c813e0abf..3fa60684e2 100644 --- a/testsuites/mptests/ChangeLog +++ b/testsuites/mptests/ChangeLog @@ -1,3 +1,7 @@ +2003-08-11 Ralf Corsepius + + * configure.ac: Use rtems-bugs@rtems.com as bug report email address. + 2003-05-27 Ralf Corsepius * configure.ac: Remove CC_CFLAGS_DEBUG_V. diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac index d8ade7d8af..db7bf24f7b 100644 --- a/testsuites/mptests/configure.ac +++ b/testsuites/mptests/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.57) -AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) +AC_INIT([rtems-c-src-tests-mptests],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([mp01]) RTEMS_TOP(../../../..) -- cgit v1.2.3