2010-12-30 Steve Huntley <stephen.huntley@alum.mit.edu>
authorSteve Huntley <stephen.huntley@alum.mit.edu>
Thu, 30 Dec 2010 07:59:31 +0000 (07:59 +0000)
committerSteve Huntley <stephen.huntley@alum.mit.edu>
Thu, 30 Dec 2010 07:59:31 +0000 (07:59 +0000)
* pkgIndex.tcl.in, vfs.tcl: Switched "package require Tcl 8.4" statement
to vfs.tcl to conform with accepted practice.

ChangeLog
pkgIndex.tcl.in

index 183f1f6f7e63c6aa5add19d71c8b28b4012e6d5e..33c27733df79554ed2144fed28b900268d030089 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-30  Steve Huntley  <stephen.huntley@alum.mit.edu>
+
+       * pkgIndex.tcl.in, vfs.tcl: Switched "package require Tcl 8.4" statement
+       to vfs.tcl to conform with accepted practice.
+
 2010-12-30  Steve Huntley  <stephen.huntley@alum.mit.edu>
 
        * library/zipvfs.tcl: Applied patch 3005441 to fix issue with UTF-8
index 0554ac62d18d46e3bfe9571ca068ec3a143182fe..df504a722244359c8e4d34fa3c360d5d91698317 100644 (file)
@@ -5,13 +5,6 @@
 # This will be autogenerated by configure to use the correct name
 # for the vfs dynamic library.
 
-# We don't really want to throw an error with older versions of
-# Tcl, they should just ignore us.
-if {[package provide Tcl] < 8.4} {
-    return
-}
-package require Tcl 8.4
-
 package ifneeded vfs @PACKAGE_VERSION@ [list source [file join $dir vfs.tcl]]
 
 package ifneeded starkit 1.3.3 [list source [file join $dir starkit.tcl]]