[Tinyos-2-commits] CVS: tinyos-2.x/tools configure.ac,1.3,1.4

Kevin Klues klueska at users.sourceforge.net
Thu Jun 7 00:22:20 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tools
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22974/tools

Modified Files:
	configure.ac 
Log Message:
Added support for MAC OS in tools compilation

Index: configure.ac
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure.ac	6 Jun 2007 22:40:17 -0000	1.3
--- configure.ac	7 Jun 2007 07:22:18 -0000	1.4
***************
*** 78,81 ****
--- 78,88 ----
      CYGWIN=yes
      ;;
+   *-apple-darwin*)
+     JNIPREFIX=lib
+     JNISUFFIX=jnilib
+     INSTALLJNI="install"
+     AC_MSG_RESULT(no)
+     DARWIN=yes
+     ;;
    *)
      JNIPREFIX=lib
***************
*** 87,90 ****
--- 94,98 ----
  
  AM_CONDITIONAL([CYGWIN], [test "$CYGWIN"])
+ AM_CONDITIONAL([DARWIN], [test "$DARWIN"])
  
  AC_MSG_CHECKING(for JDK location)



More information about the Tinyos-2-commits mailing list