Tcl Source Code

View Ticket
Login
Ticket UUID: 418432
Title: Avoid AC_SUBST of STUB_LIB_FILE.
Type: Patch Version: None
Submitter: mdejong Created on: 2001-04-24 02:48:13
Subsystem: 53. Configure and Build Tools Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-04-26 02:57:40
Resolution: Accepted Closed By: mdejong
    Closed on: 2001-04-25 19:57:40
Description:
The configure.in and Makefile.in files do this really
wacky thing where they subst both @STUB_LIB_FILE@
and @TCL_STUB_LIB_FILE@, even though they are both
set to the same value. There is no need for this,
we can just subst TCL_STUB_LIB_FILE. The following
patch implements this, ok to check in?
User Comments: mdejong added on 2001-04-26 02:57:40:
Logged In: YES 
user_id=90858

Checked in on Apr 25 2001. Closing patch.

hobbs added on 2001-04-25 05:09:56:
Logged In: YES 
user_id=72656

Looks good to check in.

mdejong added on 2001-04-24 09:48:14:

File Added - 5659: patch

Attachments: