summaryrefslogtreecommitdiffstats
path: root/unix/dltest/README
diff options
context:
space:
mode:
authormdejong <mdejong>2001-12-19 11:03:20 (GMT)
committermdejong <mdejong>2001-12-19 11:03:20 (GMT)
commit6fa623d828bea1fbaf1193b5d912548759a97b78 (patch)
treeb90b399f9db5fb2253b55170611240c628b95272 /unix/dltest/README
parent315bd588df6de70180a2b3279c7364f742ae39c0 (diff)
downloadtcl-6fa623d828bea1fbaf1193b5d912548759a97b78.zip
tcl-6fa623d828bea1fbaf1193b5d912548759a97b78.tar.gz
tcl-6fa623d828bea1fbaf1193b5d912548759a97b78.tar.bz2
* unix/Makefile.in: Define new dltest target that
simply does a cd to dltest/ before running make. There is no need for the separate configure script that was previously being used. * unix/configure: Regen. * unix/configure.in: Subst into dltest/Makefile. * unix/dltest/Makefile.in: Define LIBS using DL_LIBS, LIBS, and MATH_LIBS variables instead of TCL_LIBS variable from tclConfig.sh. * unix/dltest/README: Update readme to account for new configure free implementation. * unix/dltest/configure: Removed. * unix/dltest/configure.in: Removed.
Diffstat (limited to 'unix/dltest/README')
-rw-r--r--unix/dltest/README14
1 files changed, 4 insertions, 10 deletions
diff --git a/unix/dltest/README b/unix/dltest/README
index 7ba3f9f..12aa8be 100644
--- a/unix/dltest/README
+++ b/unix/dltest/README
@@ -1,12 +1,6 @@
This directory contains several files for testing Tcl's dynamic
-loading capabilities. If this directory is present and the files
-in here have been compiled, then the "load" test will use the shared
-libraries present here to run a series of tests. To compile the
-shared libraries, first type "./configure". This will read
-configuration information created when Tcl was configured and
-create Makefile from Makefile.in. Be sure that you have configured
-Tcl before configuring here, since information learned during Tcl's
-configure is needed here. Then type "make" to create the shared
-libraries.
+loading capabilities. If shared libraries are supported then
+the build system in the parent directory will create
+the shared libs and load them into the tcltest executable.
-RCS: @(#) $Id: README,v 1.2 1998/09/14 18:40:18 stanton Exp $
+RCS: @(#) $Id: README,v 1.3 2001/12/19 11:03:20 mdejong Exp $