bootstrap 369 B

12345678910111213141516171819202122232425
  1. #! /bin/sh
  2. set -e
  3. set -x
  4. rm -rf libltdl
  5. touch config.h.in pinconfig.h.in
  6. libtoolize --version
  7. aclocal --version
  8. autoheader --version
  9. automake --version
  10. autoconf --version
  11. libtoolize --ltdl --force --copy
  12. [ -e config.h.in ] || touch config.h.in
  13. aclocal
  14. autoheader
  15. automake --add-missing
  16. autoconf
  17. echo "# $0 && ./configure && make && make install && src/pinball"