X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=blobdiff_plain;f=client.tcl;h=4865ecb415a1b61600e0eb82c497b4eab8aa9f95;hp=87a83b4021258f59148a2ec03ef0dee67930f6fc;hb=HEAD;hpb=9760821ff1062d9e253896ac3d2fadb77840f613 diff --git a/client.tcl b/client.tcl index 87a83b4..4865ecb 100644 --- a/client.tcl +++ b/client.tcl @@ -1,10 +1,13 @@ # IR toolkit for tcl/tk -# (c) Index Data 1995-1998 +# (c) Index Data 1995-2001 # See the file LICENSE for details. # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.110 2000-10-11 12:26:47 adam +# Revision 1.111 2001-12-03 18:52:06 adam +# Configure no longer searches for Tk. Removed references to SR. +# +# Revision 1.110 2000/10/11 12:26:47 adam # Using yaz.m4 for aclocal.m4. # # Revision 1.109 1999/12/12 00:25:59 adam @@ -4166,7 +4169,7 @@ if {[catch {ir-version}]} { set e [info sharedlibextension] catch {load ${libdir}/irtcl$e irtcl} if {[catch {ir-version}]} { - catch {load irtcl$e irtcl} + load irtcl$e irtcl } }