;;;; setup-helper.setup -*- Hen -*- ;Place along default include path (handle-exceptions exn ;Ignore any exceptions but remind user about problem. (begin (warning "cannot copy to Chicken Home: must use CHICKEN_INCLUDE_PATH when installing an egg using \"setup-helper\"") ) ;(install-in-home "setup-helper.scm") (when (setup-install-mode) (copy-file "setup-helper.scm" (chicken-home))) ) ;Put a copy in the repo as well (install-extension 'setup-helper '("setup-helper.scm") '((version "1.3.3")))