newtree/bootstrap

4 lines
148 B
Bash
Executable file

#!/bin/sh
aclocal && autoheader && automake --add-missing && autoconf
echo "If you see a couple warnings about cross-compiling above, don't worry"