2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Require autoconf-2.68, automake-1.11.1.
This commit is contained in:
Ralf Corsepius
2011-02-02 15:01:43 +00:00
parent 677e81332b
commit 8ee3775f30
283 changed files with 845 additions and 281 deletions

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't build tools/schedsim by default. * configure.ac: Don't build tools/schedsim by default.

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* src/libchip/network/dec21140.c, src/libchip/network/elnk.c, * src/libchip/network/dec21140.c, src/libchip/network/elnk.c,

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([TOOL_TARGETS]) AC_CONFIG_SRCDIR([TOOL_TARGETS])
RTEMS_TOP(..) RTEMS_TOP(..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
## These options are used within this file. ## These options are used within this file.

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/ide/ata.c: Fix spelling. * libchip/ide/ata.c: Fix spelling.

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1655/testing: PR 1655/testing:

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ([2.68])
AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([support]) AC_CONFIG_SRCDIR([support])
RTEMS_TOP([../../..],[]) RTEMS_TOP([../../..],[])
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_CHECK_PROGS([M4],[gm4 m4]) AC_CHECK_PROGS([M4],[gm4 m4])

View File

@@ -2,7 +2,7 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([optman]) AC_CONFIG_SRCDIR([optman])
RTEMS_TOP(../..) RTEMS_TOP(../..)
@@ -12,7 +12,7 @@ RTEMS_ENABLE_NETWORKING
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.10]) AM_INIT_AUTOMAKE([no-define subdir-objects no-exeext foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB RTEMS_ENABLE_MULTILIB

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c, * gba/clock/clockdrv.c, gba/console/conio.c, gba/console/console.c,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([../arm]) AC_CONFIG_SRCDIR([../arm])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base * bsp_specs, start/start.S, startup/linkcmds: Use linker command base

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-csb336],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-csb336],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_specs, start/start.S, startup/linkcmds.csb337, * bsp_specs, start/start.S, startup/linkcmds.csb337,

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-csb337],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-csb337],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base * bsp_specs, start/start.S, startup/linkcmds: Use linker command base

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds: ARM EABI compatibility. * startup/linkcmds: ARM EABI compatibility.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-gba],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-arm-gba],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base * bsp_specs, start/start.S, startup/linkcmds: Use linker command base

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-gdbarmsim],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-gdbarmsim],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* start/start.S, startup/linkcmds: Use linker command base file. * start/start.S, startup/linkcmds: Use linker command base file.

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-gp32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-gp32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base * bsp_specs, start/start.S, startup/linkcmds: Use linker command base

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-gumstix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-gumstix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800, * startup/linkcmds.lpc2362, startup/linkcmds.lpc23xx_tli800,

View File

@@ -5,13 +5,13 @@
# @brief Configure script of LibBSP for the LPC24XX boards. # @brief Configure script of LibBSP for the LPC24XX boards.
# #
AC_PREREQ(2.59) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-lpc24xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-lpc24xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.ac, include/bspopts.h.in: More options. * configure.ac, include/bspopts.h.in: More options.

View File

@@ -5,13 +5,13 @@
# @brief Configure script of LibBSP for the LPC32XX boards. # @brief Configure script of LibBSP for the LPC32XX boards.
# #
AC_PREREQ(2.59) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-lpc32xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-lpc32xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/bspgetworkarea.c: Removed file. * startup/bspgetworkarea.c: Removed file.

View File

@@ -2,13 +2,13 @@
## $Id$ ## $Id$
## ##
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-nds],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-arm-nds],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* ndstool/source/ndsextract.cpp: Add missing const's. * ndstool/source/ndsextract.cpp: Add missing const's.

View File

@@ -2,7 +2,7 @@
## $Id$ ## $Id$
## ##
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-nds-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-arm-nds-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([runtest]) AC_CONFIG_SRCDIR([runtest])
RTEMS_TOP(../../../../../../..) RTEMS_TOP(../../../../../../..)
@@ -15,7 +15,7 @@ AC_PROG_CXX
## RTEMS_CANONICAL_TARGET_CPU ## RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-06 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-12-06 Joel Sherrill <joel.sherrilL@OARcorp.com>
* make/custom/rtl22xx_t.cfg: Now compiles. * make/custom/rtl22xx_t.cfg: Now compiles.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-rtl22xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-rtl22xx],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
* startup/linkcmds: Use linker command base file. * startup/linkcmds: Use linker command base file.

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp ## configure.ac,v 1.5 2003/03/11 09:39:07 ralf Exp
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-arm-smdk2410],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-smdk2410],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-02-25 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Rework. * Makefile.am: Rework.

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1. * tools/configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_CONFIG_BUILD_SUBDIRS(tools) RTEMS_CONFIG_BUILD_SUBDIRS(tools)

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-avr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-avr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([avrtest]) AC_CONFIG_SRCDIR([avrtest])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/start/start.S: Pass 0/NULL for argc/argv. * shared/start/start.S: Pass 0/NULL for argc/argv.

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Do not use .rel files for libbsp pieces. * Makefile.am: Do not use .rel files for libbsp pieces.

View File

@@ -3,13 +3,13 @@
## $Id$ ## $Id$
## ##
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-bfin-bf537Stamp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-bfin-bf537Stamp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-bfin],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-bfin],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([../bfin]) AC_CONFIG_SRCDIR([../bfin])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Do not use .rel files for libbsp pieces. * Makefile.am: Do not use .rel files for libbsp pieces.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-bfin-eZKit533],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-bfin-eZKit533],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([h8sim]) AC_CONFIG_SRCDIR([h8sim])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Remove warning. * start/start.S: Remove warning.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h, * shared/irq/idt.c, shared/irq/irq.c, shared/irq/irq.h,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([pc386]) AC_CONFIG_SRCDIR([pc386])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Fix typo where license said found in found in. * console/console.c: Fix typo where license said found in found in.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* clock/rtc.c, console/console.c, console/inch.c, console/outch.c, * clock/rtc.c, console/console.c, console/inch.c, console/outch.c,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* bin2boot.c: Use stdint/inttypes to workaround build warnings on * bin2boot.c: Use stdint/inttypes to workaround build warnings on

View File

@@ -2,7 +2,7 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([Spec.doc]) AC_CONFIG_SRCDIR([Spec.doc])
RTEMS_TOP(../../../../../../..) RTEMS_TOP(../../../../../../..)
@@ -11,7 +11,7 @@ RTEMS_CANONICAL_TARGET_CPU
CFLAGS="-g -O2 -Wall" CFLAGS="-g -O2 -Wall"
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where * clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* debug_ada/cmds, debug_c/cmds: Remove RDBG. * debug_ada/cmds, debug_c/cmds: Remove RDBG.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([coff2bin]) AC_CONFIG_SRCDIR([coff2bin])
RTEMS_TOP(../../../../../../..) RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT RTEMS_PROJECT_ROOT

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-20 <yann.sionneau@telecom-sudparis.eu> 2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c, * shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([../lm32]) AC_CONFIG_SRCDIR([../lm32])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de> 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-config.h: Removed file. * include/irq-config.h: Removed file.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-lm32-lm32_evr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-lm32-lm32_evr],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* .cvsignore: New file. * .cvsignore: New file.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-lm32-milkymist], AC_INIT([rtems-c-src-lib-libbsp-lm32-milkymist],
[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) [_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, acinclude.m4, * .cvsignore, ChangeLog, Makefile.am, acinclude.m4,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m32c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m32c],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([m32cbsp]) AC_CONFIG_SRCDIR([m32cbsp])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1. * tools/configure.ac: Require autoconf-2.68, automake-1.11.1.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_CONFIG_BUILD_SUBDIRS(tools) RTEMS_CONFIG_BUILD_SUBDIRS(tools)

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com> 2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* .cvsignore: New file. * .cvsignore: New file.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m32r],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m32r],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([m32rsim]) AC_CONFIG_SRCDIR([m32rsim])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com> 2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspreset.c: New file. * startup/bspreset.c: New file.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* mcf5206elite/tools/runtest: Fix typo where license said * mcf5206elite/tools/runtest: Fix typo where license said

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char. Reformat. * console/console.c: Add BSP_poll_char. Reformat.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-av5282],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-av5282],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([shared]) AC_CONFIG_SRCDIR([shared])
RTEMS_TOP(../../../../..) RTEMS_TOP(../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/init5272.c: Remove warnings. * startup/init5272.c: Remove warnings.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/gen68302.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> 2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Fix mismatched comment. * start/start.S: Fix mismatched comment.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/init68360.c: Fix type punning warning. * startup/init68360.c: Fix type punning warning.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/console.c: Add BSP_poll_char. * console/console.c: Add BSP_poll_char.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-genmcf548x],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-genmcf548x],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* timer/timer.c: Remove warnings. * timer/timer.c: Remove warnings.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-04-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/init5206e.c: Remove warnings. * startup/init5206e.c: Remove warnings.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest: Skip all fatal error tests. * runtest: Skip all fatal error tests.

View File

@@ -2,7 +2,7 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([runtest]) AC_CONFIG_SRCDIR([runtest])
RTEMS_TOP(../../../../../../..) RTEMS_TOP(../../../../../../..)
@@ -11,7 +11,7 @@ RTEMS_TOP(../../../../../../..)
AC_ARG_VAR([RTEMS_BSP],[]) AC_ARG_VAR([RTEMS_BSP],[])
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10]) AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT RTEMS_PROJECT_ROOT

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char. * console/debugio.c: Add BSP_poll_char.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf52235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf52235],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* console/debugio.c: Add BSP_poll_char. * console/debugio.c: Add BSP_poll_char.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.60) AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-m68k-dpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) AC_INIT([rtems-c-src-lib-libbsp-m68k-dpu],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp_specs]) AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..) RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.11.1])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com> 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* network/network.c: Fix warning. * network/network.c: Fix warning.

Some files were not shown because too many files have changed in this diff Show More