swtpm/bootstrap.sh
2014-12-05 11:16:03 -05:00

8 lines
147 B
Bash
Executable File

#!/bin/sh
set -x
libtoolize --force --copy || exit 1
autoheader || exit 1
aclocal || exit 1
automake --add-missing -c || exit 1
autoconf || exit 1