/aclocal/canonicalize-tools.m4

http://rtems-atapi.googlecode.com/ · m4 · 21 lines · 16 code · 5 blank · 0 comment · 0 complexity · 9008d255e6a914a31aec1568c6743b93 MD5 · raw file

  1. dnl
  2. dnl $Id: canonicalize-tools.m4,v 1.4 2003/11/26 06:56:28 ralf Exp $
  3. dnl
  4. dnl Set target tools
  5. dnl
  6. AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
  7. [AC_REQUIRE([RTEMS_PROG_CC])dnl
  8. dnl FIXME: What shall be done if these tools are not available?
  9. RTEMS_CHECK_TOOL(AR,ar,no)
  10. dnl special treatment of ranlib
  11. RTEMS_CHECK_TOOL(RANLIB,ranlib,:)
  12. dnl special treatment of ranlib
  13. RTEMS_CHECK_TOOL(OBJDUMP,objdump,no)
  14. dnl special treatment of ranlib
  15. RTEMS_CHECK_TOOL(OBJCOPY,objcopy,no)
  16. ])