summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 626609e164602622352c3700c4e729d69835a65c (plain)
1
2
3
#!/bin/sh
autoreconf --install || exit 1
./configure "$@"