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. --- c/src/make/ChangeLog | 4 ++++ c/src/make/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/make') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 1869ece94c..e5c19a79a0 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/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/c/src/make/configure.ac b/c/src/make/configure.ac index 831dae5d4b..42e59dd35e 100644 --- a/c/src/make/configure.ac +++ b/c/src/make/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) +AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_CONFIG_SRCDIR([bsp.cfg.in]) RTEMS_TOP(../../..) AC_SUBST(RTEMS_TOPdir,../../..) -- cgit v1.2.3