summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 243715885c323d86191b315500c550e97cd30c63 (plain)
1
2
3
4
#!/bin/sh

autoreconf -fiv &&
./configure "$@"