summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 9d0ebe93f425286d7bbbd47ba53bef1dd035e3af (plain)
1
2
3
4
5
6
7
#! /bin/sh -e
rm -rf autom4te.cache
aclocal -I m4
autoheader
libtoolize --copy
automake --add-missing --copy
autoconf