2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* acinclude.m4: Reflect changes to bootstrap.
	* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
This commit is contained in:
Ralf Corsepius
2003-10-20 13:45:13 +00:00
parent 2eaee845f3
commit 6e68690ddf
3 changed files with 6 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Reflect changes to bootstrap.
* configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved aclocal/.
+1 -2
View File
@@ -1,8 +1,7 @@
# RTEMS_CHECK_BSPDIR(RTEMS_BSP)
AC_DEFUN([RTEMS_CHECK_BSPDIR],
[
RTEMS_BSP_ALIAS(ifelse([$1],,[${RTEMS_BSP}],[$1]),bspdir)
case "$bspdir" in
case "$RTEMS_BSP_FAMILY" in
c4xsim )
AC_CONFIG_SUBDIRS([c4xsim]);;
*)
-1
View File
@@ -12,7 +12,6 @@ AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_PROJECT_ROOT
RTEMS_CHECK_BSPDIR([$RTEMS_BSP])