mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2000-09-14 Joel Sherrill <joel@OARcorp.com>
* aclocal/enable-hwapi.m4: Now longer used and removed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2000-09-14 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* aclocal/enable-hwapi.m4: Now longer used and removed.
|
||||||
|
|
||||||
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* automake/lib.am: Remove leaf.cfg.
|
* automake/lib.am: Remove leaf.cfg.
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
dnl $Id$
|
|
||||||
dnl
|
|
||||||
dnl FIXME: this needs to be reworked
|
|
||||||
|
|
||||||
AC_DEFUN(RTEMS_ENABLE_HWAPI,
|
|
||||||
[dnl
|
|
||||||
AC_ARG_ENABLE(hwapi, \
|
|
||||||
[ --enable-hwapi enable hardware API library],
|
|
||||||
[case "${enableval}" in
|
|
||||||
yes) RTEMS_HAS_HWAPI=yes ;;
|
|
||||||
no) RTEMS_HAS_HWAPI=no ;;
|
|
||||||
*) AC_MSG_ERROR(bad value ${enableval} for hwapi option) ;;
|
|
||||||
esac],[RTEMS_HAS_HWAPI=no])
|
|
||||||
AC_SUBST(RTEMS_HAS_HWAPI)dnl
|
|
||||||
])dnl
|
|
||||||
Reference in New Issue
Block a user