newtree/bootstrap

5 lines
148 B
Plaintext
Raw Normal View History

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