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

aclocal -I config
libtoolize --automake --copy
autoheader
automake --add-missing --include-deps --copy
autoconf
rm -rf autom4te.cache aclocal.m4