summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 0fecdf8b38979d93357237ea5e107efaea03e148 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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