blob: 3b38a7ec952d5c95bd04136995afd47d7ce9f22c [file] [log] [blame]
#!/bin/sh
set -x
rm -f config.cache
libtoolize --copy --force
aclocal -I m4
autoheader
automake -a -c -f
autoconf
exit