first attempt at including Spidermonkey 1.8.5
diff --git a/bin/couchdb_config185.sh b/bin/couchdb_config185.sh
new file mode 100755
index 0000000..c0c494d
--- /dev/null
+++ b/bin/couchdb_config185.sh
@@ -0,0 +1,19 @@
+#!/bin/sh
+COUCH_TOP=`pwd`
+export COUCH_TOP
+
+./configure \
+--prefix=$ERL_TOP/release/win32 \
+--with-erlang=$ERL_TOP/release/win32/usr/include \
+--with-win32-icu-binaries=/relax/icu \
+--with-win32-curl=/relax/curl \
+--with-openssl-bin-dir=/relax/openssl/bin \
+--with-msvc-redist-dir=/relax \
+--with-js-lib=/relax/js-1.8.5/js/src/dist/lib \
+--with-js-include=/relax/js-1.8.5/js/src/dist/include \
+2>&1 | tee $COUCH_TOP/build_configure.txt
+### --enable-static \
+
+echo DONE. | tee -a $COUCH_TOP/build_configure.txt
+
+js-1.8.5/js/src
\ No newline at end of file