aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: a4807b2b29d03cd5ab452698706d96390f817fa9 (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
autoconf