summaryrefslogblamecommitdiffstats
path: root/c/src/exec/aclocal/canonicalize-tools.m4
blob: b806cc2f854ff7e3688b06d3d2d10e78be9ad878 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                    




                                                               
                            


                                   
  
dnl
dnl $Id$
dnl
dnl Set target tools
dnl

AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
[AC_REQUIRE([RTEMS_PROG_CC])dnl

dnl FIXME: What shall be done if these tools are not available?
  RTEMS_CHECK_TOOL(AR,ar,no)
  RTEMS_CHECK_TOOL(LD,ld,no)

dnl special treatment of ranlib
  RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
])