2000-09-14 Joel Sherrill <joel@OARcorp.com>

* aclocal/enable-hwapi.m4: Now longer used and removed.
This commit is contained in:
Joel Sherrill
2000-09-14 16:54:39 +00:00
parent ab23133886
commit c9782f99b7
2 changed files with 4 additions and 15 deletions

View File

@@ -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.

View File

@@ -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