2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Require automake-1.10. Require autoconf-2.60.
This commit is contained in:
Ralf Corsepius
2006-10-19 13:46:53 +00:00
parent 1d59bd93bd
commit 56e2dc07e1
193 changed files with 578 additions and 194 deletions

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-06-02 Jay Monkman <jtm@lopingdog.com> 2006-06-02 Jay Monkman <jtm@lopingdog.com>
* shared/irq/irq_init.c: Changed interrupt handling * shared/irq/irq_init.c: Changed interrupt handling

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am. * Makefile.am: Add preinstall.am.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-arm-armulator],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-armulator],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Requires autoconf-2.59. * configure.ac: Requires autoconf-2.59.

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.59) AC_PREREQ(2.60)
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 foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am. * Makefile.am: Add preinstall.am.

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.59) AC_PREREQ(2.60)
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 foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-06-02 Jay Monkman 2006-06-02 Jay Monkman
* irq/bsp_irq_init.c: Changed interrupt handling * irq/bsp_irq_init.c: Changed interrupt handling

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-edb7312],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/defaultfont.c: Convert to utf-8. * console/defaultfont.c: Convert to utf-8.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-arm-gba],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-arm-gba],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.59. * configure.ac: Require autoconf-2.59.

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.59) AC_PREREQ(2.60)
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 foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Remove build-variant support. * Makefile.am: Remove build-variant support.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-bare],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-bare],[_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 foreign 1.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in shared/Makefile.am. * Makefile.am: Merge-in shared/Makefile.am.

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-05-31 Joel Sherrill <joel@OARcorp.com> 2006-05-31 Joel Sherrill <joel@OARcorp.com>
* clock/clock.c: Switch to using shared clock driver shell. * clock/clock.c: Switch to using shared clock driver shell.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-c4x-c4xsim-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([runtest.in]) AC_CONFIG_SRCDIR([runtest.in])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_PATH_KSH RTEMS_PATH_KSH

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-c4x],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([c4xsim]) AC_CONFIG_SRCDIR([c4xsim])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-h8300],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-h8300-h8sim],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-07-12 Till Straumann <strauman@slac.stanford.edu> 2006-07-12 Till Straumann <strauman@slac.stanford.edu>
* shared/pci/pcibios.c: let pci_find_device() return * shared/pci/pcibios.c: let pci_find_device() return

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in * configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386-i386ex],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
# RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) # RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/fb_vga.c, console/kd.h: Convert C++ style comments to C * console/fb_vga.c, console/kd.h: Convert C++ style comments to C

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386-pc386],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386-pc386-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([Spec.doc]) AC_CONFIG_SRCDIR([Spec.doc])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove explicit ampolish3 support (now in * configure.ac: Remove explicit ampolish3 support (now in

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
#RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) #RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-15 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-10-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* network_ada/adasockets/AUTHORS, * network_ada/adasockets/AUTHORS,

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT RTEMS_PROJECT_ROOT

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in shared/Makefile.am. * Makefile.am: Merge-in shared/Makefile.am.

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* startup/init5282.c: Convert C++ style comments to C style. * startup/init5282.c: Convert C++ style comments to C style.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-av5282],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-av5282],[_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.10])
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.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-csb360],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-dmv152],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-dmv152],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68302],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/m68349.inc, start/start.S, startup/dumpanic.c: * include/m68349.inc, start/start.S, startup/dumpanic.c:

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68340],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-gen68360],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-idp],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.flash: Add sections required by * startup/linkcmds, startup/linkcmds.flash: Add sections required by

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,7 +2,7 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
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.9]) AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT RTEMS_PROJECT_ROOT

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/init5235.c: Convert C++ style comments to * console/console.c, startup/init5235.c: Convert C++ style comments to

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5235],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5235],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mrm332],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mrm332],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme136],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme136],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147s],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme147s],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme162-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([sload.c]) AC_CONFIG_SRCDIR([sload.c])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_PROG_CC AC_PROG_CC

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-mvme167],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-ods68302],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-ods68302],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-sim68000],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-08-01 Eric Norum <norume@aps.anl.gov> 2006-08-01 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: Add bsp_setbenv system call. * startup/bspstart.c: Add bsp_setbenv system call.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-m68k-uC5282],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-m68k-uC5282],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-03-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: AC_CONFIG_SRCDIR(csb350). * configure.ac: AC_CONFIG_SRCDIR(csb350).

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([csb350]) AC_CONFIG_SRCDIR([csb350])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.9. * configure.ac: Require automake-1.9.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-csb350],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-csb350],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Joel Sherrill <joel@OARcorp.com> 2006-09-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Convert C++ style comments to C style. * startup/bspstart.c: Convert C++ style comments to C style.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-genmongoosev],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-genmongoosev],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-09-11 Chris Johns <chrisj@rtems.org> 2006-09-11 Chris Johns <chrisj@rtems.org>
* include/usc.h: Remove extra CRLF. * include/usc.h: Remove extra CRLF.

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.5.2.2 2003/08/11 14:37:57 ralf Exp ## configure.ac,v 1.5.2.2 2003/08/11 14:37:57 ralf Exp
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-hurricane],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-hurricane],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-06-24 Joel Sherrill <joel@OARcorp.com> 2006-06-24 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Make sure RTEMS_BSP is defined. * configure.ac: Make sure RTEMS_BSP is defined.

View File

@@ -2,14 +2,14 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-jmr3904-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([runtest]) AC_CONFIG_SRCDIR([runtest])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-03-22 Joel Sherrill <joel@OARcorp.com> 2006-03-22 Joel Sherrill <joel@OARcorp.com>
* include/.cvsignore: New file. * include/.cvsignore: New file.

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp ## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4925],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4925],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-03-22 Joel Sherrill <joel@OARcorp.com> 2006-03-22 Joel Sherrill <joel@OARcorp.com>
* include/.cvsignore: New file. * include/.cvsignore: New file.

View File

@@ -2,13 +2,13 @@
## ##
## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp ## configure.ac,v 1.6.2.2 2003/08/11 14:38:01 ralf Exp
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4938],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-mips-rbtx4938],[_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 foreign 1.9]) AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9. * configure.ac: Require automake > 1.9.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-no_cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-no_cpu],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([no_bsp]) AC_CONFIG_SRCDIR([no_bsp])
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.10])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add preinstall.am. * Makefile.am: Add preinstall.am.

View File

@@ -2,13 +2,13 @@
## ##
## $Id$ ## $Id$
AC_PREREQ(2.59) AC_PREREQ(2.60)
AC_INIT([rtems-c-src-lib-libbsp-no_cpu-no_bsp],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_INIT([rtems-c-src-lib-libbsp-no_cpu-no_bsp],[_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.10])
RTEMS_BSP_CONFIGURE RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])

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