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-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* s3c24xx/irq/irq.c: Fix typo where license said found in found in.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-arm],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([shared])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-01-11 Allan Hessenflow <allanh@kallisti.com>
* serial/spi.c, serial/spi.h:

View File

@@ -3,13 +3,13 @@
## $Id$
##
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-bfin],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* page.c: Remove CVS-Header tag. Add CVS-Id

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-i386],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([cpuModel.h])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Fix typo in path.

View File

@@ -2,13 +2,13 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-05 Thomas Znidar <t.znidar@embed-it.com>
* Makefile.am, configure.ac, preinstall.am: Add mcf5225x support.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-m68k],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([m68040])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* mongoosev/duart/mg5uart.c: Fix type mismatch.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-mips],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([clock])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Fix typo in path.

View File

@@ -2,13 +2,13 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-nios2],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc.S,

View File

@@ -11,14 +11,14 @@
# @brief Configure script of LibCPU for PowerPC.
#
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-powerpc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([mpc6xx])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-sh],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([sh7032])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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.
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* preinstall.am: Regenerated.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-sparc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([reg_win])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
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-25 Gedare Bloom <giddyup44@yahoo.com>
PR 1688/libcpu

View File

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