From 120728802281d6f3b0b1d54ea4d182864c598e03 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Dec 2014 10:03:50 +0100 Subject: Update bug report URL --- tools/cpu/configure.ac | 2 +- tools/cpu/generic/configure.ac | 2 +- tools/cpu/nios2/configure.ac | 2 +- tools/cpu/sh/configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/cpu') diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac index 0c73ac31c0..70d74b6329 100644 --- a/tools/cpu/configure.ac +++ b/tools/cpu/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) +AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_CONFIG_SRCDIR([generic]) RTEMS_TOP(../..) diff --git a/tools/cpu/generic/configure.ac b/tools/cpu/generic/configure.ac index a7d47b300d..e169be9a0e 100644 --- a/tools/cpu/generic/configure.ac +++ b/tools/cpu/generic/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) +AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_CONFIG_SRCDIR([size_rtems.in]) RTEMS_TOP(../../..) diff --git a/tools/cpu/nios2/configure.ac b/tools/cpu/nios2/configure.ac index fc8a4ea242..fe39a2cbb5 100644 --- a/tools/cpu/nios2/configure.ac +++ b/tools/cpu/nios2/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) +AC_INIT([rtems-tools-cpu-nios2],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_CONFIG_SRCDIR([nios2gen.c]) RTEMS_TOP(../../..) diff --git a/tools/cpu/sh/configure.ac b/tools/cpu/sh/configure.ac index e3ebf7506b..ddbb46630f 100644 --- a/tools/cpu/sh/configure.ac +++ b/tools/cpu/sh/configure.ac @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) +AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[https://devel.rtems.org/newticket]) AC_CONFIG_SRCDIR([shgen.c]) RTEMS_TOP(../../..) -- cgit v1.2.3