blob: ed12f95b19f427b4819fb04b4f02f4272d1896ba [file] [log] [blame]
#!/bin/sh
set -x
libtoolize --force --copy || exit 1
autoheader || exit 1
aclocal || exit 1
automake --add-missing -c || exit 1
autoconf || exit 1