summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: b582dcdeda8eb986fc3538cc5108135e01525c84 (plain)
1
2
3
4
#!/bin/sh

autoreconf --force --install --verbose
./configure "$@"