[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.20,1.21

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 22 Mar 2001 14:18:57 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv12046

Modified Files:
	Setup.dist 
Log Message:
Update the Tix version (long overdue :-).

This is SF patch # #409044, by Internet Discovery: "Update tcl/tk/tix
versions".


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** Setup.dist	2001/02/27 03:29:52	1.20
--- Setup.dist	2001/03/22 22:18:55	1.21
***************
*** 300,303 ****
--- 300,305 ----
  # *** 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 \
***************
*** 307,311 ****
  #	-I/usr/openwin/include \
  # *** Uncomment and edit for Tix extension only:
! #	-DWITH_TIX -ltix4.1.8.0 \
  # *** Uncomment and edit for BLT extension only:
  #	-DWITH_BLT -I/usr/local/blt/blt8.0-unoff/include -lBLT8.0 \
--- 309,313 ----
  #	-I/usr/openwin/include \
  # *** Uncomment and edit for Tix extension only:
! #	-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 \
***************
*** 315,322 ****
  # *** 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 \
  # *** Uncomment and edit to reflect where your X11 libraries are:
  #	-L/usr/X11R6/lib \
--- 317,322 ----
  # *** Uncomment and edit for TOGL extension only:
  #	-DWITH_TOGL togl.c \
  # *** Uncomment and edit to reflect your Tcl/Tk versions:
! #	-ltk8.2 -ltcl8.2 \
  # *** Uncomment and edit to reflect where your X11 libraries are:
  #	-L/usr/X11R6/lib \