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

set -e

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