summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 62d68e5d0b763e166221daf42ee3a343c3e05d6a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

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