aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: ae99bd3adf74f8ee181e13b29a4295f002adffe2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

aclocal
libtoolize --force --copy
autoheader
autoconf
automake --add-missing --copy --gnu
./configure $@