quakeforge/bootstrap

5 lines
174 B
Bash
Executable file

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