diff options
author | surles <surles> | 1999-04-17 00:18:26 (GMT) |
---|---|---|
committer | surles <surles> | 1999-04-17 00:18:26 (GMT) |
commit | 7ef335cb1b504d531a013d66e510b8c2d48945cc (patch) | |
tree | acc43ce13f4904877c8889bfcf50d1b68ca3e16d /tools | |
parent | edef398a091868bf7168e0e350b5cb8010209f56 (diff) | |
download | tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.zip tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.gz tcl-7ef335cb1b504d531a013d66e510b8c2d48945cc.tar.bz2 |
fixed bugs 1785 and 1799: decl header files not installed
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/checkLibraryDoc.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/checkLibraryDoc.tcl b/tools/checkLibraryDoc.tcl index 5d64541..527dd2c 100755 --- a/tools/checkLibraryDoc.tcl +++ b/tools/checkLibraryDoc.tcl @@ -19,11 +19,11 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.3 1999/04/16 18:48:25 surles Exp $ +# RCS: @(#) $Id: checkLibraryDoc.tcl,v 1.4 1999/04/17 00:18:26 surles Exp $ -#lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin" -lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix" +lappend auto_path "c:/program\ files/tclpro1.2/win32-ix86/bin" +#lappend auto_path "/home/surles/cvs/tclx8.0/tcl/unix" if {[catch {package require Tclx}]} { puts "error: could not load TclX. Please set TCL_LIBRARY." exit 1 |