blob: abfbf353ba171d3c5ec8857b7b078636695586b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bindings/tk/Makefile.in.orig Mon Apr 21 21:36:35 2003
+++ bindings/tk/Makefile.in Wed Apr 23 18:28:32 2003
@@ -341,7 +341,7 @@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
-tcldir = ${prefix}/$(DATA_DIR)/../tcl
+@enable_tk_TRUE@tcldir = ${prefix}/$(DATA_DIR)/../tcl
libplplottcltk = ../tcl/libplplottcltk$(LIB_TAG).la
|