From: Olly B. <ol...@su...> - 2004-01-13 01:56:46
|
OK, I've added a configure test. I'm unsure about this change I made to tcl8/Makefile.am though: -tcllibdir = ~/local/lib/tcl8.2 +tcllibdir = @TCL_LIB@ Is ~/local/lib/tcl8.2 a "user bindings" directory? If so my change assumes you're root and installing the bindings system-wide. Which is in some ways a generic bindings issue (cf James' recent reply to Alex about python bindings). Cheers, Olly |