aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 728000ae4af588df82ebe2df1f54a364382b538a (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