diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-12 10:26:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-12 10:26:16 (GMT) |
commit | 81de42c2a6ea259d371194c1373ed7d88ee00fb0 (patch) | |
tree | a472871e4693c5483c77aee75637d8225d722e7d /ChangeLog | |
parent | 1bd819c03fd52489a8536beb82f552ad658ff18f (diff) | |
download | tcl-81de42c2a6ea259d371194c1373ed7d88ee00fb0.zip tcl-81de42c2a6ea259d371194c1373ed7d88ee00fb0.tar.gz tcl-81de42c2a6ea259d371194c1373ed7d88ee00fb0.tar.bz2 |
Make --with-tcl and --with-tk options more robust. [FRQ 951247]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,9 +1,15 @@ +2005-01-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tcl.m4 (SC_PATH_{TCL,TK}CONFIG): Added code to detect the + case when the --with-tcl/--with-tk arguments point to the config + scripts themselves and not their directory. If this is the case, + they now complain but keep working. [FRQ 951247] + 2005-01-10 Joe English <jenglish@users.sourceforge.net> * unix/Makefile.in, unix/configure.in, unix/tcl.m4, - unix/tclConfig.sh.in, unix/dltest/Makefile.in: - Remove ${DBGX}, ${TCL_DBGX} from Tcl build system - [Patch 1081595]. + * unix/tclConfig.sh.in, unix/dltest/Makefile.in: + Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. * unix/configure: regenerated 2005-01-10 Donal K. Fellows <donal.k.fellows@man.ac.uk> |