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

5
Last change on this file since eaf5bec was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

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