2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AC_PREREQ(2.57).
This commit is contained in:
Ralf Corsepius
2003-02-11 11:11:33 +00:00
parent 6ca0732851
commit 9b5c258556
295 changed files with 736 additions and 148 deletions

View File

@@ -1,3 +1,7 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.

View File

@@ -2,7 +2,7 @@
##
## $Id$
AC_PREREQ(2.52)
AC_PREREQ(2.57)
AC_INIT([rtems-c-src-lib-libbsp-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([posix])
RTEMS_TOP(../../../../..)

View File

@@ -1,3 +1,7 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).

View File

@@ -2,7 +2,7 @@
##
## $Id$
AC_PREREQ(2.52)
AC_PREREQ(2.57)
AC_INIT([rtems-c-src-lib-libbsp-unix-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)

View File

@@ -1,3 +1,7 @@
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -2,7 +2,7 @@
##
## $Id$
AC_PREREQ(2.52)
AC_PREREQ(2.57)
AC_INIT([rtems-c-src-lib-libbsp-unix-posix-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)