source: rtems/cpukit/aclocal/check-tool.m4 @ 52270c07

4.104.114.84.95
Last change on this file since 52270c07 was ed8ec1c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/02 at 08:52:47

2002-06-17 Ralf Corsepius <corsepiu@…>

  • copied over from aclocal/.
  • Property mode set to 100644
File size: 418 bytes
Line 
1dnl $Id$
2
3## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
4## the un-prefixed version of PROG-TO-CHECK-FOR.
5dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
6AC_DEFUN(RTEMS_CHECK_TOOL,
7[
8  AS_IF([test "x$build_alias" != "x$host_alias"],
9    [rtems_tool_prefix=${ac_tool_prefix}])
10  AC_CHECK_PROG($1, ${rtems_tool_prefix}$2, ${rtems_tool_prefix}$2, $3, $4)
11])
Note: See TracBrowser for help on using the repository browser.