$NetBSD$

--- Makefile.in.orig	2004-02-10 03:10:42.000000000 -0800
+++ Makefile.in
@@ -1,10 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+
 # The path to the tcl.h header file
 
-TCL_INCPATH = @TCL_SRC_DIR@/generic
+TCL_INCPATH = @TCL_PREFIX@/include
 
 # The path to the tk.h header file
 
-TK_INCPATH  = @TK_SRC_DIR@/generic
+TK_INCPATH  = @TK_PREFIX@/include
 
 # The path to the X11 include files
 
@@ -28,6 +31,7 @@
 TCL_VERSION = @TCLVER@
 
 CC        = @CC@
+TCL_CC	  = ${CC}
 
 INCLUDES  = ${XINCLUDES} @TCL_INCLUDE_SPEC@ -I${TCL_INCPATH} -I${TK_INCPATH} @AINC@ @NISTINC@
 
