aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 343265c8300818fb54baeccfd999ae8fd93ea593 (plain)
1
2
3
4
5
6
7
#!/bin/sh

aclocal -I config
libtoolize --automake --copy
autoheader
automake --add-missing --include-deps --copy
autoconf