blob: 5f3999ce37f61bd165bc152d63fb413f7b8133dc (
plain) (
blame)
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
30
31
32
|
--- Config.mk.orig Sun Jun 16 07:39:18 1996
+++ Config.mk Thu Oct 9 08:55:04 1997
@@ -57,10 +57,10 @@
# to ${TCL_LIB_SPEC}.
#
-TCL_SRC=${srcbasedir}/../tcl7.5
-TCL_BUILD=${bldbasedir}/../tcl7.5
-TCL_CONFIG=${TCL_BUILD}/unix/tclConfig.sh
-TCL_LIB=${TCL_BUILD_LIB_SPEC}
+TCL_SRC=${PREFIX}/include/tcl7.5
+TCL_BUILD=
+TCL_CONFIG=${PREFIX}/lib/tcl7.5/tclConfig.sh
+TCL_LIB=${TCL_LIB_SPEC}
#------------------------------------------------------------------------------
# Unless configure is going to be run with --with-tk=NO, these defines must be
@@ -69,10 +69,10 @@
# neccessary to link with the Tk shared library (libtk4.1.so). If you want to
# use the installed Tk library, set TK_LIB to ${TK_LIB_SPEC}.
-TK_SRC=${srcbasedir}/../tk4.1
-TK_BUILD=${bldbasedir}/../tk4.1
-TK_CONFIG=${TK_BUILD}/unix/tkConfig.sh
-TK_LIB=${TK_BUILD_LIB_SPEC}
+TK_SRC=${PREFIX}/include/tk4.1
+TK_BUILD=
+TK_CONFIG=${PREFIX}/lib/tk4.1/tkConfig.sh
+TK_LIB=${TK_LIB_SPEC}
#------------------------------------------------------------------------------
# C compiler and debug/optimization/profiling flag to use. Set by configure,
|