source: rtems/c/src/aclocal/canonicalize-tools.m4 @ b0f45d8

4.104.115
Last change on this file since b0f45d8 was 5569cec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/09/04 at 09:53:08

2004-03-09 Ralf Corsepius <corsepiu@…>

  • aclocal/canonicalize-tools.m4: Revert Joel's 2004-03-04's patch. There are no application level Makefiles in here.
  • Property mode set to 100644
File size: 336 bytes
Line 
1dnl
2dnl $Id$
3dnl
4dnl Set target tools
5dnl
6
7AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
8[AC_REQUIRE([RTEMS_PROG_CC])dnl
9
10dnl FIXME: What shall be done if these tools are not available?
11  RTEMS_CHECK_TOOL(AR,ar,no)
12  RTEMS_CHECK_TOOL(AS,as,no)
13  RTEMS_CHECK_TOOL(LD,ld,no)
14
15dnl special treatment of ranlib
16  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
17])
Note: See TracBrowser for help on using the repository browser.