summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-03-22 22:18:55 (GMT)
committerGuido van Rossum <guido@python.org>2001-03-22 22:18:55 (GMT)
commit8652522442614cb926ef0ae9fef1d6d4fbb08c97 (patch)
tree6d3b317ebe439b665a5348ea1914ce774a17ddb3 /Modules/Setup.dist
parent3f69f216446f545edb353fe6db135e2fca51a348 (diff)
downloadcpython-8652522442614cb926ef0ae9fef1d6d4fbb08c97.zip
cpython-8652522442614cb926ef0ae9fef1d6d4fbb08c97.tar.gz
cpython-8652522442614cb926ef0ae9fef1d6d4fbb08c97.tar.bz2
Update the Tix version (long overdue :-).
This is SF patch # #409044, by Internet Discovery: "Update tcl/tk/tix versions".
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 1927048..9114414 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -299,6 +299,8 @@ GLHACK=-Dclear=__GLclear
# *** Always uncomment this (leave the leading underscore in!):
# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
+# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
+# -L/usr/local/lib \
# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
# -I/usr/local/include \
# *** Uncomment and edit to reflect where your X11 header files are:
@@ -306,7 +308,7 @@ GLHACK=-Dclear=__GLclear
# *** Or uncomment this for Solaris:
# -I/usr/openwin/include \
# *** Uncomment and edit for Tix extension only:
-# -DWITH_TIX -ltix4.1.8.0 \
+# -DWITH_TIX -ltix8.1.8.2 \
# *** Uncomment and edit for BLT extension only:
# -DWITH_BLT -I/usr/local/blt/blt8.0-unoff/include -lBLT8.0 \
# *** Uncomment and edit for PIL (TkImaging) extension only:
@@ -314,10 +316,8 @@ GLHACK=-Dclear=__GLclear
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \
# *** Uncomment and edit for TOGL extension only:
# -DWITH_TOGL togl.c \
-# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
-# -L/usr/local/lib \
# *** Uncomment and edit to reflect your Tcl/Tk versions:
-# -ltk8.0 -ltcl8.0 \
+# -ltk8.2 -ltcl8.2 \
# *** Uncomment and edit to reflect where your X11 libraries are:
# -L/usr/X11R6/lib \
# *** Or uncomment this for Solaris: