Restores build on Sun, and maybe others.
XLATESRC = $(DTSVCSRC)/DtUtil2
TCLINC =
-TCLLIB =
+TCLLIB = -ltcl
#if defined(LinuxArchitecture)
TCLINC = -I/usr/include/tcl
-TCLLIB = -ltcl
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
TCLINC = -I/usr/local/include/tcl8.6
TCLLIB = -ltcl86
#endif
+#if defined(TCLInc)
+TCLINC = TCLInc
+#endif
+#if defined(TCLLib)
+TCLLIB = TCLLib
+#endif
+
+
INCLUDES = -I../lib/tptregexp -I$(XLATESRC) $(TCLINC)
DEPLIBS = $(DEPDTSVCLIB)
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \