3 --- Makefile.in.orig 2004-02-10 03:10:42.000000000 -0800
7 +exec_prefix=@exec_prefix@
9 # The path to the tcl.h header file
11 -TCL_INCPATH = @TCL_SRC_DIR@/generic
12 +TCL_INCPATH = @TCL_PREFIX@/include
14 # The path to the tk.h header file
16 -TK_INCPATH = @TK_SRC_DIR@/generic
17 +TK_INCPATH = @TK_PREFIX@/include
19 # The path to the X11 include files
22 TCL_VERSION = @TCLVER@
27 INCLUDES = ${XINCLUDES} @TCL_INCLUDE_SPEC@ -I${TCL_INCPATH} -I${TK_INCPATH} @AINC@ @NISTINC@