summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-12-21 20:55:47 (GMT)
committerdas <das>2008-12-21 20:55:47 (GMT)
commita87ad4cfe4291918feedc62384ec3cdb18381f1b (patch)
tree1bed39822fec507d04445f15905fdcfd70487caa /ChangeLog
parent838c80d4b78d69a982225311bdb5db92339f7b01 (diff)
downloadtcl-a87ad4cfe4291918feedc62384ec3cdb18381f1b.zip
tcl-a87ad4cfe4291918feedc62384ec3cdb18381f1b.tar.gz
tcl-a87ad4cfe4291918feedc62384ec3cdb18381f1b.tar.bz2
* unix/Makefile.in: Fix broken build of bundled packages when path
to build dir contains spaces by switching to relative paths to toplevel build dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c59c350..ffc1139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-12-21 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: Fix broken build of bundled packages when path
+ to build dir contains spaces by switching to
+ relative paths to toplevel build dir.
+
+ * unix/configure.in: Preserve configure environment variables for
+ sub-configures of bundled packages; reuse
+ configure cache file for sub-configures.
+
+ * unix/configure: autoconf-2.59
+
2008-12-21 Donal K. Fellows <dkf@users.sf.net>
*** 8.6b1 TAGGED FOR RELEASE ***