src/sod.asd.in: Find `auto.lisp' even if we're located via logical pathname.
[sod] / src / sod.asd.in
index eabc504..894d50b 100644 (file)
@@ -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)