tags 450476 +patch
thanks

Hi!

Please find attached a patch which modifies configure to find the
files and fix this bug.

HTH.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
--- a/configure	2007-11-18 20:36:20.000000000 +0530
+++ b/configure	2007-11-18 20:36:20.000000000 +0530
@@ -1815,7 +1815,8 @@
 	fi
 	echo "checking for tcl/init.tcl"
 	V_LIBRARY_TCL=FAIL
-	places="/usr/local/lib/tcl8.4 \
+	places="/usr/share/tcltk/tcl8.4 \
+                /usr/local/lib/tcl8.4 \
 		/usr/contrib/lib/tcl8.4 \
 		/usr/lib/tcl8.4 \
 		/usr/lib/tk/tcl8.4 \
@@ -2006,7 +2007,8 @@
 	fi
 	echo "checking for tk/tk.tcl"
 	V_LIBRARY_TK=FAIL
-	places="/usr/local/lib/tk8.4 \
+	places="/usr/share/tcltk/tk8.4 \
+                /usr/local/lib/tk8.4 \
 		/usr/contrib/lib/tk8.4 \
 		/usr/lib/tk8.4 \
 		/usr/lib/tk/tk8.4 \

Attachment: signature.asc
Description: Digital signature

Reply via email to