X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/48eb81ca02d7e618ecc474f73ef948b023586857..0680627693d3784d8a4f8eb94a8707882fb5f1f0:/src/sod.asd.in diff --git a/src/sod.asd.in b/src/sod.asd.in index 0755979..894d50b 100644 --- a/src/sod.asd.in +++ b/src/sod.asd.in @@ -29,7 +29,8 @@ (cl:in-package #:sod-sysdef) -#|@-auto-@|# (load (merge-pathnames "auto.lisp" *load-pathname*)) +#|@-auto-@|# (load (make-pathname :name "AUTO" :type "LISP" :version :newest + :case :common :defaults *load-pathname*)) #+cmu (require :gray-streams) @@ -69,6 +70,7 @@ :components ((:file "utilities") + (:file "optparse") ;; Parser equipment. This is way more elaborate than it needs to be, but ;; it was interesting, and it may well get split off into a separate