automagic 233 B

123456789
  1. #!/bin/bash
  2. echo
  3. echo " * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script"
  4. echo
  5. autoheader # Gimmie config.h.in
  6. libtoolize --force
  7. aclocal
  8. autoconf
  9. automake -a