Blob Blame History Raw
#!/bin/sh

set -e

./bootstrap.sh
if test -z "$NOCONFIGURE"; then
    exec ./configure --enable-examples-build --enable-tests-build "$@"
fi