summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 562191b5ae55798dafdff22d08f90b6da5778477 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -x

aclocal -I m4
autoheader
libtoolize --force --automake --copy
automake --add-missing --copy
autoreconf
chmod 755 configure