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