bootstrap 209 B

1234567891011
  1. #!/bin/sh -e
  2. #
  3. # cphipps - short script to start building from a maintainer-clean'ed tree
  4. #
  5. mkdir -p autotools
  6. aclocal -I autotools
  7. autoheader
  8. automake --add-missing
  9. autoconf
  10. cd src/prboom-plus && ./bootstrap