adding files
diff --git a/configure b/configure
new file mode 100644
index 0000000..a2912c8
--- /dev/null
+++ b/configure
@@ -0,0 +1,9 @@
+#!/bin/sh
+# call the 'configure' script located in 'builds/unix'
+# this should re-generate the following files:
+#
+#     config.mk
+#     Jamfile
+#     install
+#
+make setup unix CFG="$@"