Revision: 42366
http://brlcad.svn.sourceforge.net/brlcad/?rev=42366&view=rev
Author: starseeker
Date: 2011-01-17 06:00:50 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
Use our version of iwidgets.tcl.in too
Modified Paths:
--------------
brlcad/trunk/src/other/iwidgets/iwidgets.tcl.in
Modified: brlcad/trunk/src/other/iwidgets/iwidgets.tcl.in
===================================================================
--- brlcad/trunk/src/other/iwidgets/iwidgets.tcl.in 2011-01-17 05:58:49 UTC
(rev 42365)
+++ brlcad/trunk/src/other/iwidgets/iwidgets.tcl.in 2011-01-17 06:00:50 UTC
(rev 42366)
@@ -22,16 +22,10 @@
namespace export *
variable library [file dirname [info script]]
- variable version @PACKAGE_VERSION@
-
- lappend auto_path $iwidgets::library
- variable subdir
- foreach subdir {generic scripts} {
- if {[file isdirectory [file join $iwidgets::library $subdir]]} {
- lappend auto_path [file join $iwidgets::library $subdir]
- }
- }
- unset subdir
+ variable version @IWIDGETS_VERSION@
}
+lappend auto_path $iwidgets::library \
+ [file join $iwidgets::library generic] \
+ [file join $iwidgets::library scripts]
package provide Iwidgets $iwidgets::version
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits