autogen.sh 474 B

123456789101112131415
  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. ACLOCAL="aclocal -I m4" autoreconf -v -i &&
  6. ./configure &&
  7. rm -rf autom4te.cache &&
  8. rm -f scheme48.image build/initial.image-32 build/initial.image-64 c/scheme48.h &&
  9. make build/filenames.make &&
  10. make i-know-what-i-am-doing &&
  11. make c/scheme48.h &&
  12. make build/initial.image-32 build/initial.image-64 &&
  13. make distclean