From a8bf95d0249565f4210ccab5c13232d501ce0c2d Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 22 Apr 2009 22:06:58 +0000 Subject: - importing updated version from SLAC as of 20090422 --- m4/rtems-isml.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 m4/rtems-isml.m4 (limited to 'm4/rtems-isml.m4') diff --git a/m4/rtems-isml.m4 b/m4/rtems-isml.m4 new file mode 100644 index 0000000..1a4f62e --- /dev/null +++ b/m4/rtems-isml.m4 @@ -0,0 +1,11 @@ +# Find out if this is a multilibbed RTEMS installation +# +# Result is exit status, i.e., this macro can e.g., be used +# in a 'if MACRO ; then list; fi' statement. +# +# TILLAC_RTEMS_CPUKIT_MULTILIB +AC_DEFUN([TILLAC_RTEMS_CPUKIT_MULTILIB], + [AC_REQUIRE([AC_CANONICAL_HOST]) + AC_REQUIRE([TILLAC_RTEMS_OPTIONS]) + test -d ${with_rtems_top}/${host_cpu}-${host_os}/include]dnl +) -- cgit v1.2.3