diff -uNr Tktable2.9-orig/Makefile.in Tktable2.9/Makefile.in --- Tktable2.9-orig/Makefile.in 2004-07-21 00:49:05 +0400 +++ Tktable2.9/Makefile.in 2004-11-03 16:56:33 +0300 @@ -143,7 +143,7 @@ ## be available when the library is loaded. ## If this is defined, the tkTable.tcl file must be available in a ## predefined set of directories (see docs). -#TBL_CFLAGS += -DNO_EMBEDDED_RUNTIME +TBL_CFLAGS += -DNO_EMBEDDED_RUNTIME ## USE_EXIT_HANDLER is necessary for 8.1 before b3 and 8.0 ## It is a work-around for the improper unloading of DLLs when exiting @@ -167,7 +167,7 @@ DEFS = @DEFS@ $(PKG_CFLAGS) \ -DTBL_COMMAND=\"table\" \ -DTBL_RUNTIME=\"tkTable.tcl\" \ - -DTBL_RUNTIME_DIR=\"$(pkglibdir)\" + -DTBL_RUNTIME_DIR=\"$(pkgdatadir)\" CONFIG_CLEAN_FILES = Makefile