diff options
Diffstat (limited to 'print/xtem/files/patch-aa')
-rw-r--r-- | print/xtem/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/xtem/files/patch-aa b/print/xtem/files/patch-aa index f92d543795a3..c8659348a888 100644 --- a/print/xtem/files/patch-aa +++ b/print/xtem/files/patch-aa @@ -1,5 +1,5 @@ ---- xtem.orig Mon Nov 10 15:04:09 1997 -+++ xtem Thu Nov 20 18:17:51 1997 +--- xtem.orig Mon Jun 21 14:00:27 1999 ++++ xtem Fri Sep 3 10:43:14 1999 @@ -10,21 +10,21 @@ # touch xtemInstalled @@ -8,15 +8,15 @@ +wishcall=@WISHX@ ##### command to call tcl (pure Tcl, without Tk) --tclcall="/usr/local/bin/tcl" +-tclcall="/usr/local/bin/tclsh" +tclcall=@TCLSH@ ##### path in which xtem is installed: ##### can be set by the environment variable XTEMPATH; ##### if XTEMPATH doesn't exist, it will be set to the following default value: --: ${XTEMPATH=${XTEMPATH-/usr/local/lib/tex/xtem}} +-: ${XTEMPATH=${XTEMPATH-/misc/local/xtem/xtem}} +: ${XTEMPATH=${XTEMPATH-@XTEMPATH@}} - ##### (i.e. files /usr/local/lib/tex/xtem/*.tcl will be found) + ##### (i.e. files /misc/local/xtem/xtem/*.tcl will be found) ##### one of the following language defining lines must be made active! #defaultlanguage="german" |