2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: New BUG-REPORT address.
This commit is contained in:
Ralf Corsepius
2006-12-02 06:06:55 +00:00
parent 0a978b3d38
commit fcb0cd462c
235 changed files with 590 additions and 118 deletions

View File

@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-unix],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_INIT([rtems-c-src-lib-libbsp-unix],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([posix])
RTEMS_TOP(../../../../..)