aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 247ddb5402c37cc433b1e7e866353bdf0c2ae327 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf

./configure $@ && make -j${BUILDJOBS:-4} all