source: rtems/cpukit/aclocal/canonicalize-tools.m4 @ 98b30aa

Last change on this file since 98b30aa was 98b30aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/04 at 07:26:52

Fix m4-underquoting.

  • Property mode set to 100644
File size: 278 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
13dnl special treatment of ranlib
14  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
15])
Note: See TracBrowser for help on using the repository browser.