home *** CD-ROM | disk | FTP | other *** search
- --- ./unix/Makefile.in.orig Thu Jan 30 19:42:11 1997
- +++ ./unix/Makefile.in Thu Feb 13 10:39:30 1997
- @@ -38,7 +38,7 @@
- # Directory from which applications will reference the library of Tcl
- # scripts (note: you can set the TK_LIBRARY environment variable at
- # run-time to override the compiled-in location):
- -TK_LIBRARY = $(prefix)/lib/tk$(VERSION)
- +TK_LIBRARY = <installsharedir>/slib/tk$(VERSION)
-
- # Path name to use when installing library scripts:
- SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)
- @@ -56,7 +56,7 @@
- BIN_DIR = $(exec_prefix)/bin
-
- # Directory in which to install the include file tk.h:
- -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
- +INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)<installsharedir>/sinclude
-
- # Top-level directory for manual entries:
- MAN_INSTALL_DIR = $(INSTALL_ROOT)<installsharedir>/man
- --- ./library/demos/browse.orig Mon Aug 26 13:08:12 1996
- +++ ./library/demos/browse Thu Feb 13 10:28:15 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- --- ./library/demos/hello.orig Mon Aug 26 13:08:13 1996
- +++ ./library/demos/hello Thu Feb 13 10:28:25 1997
- @@ -2,7 +2,7 @@
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- -# hello --
- +#!<installdir>/bin/wish -f
- # Simple Tk script to create a button that prints "Hello, world".
- # Click on the button to terminate the program.
- #
- --- ./library/demos/ixset.orig Mon Aug 26 13:08:13 1996
- +++ ./library/demos/ixset Thu Feb 13 10:28:25 1997
- @@ -9,7 +9,7 @@
- # 91/11/23 : pda@masi.ibp.fr, jt@ratp.fr : design
- # 92/08/01 : pda@masi.ibp.fr : cleaning
- #
- -# SCCS: @(#) ixset 1.7 96/02/16 10:49:19
- +#!<installdir>/bin/wish -f
-
- #
- # Button actions
- --- ./library/demos/rolodex.orig Mon Aug 26 13:08:14 1996
- +++ ./library/demos/rolodex Thu Feb 13 10:28:25 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- --- ./library/demos/timer.orig Mon Aug 26 13:08:13 1996
- +++ ./library/demos/timer Thu Feb 13 10:28:28 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- --- ./library/demos/widget.orig Mon Oct 7 14:37:13 1996
- +++ ./library/demos/widget Thu Feb 13 10:28:28 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- --- ./library/demos/rmt.orig Mon Aug 26 13:08:13 1996
- +++ ./library/demos/rmt Thu Feb 13 10:28:28 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
- --- ./library/demos/tcolor.orig Mon Aug 26 13:08:14 1996
- +++ ./library/demos/tcolor Thu Feb 13 10:28:28 1997
- @@ -1,4 +1,4 @@
- -#!/bin/sh
- +#!<installdir>/bin/wish -f
- # the next line restarts using wish \
- exec wish "$0" "$@"
-
-