1#!/bin/sh 2 3set -e 4 5./bootstrap.sh 6if test -z "$NOCONFIGURE"; then 7 exec ./configure --enable-examples-build --enable-tests-build "$@" 8fi 9