summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms')
-rw-r--r--contrib/crossrpms/ChangeLog4
-rw-r--r--contrib/crossrpms/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/crossrpms/ChangeLog b/contrib/crossrpms/ChangeLog
index b808998f65..f29de154a6 100644
--- a/contrib/crossrpms/ChangeLog
+++ b/contrib/crossrpms/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: New BUG-REPORT address.
+
2006-11-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* autotools/Makefile.am, autotools/autoconf.add:
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index bfae9699a0..f1af586230 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.8])
AC_PREREQ(2.59)
-AC_INIT([crossrpms],[0.20061016.1],[rtems-bugs@rtems.com])
+AC_INIT([crossrpms],[0.20061016.1],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)