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