summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:10:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:10:26 +0000
commit9d7508e4f679b64fcc3cc7d23ab0e3554e0ca01a (patch)
tree61d96a87df82ed92d9105e40637c7b4174ae9ec4 /doc
parent2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9d7508e4f679b64fcc3cc7d23ab0e3554e0ca01a.tar.bz2
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/configure.ac2
-rw-r--r--doc/tools/ChangeLog4
-rw-r--r--doc/tools/configure.ac2
4 files changed, 10 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 69fee5140e..045e8362a6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi:
diff --git a/doc/configure.ac b/doc/configure.ac
index 71558ab412..9b69c7ffa7 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.60)
-AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-doc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 3dda8c10ec..4e56d5332f 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 0995ad7688..730789fe59 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
AC_PREREQ(2.60)
-AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([word-replace2])
RTEMS_TOP([../..])