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