home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TKNEW / RTR / TCL. next >
Encoding:
Text File  |  1998-07-24  |  1.1 KB  |  32 lines

  1. --- unix/Makefile.in.orig    Thu Jan 30 19:17:02 1997
  2. +++ unix/Makefile.in    Thu Feb 13 10:07:05 1997
  3. @@ -37,7 +37,7 @@
  4.  # Directory from which applications will reference the library of Tcl
  5.  # scripts (note: you can set the TCL_LIBRARY environment variable at
  6.  # run-time to override this value):
  7. -TCL_LIBRARY =    $(prefix)/lib/tcl$(VERSION)
  8. +TCL_LIBRARY =    <installsharedir>/slib/tcl$(VERSION)
  9.  
  10.  # Package search path.
  11.  TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
  12. @@ -55,7 +55,7 @@
  13.  BIN_INSTALL_DIR =    $(INSTALL_ROOT)$(exec_prefix)/bin
  14.  
  15.  # Directory in which to install the include file tcl.h:
  16. -INCLUDE_INSTALL_DIR =    $(INSTALL_ROOT)$(prefix)/include
  17. +INCLUDE_INSTALL_DIR =    $(INSTALL_ROOT)<installsharedir>/sinclude
  18.  
  19.  # Top-level directory in which to install manual entries:
  20.  MAN_INSTALL_DIR =    $(INSTALL_ROOT)<installsharedir>/man
  21. --- compat/strncasecmp.c.orig    Thu Sep 19 19:54:55 1996
  22. +++ compat/strncasecmp.c    Thu Feb 27 09:16:29 1997
  23. @@ -63,7 +63,7 @@
  24.                  CONST char *s2, size_t n));
  25.  
  26.  int        strcasecmp _ANSI_ARGS_((CONST char *s1,
  27. -                CONST char *s2, size_t n));
  28. +                CONST char *s2));
  29.  
  30.  /*
  31.   *----------------------------------------------------------------------
  32.