home *** CD-ROM | disk | FTP | other *** search
- --- unix/Makefile.in.orig Thu Jan 30 19:17:02 1997
- +++ unix/Makefile.in Thu Feb 13 10:07:05 1997
- @@ -37,7 +37,7 @@
- # Directory from which applications will reference the library of Tcl
- # scripts (note: you can set the TCL_LIBRARY environment variable at
- # run-time to override this value):
- -TCL_LIBRARY = $(prefix)/lib/tcl$(VERSION)
- +TCL_LIBRARY = <installsharedir>/slib/tcl$(VERSION)
-
- # Package search path.
- TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
- @@ -55,7 +55,7 @@
- BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
-
- # Directory in which to install the include file tcl.h:
- -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
- +INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)<installsharedir>/sinclude
-
- # Top-level directory in which to install manual entries:
- MAN_INSTALL_DIR = $(INSTALL_ROOT)<installsharedir>/man
- --- compat/strncasecmp.c.orig Thu Sep 19 19:54:55 1996
- +++ compat/strncasecmp.c Thu Feb 27 09:16:29 1997
- @@ -63,7 +63,7 @@
- CONST char *s2, size_t n));
-
- int strcasecmp _ANSI_ARGS_((CONST char *s1,
- - CONST char *s2, size_t n));
- + CONST char *s2));
-
- /*
- *----------------------------------------------------------------------
-