X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tools%2Fconfigure.ac;h=37c55d3091234f3d50b8be9f27b0631a816f4321;hb=f05ce01d275402d80998c0ed99c49646c338735c;hp=60ec10cb308d7e8867fc184bb93419f8fce53748;hpb=d27da1037ae320629869d76a75599e9713a076fb;p=tinyos-2.x.git diff --git a/tools/configure.ac b/tools/configure.ac index 60ec10cb..37c55d30 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -12,7 +12,7 @@ dnl -*- m4 -*- # force autoconf 2.5 on Debian systems AC_PREREQ(2.50) -AC_INIT(tinyos-tools, 1.2.1) +AC_INIT(tinyos-tools, 1.2.4) AC_CONFIG_AUX_DIR(config-aux) AM_INIT_AUTOMAKE AC_CANONICAL_HOST @@ -77,6 +77,14 @@ case $host in INSTALLJNI="install --group=SYSTEM" CYGWIN=yes ;; + *-apple-darwin*) + JNIPREFIX=lib + JNISUFFIX=jnilib + JNIVERSIONS=. + INSTALLJNI="install" + AC_MSG_RESULT(no) + DARWIN=yes + ;; *) JNIPREFIX=lib JNISUFFIX=so @@ -86,6 +94,7 @@ case $host in esac AM_CONDITIONAL([CYGWIN], [test "$CYGWIN"]) +AM_CONDITIONAL([DARWIN], [test "$DARWIN"]) AC_MSG_CHECKING(for JDK location) JAVAC_DIR=`/bin/sh tinyos/misc/tos-locate-jre --javac` @@ -130,6 +139,7 @@ AC_OUTPUT( tinyos/misc/tos-ident-flags tinyos/misc/tos-install-jni tinyos/misc/tos-set-symbols + tinyos/misc/tos-write-buildinfo tinyos/misc/tos-write-image tinyos/misc/tos-storage-at45db tinyos/misc/tos-storage-stm25p