diff options
author | das <das> | 2008-12-20 01:11:10 (GMT) |
---|---|---|
committer | das <das> | 2008-12-20 01:11:10 (GMT) |
commit | a35311fd266c5c697d84b6756f65b208701578d7 (patch) | |
tree | a13a42ed49592ae786620463739148a1a34e10eb /ChangeLog | |
parent | 6ea9bac1b2efe936f50571e3d5389f1f83c787a6 (diff) | |
download | tcl-a35311fd266c5c697d84b6756f65b208701578d7.zip tcl-a35311fd266c5c697d84b6756f65b208701578d7.tar.gz tcl-a35311fd266c5c697d84b6756f65b208701578d7.tar.bz2 |
* unix/Makefile.in: make package install directory of bundled
* unix/configure.in packages configurable via PACKAGE_DIR makefile
variable (set to platform-specific default).
* unix/Makefile.in (*-packages): ensure toplevel targets fail if
sub-make/configure fails; fix quoting when
builddir path contains spaces.
* macosx/GNUmakefile: add install-packages to install targets.
* unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2008-12-20 Daniel Steffen <das@users.sourceforge.net> + + * unix/Makefile.in: make package install directory of bundled + * unix/configure.in packages configurable via PACKAGE_DIR makefile + variable (set to platform-specific default). + + * unix/Makefile.in (*-packages): ensure toplevel targets fail if + sub-make/configure fails; fix quoting when + builddir path contains spaces. + + * macosx/GNUmakefile: add install-packages to install targets. + + * unix/configure: autoconf-2.59 + 2008-12-19 Don Porter <dgp@users.sourceforge.net> *** 8.6b1 TAGGED FOR RELEASE *** |