summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b68b4b123d9bd2aba753b51a5b02ee061fdde0ed (plain)
1
2
3
4
5
#!/bin/sh
echo Running autoreconf...
autoreconf -ivf
echo Running configure...
./configure $@