|
From: <ai...@us...> - 2013-11-12 05:48:14
|
Revision: 12679
http://sourceforge.net/p/plplot/code/12679
Author: airwin
Date: 2013-11-12 05:48:09 +0000 (Tue, 12 Nov 2013)
Log Message:
-----------
Correct some bit rot due to replacing our long-since-retired (!)
autotools-based build system with the present CMake-based build system.
As a result of this change, the Tcl standard examples can now be run
from tclsh by following the directions in examples/tcl/README.tcldemos.
Modified Paths:
--------------
trunk/bindings/tcl/pkgIndex.tcl.in
Modified: trunk/bindings/tcl/pkgIndex.tcl.in
===================================================================
--- trunk/bindings/tcl/pkgIndex.tcl.in 2013-11-12 03:22:18 UTC (rev 12678)
+++ trunk/bindings/tcl/pkgIndex.tcl.in 2013-11-12 05:48:09 UTC (rev 12679)
@@ -37,7 +37,7 @@
set buildDir "@BUILD_DIR@"
set bLen [string length $buildDir]
if {![string compare -length $bLen $buildDir $thisDir]} then {
- set searchdirs ".libs"} else {
+ set searchdirs "."} else {
set searchdirs [list "@LIB_HARDDIR@"]}
#puts $searchdirs
# prefer double precision version
@@ -74,4 +74,3 @@
}
package ifneeded Pltcl @PLPLOT_VERSION@ [list load_pkg_Pltcl $dir]
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|