summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/canonicalize-tools.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
commitb7b3e5e9397547b4af92c5727c92f58376a08832 (patch)
tree64f95b369d3edcda61ec26d149344516d621ccee /c/src/exec/aclocal/canonicalize-tools.m4
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b7b3e5e9397547b4af92c5727c92f58376a08832.tar.bz2
Remove everything.
Diffstat (limited to 'c/src/exec/aclocal/canonicalize-tools.m4')
-rw-r--r--c/src/exec/aclocal/canonicalize-tools.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/exec/aclocal/canonicalize-tools.m4 b/c/src/exec/aclocal/canonicalize-tools.m4
deleted file mode 100644
index b806cc2f85..0000000000
--- a/c/src/exec/aclocal/canonicalize-tools.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-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,:)
-])