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