summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/canonicalize-tools.m4
blob: 540c9a4c29dd7aafff08178cb1ff8f756bdf7176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)

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