aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 830f841f3ed506c5031b4cbe3e57de45f161daff (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
libtoolize --copy --force --automake
rm -f config.cache
aclocal -I .
autoheader
automake -a
autoconf
echo "Done."