summaryrefslogblamecommitdiff
path: root/databases/metakit/files/patch-Makefile.in
blob: d66de8044f3b29f7a956ac1197c7df7b67bcafdd (plain) (tree)




























                                                               
--- ../unix/Makefile.in.orig	Wed Oct 24 06:42:00 2001
+++ ../unix/Makefile.in	Wed Oct 24 06:59:29 2001
@@ -39,7 +39,7 @@
 CXX = @CXX@
 INSTALL = @LIBTOOL@ @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_PROGRAM = $(LIBTOOL) --mode=install @INSTALL_PROGRAM@
 LIBTOOL = @LIBTOOL@
 VERSION = @VERSION@
 TCL_BIN_DIR = /usr/local/lib
@@ -61,7 +61,7 @@
 				-I$(includedir)/python1.5 \
 				-I/usr/include/python1.5
 CXX_SWITCHES_LUA  = $(CXXFLAGS) -I$(srcdir)/../include
-CXX_SWITCHES_TEST = -I$(srcdir)/../include
+CXX_SWITCHES_TEST = $(CXXFLAGS) -I$(srcdir)/../include
 
 #---------- The targets normally specified when calling "make"
 
@@ -79,7 +79,7 @@
 	diff $(srcdir)/../tests/ok tests
 
 test-tcl: tcl
-	cd $(srcdir)/../tcl/test && tclsh all.tcl
+	cd $(srcdir)/../tcl/test && tclsh8.3 all.tcl
 
 install: @MK_INSTALL@