summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b24ef2f405b18e7ff32db81880e3e39bf9de0056 (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 -Wall
exit