automagic 217 B

12345678910
  1. #!/bin/bash
  2. if ! sh platform/unix/gen-makefile; then
  3. echo "You should be doing this from the root directory of the project."
  4. exit 1
  5. fi
  6. autoheader # Gimmie config.h.in
  7. libtoolize --force
  8. aclocal
  9. autoconf
  10. automake -a