]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/configure.ac
Add SharedSplitControlC, for N clients needing shared access to something.
[tinyos-2.x.git] / tools / configure.ac
index 03f33037385c13707d8327e7288756de0d1a438b..992d2a659825f28a76f0c2000b58d0fe5640be34 100644 (file)
@@ -106,7 +106,7 @@ AC_MSG_RESULT($JDK)
 
 function jnimap {
   for v in $JNIVERSIONS; do
-    echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
+    /bin/echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
   done
 }
 
@@ -152,4 +152,5 @@ AC_OUTPUT(
        tinyos/ncc/nesdoc
        tinyos/ncc/nesdoc-py/Makefile
        tinyos/tosthreads/Makefile
+       tinyos/safe/Makefile
 )