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