Index: xotcl/Makefile.in =================================================================== diff -u -ra095dd118343e4b469b25c6801fd0de73192686c -r9722a51911e1502444c173306c8c88f7f3888989 --- xotcl/Makefile.in (.../Makefile.in) (revision a095dd118343e4b469b25c6801fd0de73192686c) +++ xotcl/Makefile.in (.../Makefile.in) (revision 9722a51911e1502444c173306c8c88f7f3888989) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.3 2004/06/18 08:27:57 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.4 2004/07/02 11:22:31 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -108,11 +108,6 @@ DESTDIR = -PKG_DIR = $(PACKAGE_NAME)$(PACKAGE_VERSION) -pkgdatadir = $(datadir)/$(PKG_DIR) -pkglibdir = $(libdir)/$(PKG_DIR) -pkgincludedir = $(includedir)/$(PKG_DIR) - top_builddir = . INSTALL = @INSTALL@ @@ -148,6 +143,10 @@ # Not used, but retained for reference of what libs Tcl required TCL_LIBS = @TCL_LIBS@ +pkgdatadir = @pkgdatadir@ +pkglibdir = @pkglibdir@ +pkgincludedir = @pkgincludedir@ + #======================================================================== # TCLLIBPATH seeds the auto_path in Tcl's init.tcl so we can test our # package without installing. The other environment variables allow us @@ -266,6 +265,7 @@ (cd $(src_lib_dir); $(INSTALL) $$i $(DESTDIR)$(pkglibdir)/$$i) ; \ done; cat ${srcdir}/unix/pkgIndex.unix >> $(DESTDIR)$(pkglibdir)/pkgIndex.tcl + $(INSTALL) xotclConfig.sh $(DESTDIR)$(libdir)/ @for i in $(appdirs) ; do \ echo "Installing $$i" ; \ rm -rf $(DESTDIR)$(pkglibdir)/apps/$$i ; \ @@ -307,6 +307,8 @@ -libdir `@CYGPATH@ $(PLATFORM_DIR)` $(TESTFLAGS) $(TCLSH_PROG) `@CYGPATH@ $(src_test_dir)/speedtest.xotcl` \ -libdir `@CYGPATH@ $(PLATFORM_DIR)` $(TESTFLAGS) + $(TCLSH_PROG) `@CYGPATH@ $(src_test_dir)/forwardtest.xotcl` \ + -libdir `@CYGPATH@ $(PLATFORM_DIR)` $(TESTFLAGS) $(TCLSH_PROG) `@CYGPATH@ $(src_test_dir)/xocomm.test` \ -libdir `@CYGPATH@ $(PLATFORM_DIR)` $(TESTFLAGS) test-actiweb: $(TCLSH_PROG)