From e945e3fc4d6a6a74789c9a348120ec7d06e19231 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Nov 2021 12:03:57 -0600 Subject: */aclocal/*: Remove remnants of autoconf/automae build system Updates #4081. --- testsuites/aclocal/check-tool.m4 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 testsuites/aclocal/check-tool.m4 (limited to 'testsuites/aclocal/check-tool.m4') diff --git a/testsuites/aclocal/check-tool.m4 b/testsuites/aclocal/check-tool.m4 deleted file mode 100644 index 2bc137cd96..0000000000 --- a/testsuites/aclocal/check-tool.m4 +++ /dev/null @@ -1,9 +0,0 @@ -## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to -## the un-prefixed version of PROG-TO-CHECK-FOR. -dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]]) -AC_DEFUN([RTEMS_CHECK_TOOL], -[ - AS_IF([test "x$build_alias" != "x$host_alias"], - [rtems_tool_prefix=${ac_tool_prefix}]) - AC_CHECK_PROG($1, ${rtems_tool_prefix}$2, ${rtems_tool_prefix}$2, $3, $4) -]) -- cgit v1.2.3