Use the new wvstreams wvtestrunner.pl.
[versaplex.git] / configure
blobf4989b63dd2b9236444ba93a1a40650172b8bddd
1 #!/bin/sh -x
2 set -e
3 test -e wv/Makefile || ./get-git-modules
5 rm -f config.mk
6 cat >config.mk <<EOF
7 BUILD_TARGET=`uname`
8 EOF
10 (cd dbus-sharp && ./autogen.sh && ./configure)
11 (cd wv && ./configure) || exit $?
12 (cd vxodbc && make configure && ./configure) || exit $?