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

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