summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples
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 /c/src/tests/samples
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 'c/src/tests/samples')
-rw-r--r--c/src/tests/samples/ChangeLog4
-rw-r--r--c/src/tests/samples/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog
index 6c9a8d0b75..385e9e2810 100644
--- a/c/src/tests/samples/ChangeLog
+++ b/c/src/tests/samples/ChangeLog
@@ -1,5 +1,9 @@
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+
+2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* fileio/Makefile.am: Remove references to *.scn (Doesn't exist).
* pppd/Makefile.am: Remove references to DOC* (Don't exist).
diff --git a/c/src/tests/samples/configure.ac b/c/src/tests/samples/configure.ac
index 8e60affd0e..d02724fa42 100644
--- a/c/src/tests/samples/configure.ac
+++ b/c/src/tests/samples/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
-AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
+AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([hello])
RTEMS_TOP(../../../..)