source: rtems/testsuites/aclocal/canonicalize-tools.m4 @ 11ff3a9

5
Last change on this file since 11ff3a9 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 514 bytes
Line 
1dnl Set target tools
2dnl
3
4AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
5[AC_REQUIRE([RTEMS_PROG_CC])dnl
6
7dnl FIXME: What shall be done if these tools are not available?
8  RTEMS_CHECK_TOOL(AR,ar,no)
9  RTEMS_CHECK_TOOL(AS,as,no)
10  RTEMS_CHECK_TOOL(LD,ld,no)
11  RTEMS_CHECK_TOOL(NM,nm,no)
12
13dnl special treatment of ranlib
14  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
15
16dnl NOTE: These may not be available if not using gnutools
17  RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
18  RTEMS_CHECK_TOOL(SIZE,size,no)
19  RTEMS_CHECK_TOOL(STRIP,strip,:)
20])
Note: See TracBrowser for help on using the repository browser.