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

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