Revision: 9446
http://plplot.svn.sourceforge.net/plplot/?rev=9446&view=rev
Author: arjenmarkus
Date: 2009-02-04 05:35:13 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
Add test for availability of [incr Tcl] - not in cmake file yet
Added Paths:
-----------
trunk/cmake/modules/CheckITCL_Available.tcl
Added: trunk/cmake/modules/CheckITCL_Available.tcl
===================================================================
--- trunk/cmake/modules/CheckITCL_Available.tcl (rev 0)
+++ trunk/cmake/modules/CheckITCL_Available.tcl 2009-02-04 05:35:13 UTC (rev 9446)
@@ -0,0 +1 @@
+puts -nonewline [expr {[catch {package require Itcl}]==1? 0: 1}]; exit
Property changes on: trunk/cmake/modules/CheckITCL_Available.tcl
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|