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

autoreconf -fi
if [ -z "$NOCONFIGURE" ]; then
    ./configure $@
fi