summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: e2debd9a6e23fc468cb50f7711561ebd08efa6d8 (plain)
1
2
3
4
5
6
7
#!/bin/sh
rm -f config.cache
aclocal -I m4
autoconf
autoheader
automake -a --add-missing
exit