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