summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-06-27 01:06:12 (GMT)
committermdejong <mdejong>2001-06-27 01:06:12 (GMT)
commiteffafed363f9f283c32c0006ee0d244e84a57797 (patch)
treed46a94578d57e15fc36e4fb1e0dfed24e61592c9 /ChangeLog
parent6066205f3d02f902d53fd00d55d8bef7c06ebee8 (diff)
downloadtcl-effafed363f9f283c32c0006ee0d244e84a57797.zip
tcl-effafed363f9f283c32c0006ee0d244e84a57797.tar.gz
tcl-effafed363f9f283c32c0006ee0d244e84a57797.tar.bz2
* win/Makefile.in: Use : to separate VPATH entries. This
works for both Cygwin builds and cross builds, the VPSEP variable is simply unneeded complexity. * win/configure: Regen. * win/configure.in: Don't subst VPSEP. * win/tcl.m4 (SC_CONFIG_CFLAGS): Remove VPSEP variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7e6cc..c9b70b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-06-26 Mo DeJong <mdejong@redhat.com>
+ * win/Makefile.in: Use : to separate VPATH entries. This
+ works for both Cygwin builds and cross builds, the VPSEP
+ variable is simply unneeded complexity.
+ * win/configure: Regen.
+ * win/configure.in: Don't subst VPSEP.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): Remove VPSEP variable.
+
+2001-06-26 Mo DeJong <mdejong@redhat.com>
+
* unix/configure: Regen.
* unix/configure.in: Fix last checkin by removing
export since that only works in bash.