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