Update of /project/closure/cvsroot/closure In directory clnet:/tmp/cvs-serv6441
Modified Files: closure.asd Log Message: As part of the great glisp cleanup, remove dep-acl5.lisp. Hopefully this doesn't break anything, but according to both closure.asd and closure.system, this file hasn't been in use ever since Allegro 6.0 came out, and it's now at version 8.0. Obviously, this file was -meant- for ACL >= 5.0, not ACL == 5.0, but that's not what the reader conditionals say. The differences to dep-acl.lisp seem negligible anyway. If this breaks anything, please complain so that it can be fixed.
--- /project/closure/cvsroot/closure/closure.asd 2006/12/31 12:35:18 1.9 +++ /project/closure/cvsroot/closure/closure.asd 2006/12/31 13:00:03 1.10 @@ -71,8 +71,7 @@ #+(AND :CMU (NOT :PTHREAD)) "dep-cmucl" #+sbcl "dep-sbcl" #+(AND :CMU :PTHREAD) "dep-cmucl-dtc" - #+(AND ALLEGRO ALLEGRO-V5.0) "dep-acl5" - #+(AND ALLEGRO (NOT ALLEGRO-V5.0)) "dep-acl" + #+ALLEGRO "dep-acl" #+GCL "dep-gcl" #+OPENMCL "dep-openmcl" #-(OR sbcl CLISP CMU ALLEGRO GCL OPENMCL) #.(error "Configure!"))