blob: c8659348a888fc98e85c6d5e3802ec7f53fe1ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- xtem.orig Mon Jun 21 14:00:27 1999
+++ xtem Fri Sep 3 10:43:14 1999
@@ -10,21 +10,21 @@
# touch xtemInstalled
##### command to call wishx (must include Tcl, Tk and TclX)
-wishcall="/usr/local/bin/wishx"
+wishcall=@WISHX@
##### command to call tcl (pure Tcl, without Tk)
-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-/misc/local/xtem/xtem}}
+: ${XTEMPATH=${XTEMPATH-@XTEMPATH@}}
##### (i.e. files /misc/local/xtem/xtem/*.tcl will be found)
##### one of the following language defining lines must be made active!
#defaultlanguage="german"
-#defaultlanguage="english"
-defaultlanguage="german"
+defaultlanguage="english"
+#defaultlanguage="german"
if [ ! -d "$XTEMPATH" ]
then
|