mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Merger from rtems-4-6-branch.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
* aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: AC_PREREQ(2.57).
|
||||||
|
|
||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove sptables.h.in.
|
||||||
|
|
||||||
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove AC_SUBST(RTEMS_VERSION).
|
* configure.ac: Remove AC_SUBST(RTEMS_VERSION).
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([rtems.adb])
|
AC_CONFIG_SRCDIR([rtems.adb])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.54)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([score])
|
AC_CONFIG_SRCDIR([score])
|
||||||
RTEMS_TOP(..)
|
RTEMS_TOP(..)
|
||||||
AC_CONFIG_AUX_DIR(..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
@@ -150,7 +149,6 @@ AC_CONFIG_FILES([Makefile
|
|||||||
include/Makefile
|
include/Makefile
|
||||||
rtems/Makefile
|
rtems/Makefile
|
||||||
sapi/Makefile
|
sapi/Makefile
|
||||||
sapi/include/rtems/sptables.h
|
|
||||||
score/Makefile
|
score/Makefile
|
||||||
score/cpu/Makefile
|
score/cpu/Makefile
|
||||||
wrapup/Makefile
|
wrapup/Makefile
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit-itron],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit-itron],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([include/itronsys])
|
AC_CONFIG_SRCDIR([include/itronsys])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([src/bdbuf.c])
|
AC_CONFIG_SRCDIR([src/bdbuf.c])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-20 Wolfram Wadepohl <W.Wadepohl@indumat.de>
|
2003-02-20 Wolfram Wadepohl <W.Wadepohl@indumat.de>
|
||||||
|
|
||||||
PR 357/rtems_misc
|
PR 357/rtems_misc
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit-lib],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit-lib],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([src])
|
AC_CONFIG_SRCDIR([src])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ AC_INIT([rtems-cpukit-libfs],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
|||||||
AC_CONFIG_SRCDIR([src/imfs/imfs.h])
|
AC_CONFIG_SRCDIR([src/imfs/imfs.h])
|
||||||
|
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
capture/capture-cli.c: Add proper definition to avoid compiler
|
capture/capture-cli.c: Add proper definition to avoid compiler
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit-libmisc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit-libmisc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([dumpbuf])
|
AC_CONFIG_SRCDIR([dumpbuf])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user