diff options
author | das <das> | 2008-12-21 20:55:47 (GMT) |
---|---|---|
committer | das <das> | 2008-12-21 20:55:47 (GMT) |
commit | a87ad4cfe4291918feedc62384ec3cdb18381f1b (patch) | |
tree | 1bed39822fec507d04445f15905fdcfd70487caa /ChangeLog | |
parent | 838c80d4b78d69a982225311bdb5db92339f7b01 (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 *** |