summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1c53bc..51c0ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-12-18 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * 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.
+
2001-12-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tcl.h (TCL_STUB_MAGIC): Added cast to force type to be