[Tinyos-2-commits] CVS: tinyos-2.x/tools configure.ac,1.12,1.13
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Sat Dec 27 21:19:03 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23875
Modified Files:
configure.ac
Log Message:
Small patch to get the tools to properly compile in Leopard.
Index: configure.ac
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** configure.ac 15 Jul 2008 22:08:43 -0000 1.12
--- configure.ac 28 Dec 2008 05:19:00 -0000 1.13
***************
*** 107,111 ****
function jnimap {
for v in $JNIVERSIONS; do
! echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
done
}
--- 107,111 ----
function jnimap {
for v in $JNIVERSIONS; do
! /bin/echo -n "${JNIPREFIX}$1$v$JNISUFFIX "
done
}
More information about the Tinyos-2-commits
mailing list