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

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

./configure $@