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

* configre.in: Fix AM_INIT_AUTOMAKE.
	* aclocal/bsp-arg-enable.m4: Extend comments.
	* aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
	the default clause.
This commit is contained in:
Joel Sherrill
2001-02-02 18:30:42 +00:00
parent d32f65e69e
commit 21d7de3a3f
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configre.in: Fix AM_INIT_AUTOMAKE.
* aclocal/bsp-arg-enable.m4: Extend comments.
* aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
the default clause.
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,

View File

@@ -2,12 +2,12 @@ dnl $Id$
dnl
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
dnl
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<value> and --enable-FEATURE=<value>
dnl in BSP-configure scripts.
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and
dnl --enable-FEATURE=<value> in BSP-configure scripts.
dnl
dnl Configure scripts will receive <value> if <RTEMS_BSP> matches the actual
dnl value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP), and
dnl <RTEMS_BSP>:<value>.
dnl Configure scripts will receive <bsp-value> if <RTEMS_BSP> matches the
dnl actual value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP),
dnl and the raw value passed to --enable-FEATURE otherwise.
dnl
AC_DEFUN(RTEMS_BSP_ARG_ENABLE,
[AC_REQUIRE([RTEMS_ENV_RTEMSBSP])

View File

@@ -32,11 +32,11 @@ AC_MSG_CHECKING([for bsps])
leon) rtems_bsp="$rtems_bsp leon1 leon2";;
sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";;
shsim) rtems_bsp="$rtems_bsp simsh7032 simsh7045";;
*) $1="[$]$1 $file";;
*) if test -d $srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$file; then
$1="[$]$1 $file"
fi;;
esac;
done
dnl ;;
dnl esac
AC_MSG_RESULT([[$]$1 .. done])
])dnl

View File

@@ -15,7 +15,7 @@ if test -f VERSION; then
fi
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(cross,0,no)
AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
dnl These option are only in here to let --help report all supported