summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:06:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-02 06:06:55 +0000
commitfcb0cd462c725bdb18d3fe883991a2c5ab5eb399 (patch)
tree82c72dce2c97bb1ac08cbf5bfc6688c22bea51b7 /scripts
parent2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fcb0cd462c725bdb18d3fe883991a2c5ab5eb399.tar.bz2
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 0b9736f2a1..259a88d04e 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-07-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/autoconf.add: autoconf-2.60.
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 9d09e36fcf..e15164a861 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -1,7 +1,7 @@
## $Id$
AC_PREREQ(2.59)
-AC_INIT([rtems-scripts],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
+AC_INIT([rtems-scripts],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils])
RTEMS_TOP([..])