summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-14 16:54:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-14 16:54:39 +0000
commitc9782f99b726d3a6262873e1638c75cbf6cd4f3a (patch)
tree5cde2de3d5ca8384b2f215590a2413b05b732430 /aclocal
parent2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c9782f99b726d3a6262873e1638c75cbf6cd4f3a.tar.bz2
2000-09-14 Joel Sherrill <joel@OARcorp.com>
* aclocal/enable-hwapi.m4: Now longer used and removed.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-hwapi.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/aclocal/enable-hwapi.m4 b/aclocal/enable-hwapi.m4
deleted file mode 100644
index ce6ef3f3a1..0000000000
--- a/aclocal/enable-hwapi.m4
+++ /dev/null
@@ -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