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

aclocal -I config &&
libtoolize --automake --copy
autoheader &&
automake --add-missing --include-deps 2>/dev/null
autoconf
rm -rf autom4te.cache aclocal.m4