2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
This commit is contained in:
Ralf Corsepius
2003-08-11 14:20:43 +00:00
parent 7ebeaa13b9
commit 7dcc3feefc
304 changed files with 763 additions and 151 deletions

View File

@@ -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-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ada.am: Add .adp to SUFFIXES.

View File

@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.57)
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([support])
RTEMS_TOP(../../..)