From fcb0cd462c725bdb18d3fe883991a2c5ab5eb399 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 2 Dec 2006 06:06:55 +0000 Subject: =?UTF-8?q?2006-12-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: New BUG-REPORT address. --- testsuites/tools/ChangeLog | 4 ++++ testsuites/tools/configure.ac | 2 +- testsuites/tools/generic/ChangeLog | 4 ++++ testsuites/tools/generic/configure.ac | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) (limited to 'testsuites/tools') diff --git a/testsuites/tools/ChangeLog b/testsuites/tools/ChangeLog index e9a1cf6a09..136d54953f 100644 --- a/testsuites/tools/ChangeLog +++ b/testsuites/tools/ChangeLog @@ -1,3 +1,7 @@ +2006-12-02 Ralf Corsépius + + * configure.ac: New BUG-REPORT address. + 2006-10-17 Ralf Corsépius * configure.ac: Require autoconf-2.60. Require automake-1.10. diff --git a/testsuites/tools/configure.ac b/testsuites/tools/configure.ac index 8664466e1c..0bd77d9ac5 100644 --- a/testsuites/tools/configure.ac +++ b/testsuites/tools/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.60) -AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) +AC_INIT([rtems-c-src-tests-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([generic]) RTEMS_TOP([../..],[..]) diff --git a/testsuites/tools/generic/ChangeLog b/testsuites/tools/generic/ChangeLog index 90c8632a96..73527bcb00 100644 --- a/testsuites/tools/generic/ChangeLog +++ b/testsuites/tools/generic/ChangeLog @@ -1,3 +1,7 @@ +2006-12-02 Ralf Corsépius + + * configure.ac: New BUG-REPORT address. + 2006-10-17 Ralf Corsépius * configure.ac: Require autoconf-2.60. Require automake-1.10. diff --git a/testsuites/tools/generic/configure.ac b/testsuites/tools/generic/configure.ac index b7f28326e2..8c79f45b40 100644 --- a/testsuites/tools/generic/configure.ac +++ b/testsuites/tools/generic/configure.ac @@ -3,7 +3,7 @@ ## $Id$ AC_PREREQ(2.60) -AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) +AC_INIT([rtems-c-src-tests-tools-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([sorttimes.in]) RTEMS_TOP(../../..) -- cgit v1.2.3