diff options
author | mo <mo> | 2000-07-21 16:22:46 (GMT) |
---|---|---|
committer | mo <mo> | 2000-07-21 16:22:46 (GMT) |
commit | 4a638e8559d73aadb6fee1b6ed91a995696a6955 (patch) | |
tree | 8d4e98ef75d3b6409d3d1e7c45126cc068efe68a /ChangeLog | |
parent | da5f5e103ac30d423291eaf59b1ae03f87457aa3 (diff) | |
download | tcl-4a638e8559d73aadb6fee1b6ed91a995696a6955.zip tcl-4a638e8559d73aadb6fee1b6ed91a995696a6955.tar.gz tcl-4a638e8559d73aadb6fee1b6ed91a995696a6955.tar.bz2 |
* win/configure.in: Define ${prefix} and
${exec_prefix} like unix/configure.in.
Fix or add TCL_SRC_DIR, TCL_STUB_LIB_FILE,
TCL_STUB_LIB_FLAG, TCL_BUILD_STUB_LIB_SPEC,
TCL_STUB_LIB_SPEC, TCL_BUILD_STUB_LIB_PATH,
TCL_STUB_LIB_PATH.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-07-21 Mo DeJong <mdejong@redhat.com> + + * win/configure.in: Define ${prefix} and + ${exec_prefix} like unix/configure.in. + Fix or add TCL_SRC_DIR, TCL_STUB_LIB_FILE, + TCL_STUB_LIB_FLAG, TCL_BUILD_STUB_LIB_SPEC, + TCL_STUB_LIB_SPEC, TCL_BUILD_STUB_LIB_PATH, + TCL_STUB_LIB_PATH. + 2000-07-20 Eric Melski <ericm@ajubasolutions.com> * generic/tclStubInit.c: |