summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-tool.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
commitb7b3e5e9397547b4af92c5727c92f58376a08832 (patch)
tree64f95b369d3edcda61ec26d149344516d621ccee /c/src/exec/aclocal/check-tool.m4
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b7b3e5e9397547b4af92c5727c92f58376a08832.tar.bz2
Remove everything.
Diffstat (limited to 'c/src/exec/aclocal/check-tool.m4')
-rw-r--r--c/src/exec/aclocal/check-tool.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/c/src/exec/aclocal/check-tool.m4 b/c/src/exec/aclocal/check-tool.m4
deleted file mode 100644
index 5a91490e74..0000000000
--- a/c/src/exec/aclocal/check-tool.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl $Id$
-
-## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
-## the un-prefixed version of PROG-TO-CHECK-FOR.
-dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
-AC_DEFUN(RTEMS_CHECK_TOOL,
-[
- AS_IF([test "x$build_alias" != "x$host_alias"],
- [rtems_tool_prefix=${ac_tool_prefix}])
- AC_CHECK_PROG($1, ${rtems_tool_prefix}$2, ${rtems_tool_prefix}$2, $3, $4)
-])