From dbe393432c411add2d7440b93b953f5d9491a2ab Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 14 Jan 2013 15:08:52 -0500
Subject: [PATCH] 2.26.96: one more package tweak to compile cleanly.

---
 asdf.asd                 | 2 +-
 configuration.lisp       | 3 ++-
 header.lisp              | 2 +-
 test/script-support.lisp | 1 -
 upgrade.lisp             | 2 +-
 version.lisp-expr        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/asdf.asd b/asdf.asd
index 53864ac3..ba607e8f 100644
--- a/asdf.asd
+++ b/asdf.asd
@@ -15,7 +15,7 @@
   :licence "MIT"
   :description "Another System Definition Facility"
   :long-description "ASDF builds Common Lisp software organized into defined systems."
-  :version "2.26.95" ;; to be automatically updated by bin/bump-revision
+  :version "2.26.96" ;; to be automatically updated by bin/bump-revision
   :depends-on ()
   :components ((:module "build" :components ((:file "asdf"))))
   :in-order-to (#+asdf2.27 (compile-op (monolithic-load-concatenated-source-op generate-asdf))))
diff --git a/configuration.lisp b/configuration.lisp
index d0ad6c0d..e84c2636 100644
--- a/configuration.lisp
+++ b/configuration.lisp
@@ -3,7 +3,8 @@
 
 (asdf/package:define-package :asdf/configuration
   (:recycle :asdf/configuration :asdf)
-  (:use :common-lisp :asdf/utility :asdf/pathname :asdf/stream :asdf/os :asdf/image)
+  (:use :common-lisp :asdf/compatibility :asdf/utility
+   :asdf/pathname :asdf/stream :asdf/os :asdf/image)
   (:export
    #:get-folder-path
    #:user-configuration-directories #:system-configuration-directories
diff --git a/header.lisp b/header.lisp
index 7210b2f0..c50e369b 100644
--- a/header.lisp
+++ b/header.lisp
@@ -1,5 +1,5 @@
 ;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; coding: utf-8 -*-
-;;; This is ASDF 2.26.95: Another System Definition Facility.
+;;; This is ASDF 2.26.96: Another System Definition Facility.
 ;;;
 ;;; Feedback, bug reports, and patches are all welcome:
 ;;; please mail to <asdf-devel@common-lisp.net>.
diff --git a/test/script-support.lisp b/test/script-support.lisp
index 03becbdc..d4f27836 100644
--- a/test/script-support.lisp
+++ b/test/script-support.lisp
@@ -73,7 +73,6 @@ Some constraints:
         :do (finish-output s)))
 (defun redirect-outputs ()
   (finish-outputs)
-  #-allegro
   (setf *error-output* *standard-output*
         *trace-output* *standard-output*))
 
diff --git a/upgrade.lisp b/upgrade.lisp
index b15a570b..b58fed57 100644
--- a/upgrade.lisp
+++ b/upgrade.lisp
@@ -35,7 +35,7 @@
          ;; "2.345.6" would be a development version in the official upstream
          ;; "2.345.0.7" would be your seventh local modification of official release 2.345
          ;; "2.345.6.7" would be your seventh local modification of development version 2.345.6
-         (asdf-version "2.26.95")
+         (asdf-version "2.26.96")
          (existing-asdf (find-class (find-symbol* :component :asdf nil) nil))
          (existing-version *asdf-version*)
          (already-there (equal asdf-version existing-version)))
diff --git a/version.lisp-expr b/version.lisp-expr
index 6bb778c8..2b5fa4d8 100644
--- a/version.lisp-expr
+++ b/version.lisp-expr
@@ -1 +1 @@
-"2.26.95"
+"2.26.96"
-- 
GitLab