summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 906251a42e4468532c1cb78400c3d1e9d291fdb0 (plain)
1
2
3
4
5
6
#!/bin/sh

set -e

./bootstrap.sh
./configure --enable-maintainer-mode --enable-examples-build $*