autogen.sh 456 B

12345678910111213141516
  1. #! /bin/sh
  2. echo "This script requires an installed scheme48 executable in the path."
  3. echo "The executable should be Scheme 48 1.6 or later." &&
  4. sleep 3 &&
  5. autoheader &&
  6. autoconf &&
  7. ./configure &&
  8. rm -rf autom4te.cache &&
  9. rm -f scheme48.image build/initial.image-32 build/initial.image-64 c/scheme48.h &&
  10. make build/filenames.make &&
  11. make i-know-what-i-am-doing &&
  12. make c/scheme48.h &&
  13. make build/initial.image-32 build/initial.image-64 &&
  14. make distclean