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

4.115
Last change on this file since ae55da72 was ae55da72, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 22:14:47

cpukit/aclocal - Fix one mistake by script

  • Property mode set to 100644
File size: 265 bytes
Line 
1dnl
2dnl Set target tools
3dnl
4
5AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
6[AC_REQUIRE([RTEMS_PROG_CC])dnl
7
8dnl FIXME: What shall be done if these tools are not available?
9  RTEMS_CHECK_TOOL(AR,ar,no)
10
11dnl special treatment of ranlib
12  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
13])
Note: See TracBrowser for help on using the repository browser.