blob: 1ae19a0e27f25544c6b1e4984c3b1eecc5f94bfa [file] [log] [blame]
#!/bin/sh
set -e
autoupdate || true
aclocal
autoheader
test `which glibtoolize 2> /dev/null` && glibtoolize || libtoolize
automake -af
autoconf