mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize check upon host_alias != build_alias.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
|
||||||
|
check upon host_alias != build_alias.
|
||||||
|
|
||||||
2002-01-07 Joel Sherrill <joel@OARcorp.com>
|
2002-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
|
* automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
|
||||||
|
|||||||
@@ -2,9 +2,10 @@ dnl $Id$
|
|||||||
|
|
||||||
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
|
## 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.
|
## the un-prefixed version of PROG-TO-CHECK-FOR.
|
||||||
## HACK: AC_CHECK_TOOL_PREFIX is an internal macro from autoconf-2.13
|
|
||||||
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
|
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
|
||||||
AC_DEFUN(RTEMS_CHECK_TOOL,
|
AC_DEFUN(RTEMS_CHECK_TOOL,
|
||||||
[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
|
[
|
||||||
AC_CHECK_PROG($1, ${ac_tool_prefix}$2, ${ac_tool_prefix}$2, $3, $4)
|
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)
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user