The TCL/TK configuration cleanup patches I submitted have the following

Bruce Momjian <bruce@momjian.us>

Commit: f49cf6d09448a9bd6c869923315ab27f22c17c64
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-10-18T04:16:08Z
Releases: 7.1.1
The TCL/TK configuration cleanup patches I submitted have the following
problem:

    'tclsh' still had to be found even if --with-libs (or
--with-libraries) was
    specified to configure.

    --with-libs is really an overloaded option.  It really should only be used
    to specify additions directories to search in order to file needed
    libraries.  It was also being used to locate the *Config.sh files.

Billy G. Allie

Files

PathChange+/−
src/bin/pgtclsh/Makefile modified +2 −2
src/configure.in modified +37 −11
src/GNUmakefile.in modified +1 −3