scotty 2.1.5, pkgIndex.tcl files.

Buz Owen (ado@bbn.com)
Fri, 14 Mar 1997 21:54:25 -0500

I don't recall seeing this reported before...

In Scotty 2.1.5, Makefile.in contains the following lines:

@echo 'package ifneeded Tnm $(TNM_VERSION) "load $(LIB_RUNTIME_DIR)/tnm$(TNM_V
ERSION)[info sharedlibextension]"' > $(TNM_INSTALL_DIR)/pkgIndex.tcl

@echo 'package ifneeded Tkined $(TKI_VERSION) "load
$(LIB_RUNTIME_DIR)/tkined$(TKI_VERSION)[info sharedlibextension]"' >
$(TKI_INSTALL_DIR)/pkgIndex.tcl

these should be:

@echo 'package ifneeded Tnm $(TNM_VERSION) "load [file join [file dirname
$dir] tnm$(TNM_VERSION)[info sharedlibextension]]"' >
$(TNM_INSTALL_DIR)/pkgIndex.tcl

@echo 'package ifneeded Tkined $(TKI_VERSION) "load [file join [file dirname
$dir] tkined$(TKI_VERSION)[info sharedlibextension]]"' >
$(TKI_INSTALL_DIR)/pkgIndex.tcl

/buz

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.