]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/c/configure.ac
Merge devel code into the trunk.
[tinyos-2.x.git] / support / sdk / c / configure.ac
diff --git a/support/sdk/c/configure.ac b/support/sdk/c/configure.ac
new file mode 100644 (file)
index 0000000..c064fd6
--- /dev/null
@@ -0,0 +1,10 @@
+AC_INIT(cmotesdk, 1.0)
+AC_CONFIG_SRCDIR(sfsource.c)
+AM_CONFIG_HEADER(autoconf.h)
+AC_CONFIG_AUX_DIR(config-aux)
+AM_INIT_AUTOMAKE
+
+AC_PROG_CC
+AC_PROG_RANLIB
+
+AC_OUTPUT(Makefile)